public final class CopycatMessage extends com.google.protobuf.GeneratedMessageV3 implements CopycatMessageOrBuilder
alluxio.grpc.copycat.CopycatMessage
Modifier and Type | Class and Description |
---|---|
static class |
CopycatMessage.Builder
Protobuf type
alluxio.grpc.copycat.CopycatMessage |
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 |
MESSAGE_FIELD_NUMBER |
static com.google.protobuf.Parser<CopycatMessage> |
PARSER
Deprecated.
|
static int |
REQUESTHEADER_FIELD_NUMBER |
static int |
RESPONSEHEADER_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static CopycatMessage |
getDefaultInstance() |
CopycatMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getMessage()
optional bytes message = 3; |
com.google.protobuf.Parser<CopycatMessage> |
getParserForType() |
CopycatRequestHeader |
getRequestHeader()
optional .alluxio.grpc.copycat.CopycatRequestHeader requestHeader = 1; |
CopycatRequestHeaderOrBuilder |
getRequestHeaderOrBuilder()
optional .alluxio.grpc.copycat.CopycatRequestHeader requestHeader = 1; |
CopycatResponseHeader |
getResponseHeader()
optional .alluxio.grpc.copycat.CopycatResponseHeader responseHeader = 2; |
CopycatResponseHeaderOrBuilder |
getResponseHeaderOrBuilder()
optional .alluxio.grpc.copycat.CopycatResponseHeader responseHeader = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMessage()
optional bytes message = 3; |
boolean |
hasRequestHeader()
optional .alluxio.grpc.copycat.CopycatRequestHeader requestHeader = 1; |
boolean |
hasResponseHeader()
optional .alluxio.grpc.copycat.CopycatResponseHeader responseHeader = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CopycatMessage.Builder |
newBuilder() |
static CopycatMessage.Builder |
newBuilder(CopycatMessage prototype) |
CopycatMessage.Builder |
newBuilderForType() |
protected CopycatMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static CopycatMessage |
parseDelimitedFrom(InputStream input) |
static CopycatMessage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopycatMessage |
parseFrom(byte[] data) |
static CopycatMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopycatMessage |
parseFrom(ByteBuffer data) |
static CopycatMessage |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopycatMessage |
parseFrom(com.google.protobuf.ByteString data) |
static CopycatMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopycatMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CopycatMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopycatMessage |
parseFrom(InputStream input) |
static CopycatMessage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CopycatMessage> |
parser() |
CopycatMessage.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int REQUESTHEADER_FIELD_NUMBER
public static final int RESPONSEHEADER_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<CopycatMessage> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasRequestHeader()
optional .alluxio.grpc.copycat.CopycatRequestHeader requestHeader = 1;
hasRequestHeader
in interface CopycatMessageOrBuilder
public CopycatRequestHeader getRequestHeader()
optional .alluxio.grpc.copycat.CopycatRequestHeader requestHeader = 1;
getRequestHeader
in interface CopycatMessageOrBuilder
public CopycatRequestHeaderOrBuilder getRequestHeaderOrBuilder()
optional .alluxio.grpc.copycat.CopycatRequestHeader requestHeader = 1;
getRequestHeaderOrBuilder
in interface CopycatMessageOrBuilder
public boolean hasResponseHeader()
optional .alluxio.grpc.copycat.CopycatResponseHeader responseHeader = 2;
hasResponseHeader
in interface CopycatMessageOrBuilder
public CopycatResponseHeader getResponseHeader()
optional .alluxio.grpc.copycat.CopycatResponseHeader responseHeader = 2;
getResponseHeader
in interface CopycatMessageOrBuilder
public CopycatResponseHeaderOrBuilder getResponseHeaderOrBuilder()
optional .alluxio.grpc.copycat.CopycatResponseHeader responseHeader = 2;
getResponseHeaderOrBuilder
in interface CopycatMessageOrBuilder
public boolean hasMessage()
optional bytes message = 3;
hasMessage
in interface CopycatMessageOrBuilder
public com.google.protobuf.ByteString getMessage()
optional bytes message = 3;
getMessage
in interface CopycatMessageOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static CopycatMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CopycatMessage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CopycatMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CopycatMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CopycatMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CopycatMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CopycatMessage parseFrom(InputStream input) throws IOException
IOException
public static CopycatMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CopycatMessage parseDelimitedFrom(InputStream input) throws IOException
IOException
public static CopycatMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CopycatMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static CopycatMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public CopycatMessage.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static CopycatMessage.Builder newBuilder()
public static CopycatMessage.Builder newBuilder(CopycatMessage prototype)
public CopycatMessage.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected CopycatMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static CopycatMessage getDefaultInstance()
public static com.google.protobuf.Parser<CopycatMessage> parser()
public com.google.protobuf.Parser<CopycatMessage> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public CopycatMessage getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.