Package io.vertx.tp.ipc.eon
Class IpcRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.vertx.tp.ipc.eon.IpcRequest
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,IpcRequestOrBuilder,Serializable
public final class IpcRequest extends com.google.protobuf.GeneratedMessageV3 implements IpcRequestOrBuilder
Protobuf typeio.vertx.tp.ipc.eon.IpcRequest- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIpcRequest.BuilderProtobuf typeio.vertx.tp.ipc.eon.IpcRequest-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intALGORITHM_FIELD_NUMBERstatic intENVELOP_FIELD_NUMBERstatic intIS_CLIENT_ID_FIELD_NUMBERstatic intIS_OAUTH_SCOPE_FIELD_NUMBERstatic intRESPONSE_CATEGORY_FIELD_NUMBERstatic intRESPONSE_FORMAT_FIELD_NUMBERstatic intRESPONSE_SIZE_FIELD_NUMBERstatic intRESPONSE_STATUS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)CompressiongetAlgorithm()CompressionintgetAlgorithmValue()Compressionstatic IpcRequestgetDefaultInstance()IpcRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()IpcEnvelopgetEnvelop()Content of responseIpcEnvelopOrBuildergetEnvelopOrBuilder()Content of responsebooleangetIsClientId()Whether contains usernamebooleangetIsOauthScope()Whether contains scopecom.google.protobuf.Parser<IpcRequest>getParserForType()CategorygetResponseCategory()Response typeintgetResponseCategoryValue()Response typeFormatgetResponseFormat()Response formatintgetResponseFormatValue()Response formatintgetResponseSize()SizeIpcStatusgetResponseStatus()StatusIpcStatusOrBuildergetResponseStatusOrBuilder()StatusintgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasEnvelop()Content of responseinthashCode()booleanhasResponseStatus()Statusprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static IpcRequest.BuildernewBuilder()static IpcRequest.BuildernewBuilder(IpcRequest prototype)IpcRequest.BuildernewBuilderForType()protected IpcRequest.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static IpcRequestparseDelimitedFrom(InputStream input)static IpcRequestparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IpcRequestparseFrom(byte[] data)static IpcRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IpcRequestparseFrom(com.google.protobuf.ByteString data)static IpcRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IpcRequestparseFrom(com.google.protobuf.CodedInputStream input)static IpcRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IpcRequestparseFrom(InputStream input)static IpcRequestparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<IpcRequest>parser()IpcRequest.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
RESPONSE_FORMAT_FIELD_NUMBER
public static final int RESPONSE_FORMAT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESPONSE_CATEGORY_FIELD_NUMBER
public static final int RESPONSE_CATEGORY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESPONSE_SIZE_FIELD_NUMBER
public static final int RESPONSE_SIZE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENVELOP_FIELD_NUMBER
public static final int ENVELOP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IS_CLIENT_ID_FIELD_NUMBER
public static final int IS_CLIENT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IS_OAUTH_SCOPE_FIELD_NUMBER
public static final int IS_OAUTH_SCOPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALGORITHM_FIELD_NUMBER
public static final int ALGORITHM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESPONSE_STATUS_FIELD_NUMBER
public static final int RESPONSE_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getResponseFormatValue
public int getResponseFormatValue()
Response format
.io.vertx.tp.ipc.eon.em.Format response_format = 1;- Specified by:
getResponseFormatValuein interfaceIpcRequestOrBuilder
-
getResponseFormat
public Format getResponseFormat()
Response format
.io.vertx.tp.ipc.eon.em.Format response_format = 1;- Specified by:
getResponseFormatin interfaceIpcRequestOrBuilder
-
getResponseCategoryValue
public int getResponseCategoryValue()
Response type
.io.vertx.tp.ipc.eon.em.Category response_category = 2;- Specified by:
getResponseCategoryValuein interfaceIpcRequestOrBuilder
-
getResponseCategory
public Category getResponseCategory()
Response type
.io.vertx.tp.ipc.eon.em.Category response_category = 2;- Specified by:
getResponseCategoryin interfaceIpcRequestOrBuilder
-
getResponseSize
public int getResponseSize()
Size
int32 response_size = 3;- Specified by:
getResponseSizein interfaceIpcRequestOrBuilder
-
hasEnvelop
public boolean hasEnvelop()
Content of response
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 4;- Specified by:
hasEnvelopin interfaceIpcRequestOrBuilder
-
getEnvelop
public IpcEnvelop getEnvelop()
Content of response
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 4;- Specified by:
getEnvelopin interfaceIpcRequestOrBuilder
-
getEnvelopOrBuilder
public IpcEnvelopOrBuilder getEnvelopOrBuilder()
Content of response
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 4;- Specified by:
getEnvelopOrBuilderin interfaceIpcRequestOrBuilder
-
getIsClientId
public boolean getIsClientId()
Whether contains username
bool is_client_id = 5;- Specified by:
getIsClientIdin interfaceIpcRequestOrBuilder
-
getIsOauthScope
public boolean getIsOauthScope()
Whether contains scope
bool is_oauth_scope = 6;- Specified by:
getIsOauthScopein interfaceIpcRequestOrBuilder
-
getAlgorithmValue
public int getAlgorithmValue()
Compression
.io.vertx.tp.ipc.eon.em.Compression algorithm = 7;- Specified by:
getAlgorithmValuein interfaceIpcRequestOrBuilder
-
getAlgorithm
public Compression getAlgorithm()
Compression
.io.vertx.tp.ipc.eon.em.Compression algorithm = 7;- Specified by:
getAlgorithmin interfaceIpcRequestOrBuilder
-
hasResponseStatus
public boolean hasResponseStatus()
Status
.io.vertx.tp.ipc.eon.IpcStatus response_status = 8;- Specified by:
hasResponseStatusin interfaceIpcRequestOrBuilder
-
getResponseStatus
public IpcStatus getResponseStatus()
Status
.io.vertx.tp.ipc.eon.IpcStatus response_status = 8;- Specified by:
getResponseStatusin interfaceIpcRequestOrBuilder
-
getResponseStatusOrBuilder
public IpcStatusOrBuilder getResponseStatusOrBuilder()
Status
.io.vertx.tp.ipc.eon.IpcStatus response_status = 8;- Specified by:
getResponseStatusOrBuilderin interfaceIpcRequestOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static IpcRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IpcRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IpcRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IpcRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IpcRequest parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static IpcRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static IpcRequest parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static IpcRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static IpcRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static IpcRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public IpcRequest.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static IpcRequest.Builder newBuilder()
-
newBuilder
public static IpcRequest.Builder newBuilder(IpcRequest prototype)
-
toBuilder
public IpcRequest.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected IpcRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static IpcRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<IpcRequest> parser()
-
getParserForType
public com.google.protobuf.Parser<IpcRequest> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public IpcRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-