public static final class TestProtos.EchoRequestProto extends com.google.protobuf.GeneratedMessage implements TestProtos.EchoRequestProtoOrBuilder
EchoRequestProto| Modifier and Type | Class and Description |
|---|---|
static class |
TestProtos.EchoRequestProto.Builder
Protobuf type
EchoRequestProto |
| Modifier and Type | Field and Description |
|---|---|
static int |
MESSAGE_FIELD_NUMBER |
static <any> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TestProtos.EchoRequestProto |
getDefaultInstance() |
TestProtos.EchoRequestProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getMessage()
required string message = 1; |
com.google.protobuf.ByteString |
getMessageBytes()
required string message = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMessage()
required string message = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TestProtos.EchoRequestProto.Builder |
newBuilder() |
static TestProtos.EchoRequestProto.Builder |
newBuilder(TestProtos.EchoRequestProto prototype) |
TestProtos.EchoRequestProto.Builder |
newBuilderForType() |
protected TestProtos.EchoRequestProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static TestProtos.EchoRequestProto |
parseDelimitedFrom(InputStream input) |
static TestProtos.EchoRequestProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestProtos.EchoRequestProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestProtos.EchoRequestProto |
parseFrom(com.google.protobuf.ByteString data) |
static TestProtos.EchoRequestProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestProtos.EchoRequestProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TestProtos.EchoRequestProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestProtos.EchoRequestProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TestProtos.EchoRequestProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int MESSAGE_FIELD_NUMBER
public static TestProtos.EchoRequestProto getDefaultInstance()
public TestProtos.EchoRequestProto getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasMessage()
required string message = 1;hasMessage in interface TestProtos.EchoRequestProtoOrBuilderpublic String getMessage()
required string message = 1;getMessage in interface TestProtos.EchoRequestProtoOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
required string message = 1;getMessageBytes in interface TestProtos.EchoRequestProtoOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static TestProtos.EchoRequestProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TestProtos.EchoRequestProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TestProtos.EchoRequestProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TestProtos.EchoRequestProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TestProtos.EchoRequestProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TestProtos.EchoRequestProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TestProtos.EchoRequestProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TestProtos.EchoRequestProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TestProtos.EchoRequestProto.Builder newBuilder()
public TestProtos.EchoRequestProto.Builder newBuilderForType()
public static TestProtos.EchoRequestProto.Builder newBuilder(TestProtos.EchoRequestProto prototype)
public TestProtos.EchoRequestProto.Builder toBuilder()
protected TestProtos.EchoRequestProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)