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.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)
Compares the specified object with this message for equality.
|
static Method |
getDefaultInstance() |
Method |
getDefaultInstanceForType()
Get an instance of the type with no fields set.
|
static Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getName()
The simple name of this method.
|
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.
|
Parser<Method> |
getParserForType()
Gets the parser for a message of the same type as this message.
|
boolean |
getRequestStreaming()
If true, the request is streamed.
|
java.lang.String |
getRequestTypeUrl()
A URL of the input message type.
|
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.
|
ByteString |
getResponseTypeUrlBytes()
The URL of the output message type.
|
int |
getSerializedSize()
Get the number of bytes required to encode this message.
|
Syntax |
getSyntax()
The source syntax of this method.
|
int |
getSyntaxValue()
The source syntax of this method.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
Get the
UnknownFieldSet for this message. |
int |
hashCode()
Returns the hash code value for this message.
|
boolean |
isInitialized()
Returns true if all required fields in the message and all embedded messages are set, false
otherwise.
|
static Method.Builder |
newBuilder() |
static Method.Builder |
newBuilder(Method prototype) |
Method.Builder |
newBuilderForType()
Constructs a new builder for a message of the same type as this message.
|
static Method |
parseDelimitedFrom(java.io.InputStream input) |
static Method |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Method |
parseFrom(byte[] data) |
static Method |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Method |
parseFrom(java.nio.ByteBuffer data) |
static Method |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Method |
parseFrom(ByteString data) |
static Method |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Method |
parseFrom(CodedInputStream input) |
static Method |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Method |
parseFrom(java.io.InputStream input) |
static Method |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<Method> |
parser() |
Method.Builder |
toBuilder()
Constructs a builder initialized with the current message.
|
void |
writeTo(CodedOutputStream output)
Serializes the message and writes it to
output . |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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()
MessageOrBuilder
UnknownFieldSet
for this message.getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
public java.lang.String getName()
The simple name of this method.
string name = 1;
getName
in interface MethodOrBuilder
public ByteString getNameBytes()
The simple name of this method.
string name = 1;
getNameBytes
in interface MethodOrBuilder
public java.lang.String getRequestTypeUrl()
A URL of the input message type.
string request_type_url = 2;
getRequestTypeUrl
in interface MethodOrBuilder
public ByteString getRequestTypeUrlBytes()
A URL of the input message type.
string request_type_url = 2;
getRequestTypeUrlBytes
in interface MethodOrBuilder
public boolean getRequestStreaming()
If true, the request is streamed.
bool request_streaming = 3;
getRequestStreaming
in interface MethodOrBuilder
public java.lang.String getResponseTypeUrl()
The URL of the output message type.
string response_type_url = 4;
getResponseTypeUrl
in interface MethodOrBuilder
public ByteString getResponseTypeUrlBytes()
The URL of the output message type.
string response_type_url = 4;
getResponseTypeUrlBytes
in interface MethodOrBuilder
public boolean getResponseStreaming()
If true, the response is streamed.
bool response_streaming = 5;
getResponseStreaming
in interface MethodOrBuilder
public java.util.List<Option> getOptionsList()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
getOptionsList
in interface MethodOrBuilder
public java.util.List<? extends OptionOrBuilder> getOptionsOrBuilderList()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
getOptionsOrBuilderList
in interface MethodOrBuilder
public int getOptionsCount()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
getOptionsCount
in interface MethodOrBuilder
public Option getOptions(int index)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
getOptions
in interface MethodOrBuilder
public OptionOrBuilder getOptionsOrBuilder(int index)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
getOptionsOrBuilder
in interface MethodOrBuilder
public int getSyntaxValue()
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;
getSyntaxValue
in interface MethodOrBuilder
public Syntax getSyntax()
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;
getSyntax
in interface MethodOrBuilder
public final boolean isInitialized()
MessageLiteOrBuilder
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
MessageLite
output
. This does not flush or close the
stream.writeTo
in interface MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
MessageLite
getSerializedSize
in interface MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.Object obj)
Message
true
if the given
object is a message of the same type (as defined by getDescriptorForType()
) and has
identical values for all of its fields. Subclasses must implement this; inheriting Object.equals()
is incorrect.equals
in interface Message
equals
in class AbstractMessage
obj
- object to be compared for equality with this messagetrue
if the specified object is equal to this messagepublic int hashCode()
Message
Object.hashCode()
is incorrect.hashCode
in interface Message
hashCode
in class AbstractMessage
Map.hashCode()
public static Method parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Method parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Method parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Method parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Method parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Method parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Method parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Method parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Method parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Method parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Method parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Method parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Method.Builder newBuilderForType()
MessageLite
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static Method.Builder newBuilder()
public static Method.Builder newBuilder(Method prototype)
public Method.Builder toBuilder()
MessageLite
toBuilder
in interface Message
toBuilder
in interface MessageLite
public static Method getDefaultInstance()
public Parser<Method> getParserForType()
MessageLite
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Method getDefaultInstanceForType()
MessageLiteOrBuilder
getDefaultInstance()
method of generated
message classes in that this method is an abstract method of the MessageLite
interface
whereas getDefaultInstance()
is a static method of a specific class. They return the
same thing.getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder