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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getStringKey()
A string to match against.com.google.protobuf.ByteString
getStringKeyBytes()
A string to match against.ScopedRouteConfiguration.Key.Fragment.TypeCase
getTypeCase()
boolean
hasStringKey()
A string to match against.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStringKey
boolean hasStringKey()
A string to match against.
string string_key = 1;
- Returns:
- Whether the stringKey field is set.
-
getStringKey
java.lang.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()
-
-