Interface UriTemplateMatchConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UriTemplateMatchConfig,UriTemplateMatchConfig.Builder
public interface UriTemplateMatchConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPathTemplate()string path_template = 1 [(.validate.rules) = { ...com.google.protobuf.ByteStringgetPathTemplateBytes()string path_template = 1 [(.validate.rules) = { ...-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPathTemplate
java.lang.String getPathTemplate()
string path_template = 1 [(.validate.rules) = { ... }- Returns:
- The pathTemplate.
-
getPathTemplateBytes
com.google.protobuf.ByteString getPathTemplateBytes()
string path_template = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for pathTemplate.
-
-