程序包 com.google.api
接口 CustomHttpPatternOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
CustomHttpPattern
,CustomHttpPattern.Builder
public interface CustomHttpPatternOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized
从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getKind
String getKind()The name of this custom HTTP verb.
string kind = 1;
- 返回:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()The name of this custom HTTP verb.
string kind = 1;
- 返回:
- The bytes for kind.
-
getPath
String getPath()The path matched by this custom verb.
string path = 2;
- 返回:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()The path matched by this custom verb.
string path = 2;
- 返回:
- The bytes for path.
-