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

    Modifier and Type
    Method
    Description
    string path_template = 1 [(.validate.rules) = { ... }
    com.google.protobuf.ByteString
    string path_template = 1 [(.validate.rules) = { ... }

    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

    • getPathTemplate

      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.