Interface ScopedRouteConfiguration.Key.FragmentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScopedRouteConfiguration.Key.Fragment
,ScopedRouteConfiguration.Key.Fragment.Builder
- Enclosing class:
ScopedRouteConfiguration.Key
public static interface ScopedRouteConfiguration.Key.FragmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA string to match against.com.google.protobuf.ByteString
A string to match against.boolean
A string to match against.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStringKey
boolean hasStringKey()A string to match against.
string string_key = 1;
- Returns:
- Whether the stringKey field is set.
-
getStringKey
String getStringKey()A string to match against.
string string_key = 1;
- Returns:
- The stringKey.
-
getStringKeyBytes
com.google.protobuf.ByteString getStringKeyBytes()A string to match against.
string string_key = 1;
- Returns:
- The bytes for stringKey.
-
getTypeCase
ScopedRouteConfiguration.Key.Fragment.TypeCase getTypeCase()
-