Package com.google.api
Interface CustomHttpPatternOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CustomHttpPattern
,CustomHttpPattern.Builder
public interface CustomHttpPatternOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getKind
String getKind()The name of this custom HTTP verb.
string kind = 1 [json_name = "kind"];
- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()The name of this custom HTTP verb.
string kind = 1 [json_name = "kind"];
- Returns:
- The bytes for kind.
-
getPath
String getPath()The path matched by this custom verb.
string path = 2 [json_name = "path"];
- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()The path matched by this custom verb.
string path = 2 [json_name = "path"];
- Returns:
- The bytes for path.
-