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