public interface CustomHttpPatternOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKind()
The name of this custom HTTP verb.
|
ByteString |
getKindBytes()
The name of this custom HTTP verb.
|
java.lang.String |
getPath()
The path matched by this custom verb.
|
ByteString |
getPathBytes()
The path matched by this custom verb.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getKind()
The name of this custom HTTP verb.
string kind = 1;
ByteString getKindBytes()
The name of this custom HTTP verb.
string kind = 1;
java.lang.String getPath()
The path matched by this custom verb.
string path = 2;
ByteString getPathBytes()
The path matched by this custom verb.
string path = 2;