Interface MetadataKey.PathSegmentOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getKey()
      If specified, use the key to retrieve the value in a Struct.
      com.google.protobuf.ByteString getKeyBytes()
      If specified, use the key to retrieve the value in a Struct.
      MetadataKey.PathSegment.SegmentCase getSegmentCase()  
      • 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 Detail

      • getKey

        String getKey()
         If specified, use the key to retrieve the value in a Struct.
         
        string key = 1 [(.validate.rules) = { ... }
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
         If specified, use the key to retrieve the value in a Struct.
         
        string key = 1 [(.validate.rules) = { ... }