public final class Method extends com.google.protobuf.GeneratedMessageV3 implements MethodOrBuilder
Method represents a method of an API interface.Protobuf type
google.protobuf.Method| Modifier and Type | Class and Description |
|---|---|
static class |
Method.Builder
Method represents a method of an API interface.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_FIELD_NUMBER |
static int |
OPTIONS_FIELD_NUMBER |
static int |
REQUEST_STREAMING_FIELD_NUMBER |
static int |
REQUEST_TYPE_URL_FIELD_NUMBER |
static int |
RESPONSE_STREAMING_FIELD_NUMBER |
static int |
RESPONSE_TYPE_URL_FIELD_NUMBER |
static int |
SYNTAX_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static Method |
getDefaultInstance() |
Method |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getName()
The simple name of this method.
|
com.google.protobuf.ByteString |
getNameBytes()
The simple name of this method.
|
Option |
getOptions(int index)
Any metadata attached to the method.
|
int |
getOptionsCount()
Any metadata attached to the method.
|
java.util.List<Option> |
getOptionsList()
Any metadata attached to the method.
|
OptionOrBuilder |
getOptionsOrBuilder(int index)
Any metadata attached to the method.
|
java.util.List<? extends OptionOrBuilder> |
getOptionsOrBuilderList()
Any metadata attached to the method.
|
com.google.protobuf.Parser<Method> |
getParserForType() |
boolean |
getRequestStreaming()
If true, the request is streamed.
|
java.lang.String |
getRequestTypeUrl()
A URL of the input message type.
|
com.google.protobuf.ByteString |
getRequestTypeUrlBytes()
A URL of the input message type.
|
boolean |
getResponseStreaming()
If true, the response is streamed.
|
java.lang.String |
getResponseTypeUrl()
The URL of the output message type.
|
com.google.protobuf.ByteString |
getResponseTypeUrlBytes()
The URL of the output message type.
|
int |
getSerializedSize() |
Syntax |
getSyntax()
The source syntax of this method.
|
int |
getSyntaxValue()
The source syntax of this method.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Method.Builder |
newBuilder() |
static Method.Builder |
newBuilder(Method prototype) |
Method.Builder |
newBuilderForType() |
protected Method.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Method |
parseDelimitedFrom(java.io.InputStream input) |
static Method |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Method |
parseFrom(byte[] data) |
static Method |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Method |
parseFrom(java.nio.ByteBuffer data) |
static Method |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Method |
parseFrom(com.google.protobuf.ByteString data) |
static Method |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Method |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Method |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Method |
parseFrom(java.io.InputStream input) |
static Method |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Method> |
parser() |
Method.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int REQUEST_TYPE_URL_FIELD_NUMBER
public static final int REQUEST_STREAMING_FIELD_NUMBER
public static final int RESPONSE_TYPE_URL_FIELD_NUMBER
public static final int RESPONSE_STREAMING_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int SYNTAX_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getName()
The simple name of this method.
string name = 1;getName in interface MethodOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The simple name of this method.
string name = 1;getNameBytes in interface MethodOrBuilderpublic java.lang.String getRequestTypeUrl()
A URL of the input message type.
string request_type_url = 2;getRequestTypeUrl in interface MethodOrBuilderpublic com.google.protobuf.ByteString getRequestTypeUrlBytes()
A URL of the input message type.
string request_type_url = 2;getRequestTypeUrlBytes in interface MethodOrBuilderpublic boolean getRequestStreaming()
If true, the request is streamed.
bool request_streaming = 3;getRequestStreaming in interface MethodOrBuilderpublic java.lang.String getResponseTypeUrl()
The URL of the output message type.
string response_type_url = 4;getResponseTypeUrl in interface MethodOrBuilderpublic com.google.protobuf.ByteString getResponseTypeUrlBytes()
The URL of the output message type.
string response_type_url = 4;getResponseTypeUrlBytes in interface MethodOrBuilderpublic boolean getResponseStreaming()
If true, the response is streamed.
bool response_streaming = 5;getResponseStreaming in interface MethodOrBuilderpublic java.util.List<Option> getOptionsList()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;getOptionsList in interface MethodOrBuilderpublic java.util.List<? extends OptionOrBuilder> getOptionsOrBuilderList()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;getOptionsOrBuilderList in interface MethodOrBuilderpublic int getOptionsCount()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;getOptionsCount in interface MethodOrBuilderpublic Option getOptions(int index)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;getOptions in interface MethodOrBuilderpublic OptionOrBuilder getOptionsOrBuilder(int index)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;getOptionsOrBuilder in interface MethodOrBuilderpublic int getSyntaxValue()
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;getSyntaxValue in interface MethodOrBuilderpublic Syntax getSyntax()
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;getSyntax in interface MethodOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Method parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Method parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Method parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Method parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Method parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Method parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Method parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Method parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Method parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Method parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Method parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Method parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Method.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Method.Builder newBuilder()
public static Method.Builder newBuilder(Method prototype)
public Method.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Method.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Method getDefaultInstance()
public static com.google.protobuf.Parser<Method> parser()
public com.google.protobuf.Parser<Method> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Method getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder