public final class IpcRequest extends com.google.protobuf.GeneratedMessageV3 implements IpcRequestOrBuilder
io.vertx.tp.ipc.eon.IpcRequest| Modifier and Type | Class and Description |
|---|---|
static class |
IpcRequest.Builder
Protobuf type
io.vertx.tp.ipc.eon.IpcRequest |
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| Modifier and Type | Field and Description |
|---|---|
static int |
ALGORITHM_FIELD_NUMBER |
static int |
ENVELOP_FIELD_NUMBER |
static int |
IS_CLIENT_ID_FIELD_NUMBER |
static int |
IS_OAUTH_SCOPE_FIELD_NUMBER |
static int |
RESPONSE_CATEGORY_FIELD_NUMBER |
static int |
RESPONSE_FORMAT_FIELD_NUMBER |
static int |
RESPONSE_SIZE_FIELD_NUMBER |
static int |
RESPONSE_STATUS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Compression |
getAlgorithm()
Compression
|
int |
getAlgorithmValue()
Compression
|
static IpcRequest |
getDefaultInstance() |
IpcRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
IpcEnvelop |
getEnvelop()
Content of response
|
IpcEnvelopOrBuilder |
getEnvelopOrBuilder()
Content of response
|
boolean |
getIsClientId()
Whether contains username
|
boolean |
getIsOauthScope()
Whether contains scope
|
com.google.protobuf.Parser<IpcRequest> |
getParserForType() |
Category |
getResponseCategory()
Response type
|
int |
getResponseCategoryValue()
Response type
|
Format |
getResponseFormat()
Response format
|
int |
getResponseFormatValue()
Response format
|
int |
getResponseSize()
Size
|
IpcStatus |
getResponseStatus()
Status
|
IpcStatusOrBuilder |
getResponseStatusOrBuilder()
Status
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEnvelop()
Content of response
|
int |
hashCode() |
boolean |
hasResponseStatus()
Status
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static IpcRequest.Builder |
newBuilder() |
static IpcRequest.Builder |
newBuilder(IpcRequest prototype) |
IpcRequest.Builder |
newBuilderForType() |
protected IpcRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static IpcRequest |
parseDelimitedFrom(InputStream input) |
static IpcRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcRequest |
parseFrom(byte[] data) |
static IpcRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcRequest |
parseFrom(ByteBuffer data) |
static IpcRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcRequest |
parseFrom(com.google.protobuf.ByteString data) |
static IpcRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static IpcRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcRequest |
parseFrom(InputStream input) |
static IpcRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<IpcRequest> |
parser() |
IpcRequest.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, mergeFromAndMakeImmutableInternal, 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 RESPONSE_FORMAT_FIELD_NUMBER
public static final int RESPONSE_CATEGORY_FIELD_NUMBER
public static final int RESPONSE_SIZE_FIELD_NUMBER
public static final int ENVELOP_FIELD_NUMBER
public static final int IS_CLIENT_ID_FIELD_NUMBER
public static final int IS_OAUTH_SCOPE_FIELD_NUMBER
public static final int ALGORITHM_FIELD_NUMBER
public static final int RESPONSE_STATUS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public 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 int getResponseFormatValue()
Response format
.io.vertx.tp.ipc.eon.em.Format response_format = 1;getResponseFormatValue in interface IpcRequestOrBuilderpublic Format getResponseFormat()
Response format
.io.vertx.tp.ipc.eon.em.Format response_format = 1;getResponseFormat in interface IpcRequestOrBuilderpublic int getResponseCategoryValue()
Response type
.io.vertx.tp.ipc.eon.em.Category response_category = 2;getResponseCategoryValue in interface IpcRequestOrBuilderpublic Category getResponseCategory()
Response type
.io.vertx.tp.ipc.eon.em.Category response_category = 2;getResponseCategory in interface IpcRequestOrBuilderpublic int getResponseSize()
Size
int32 response_size = 3;getResponseSize in interface IpcRequestOrBuilderpublic boolean hasEnvelop()
Content of response
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 4;hasEnvelop in interface IpcRequestOrBuilderpublic IpcEnvelop getEnvelop()
Content of response
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 4;getEnvelop in interface IpcRequestOrBuilderpublic IpcEnvelopOrBuilder getEnvelopOrBuilder()
Content of response
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 4;getEnvelopOrBuilder in interface IpcRequestOrBuilderpublic boolean getIsClientId()
Whether contains username
bool is_client_id = 5;getIsClientId in interface IpcRequestOrBuilderpublic boolean getIsOauthScope()
Whether contains scope
bool is_oauth_scope = 6;getIsOauthScope in interface IpcRequestOrBuilderpublic int getAlgorithmValue()
Compression
.io.vertx.tp.ipc.eon.em.Compression algorithm = 7;getAlgorithmValue in interface IpcRequestOrBuilderpublic Compression getAlgorithm()
Compression
.io.vertx.tp.ipc.eon.em.Compression algorithm = 7;getAlgorithm in interface IpcRequestOrBuilderpublic boolean hasResponseStatus()
Status
.io.vertx.tp.ipc.eon.IpcStatus response_status = 8;hasResponseStatus in interface IpcRequestOrBuilderpublic IpcStatus getResponseStatus()
Status
.io.vertx.tp.ipc.eon.IpcStatus response_status = 8;getResponseStatus in interface IpcRequestOrBuilderpublic IpcStatusOrBuilder getResponseStatusOrBuilder()
Status
.io.vertx.tp.ipc.eon.IpcStatus response_status = 8;getResponseStatusOrBuilder in interface IpcRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(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 IpcRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IpcRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IpcRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IpcRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IpcRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IpcRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IpcRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static IpcRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IpcRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static IpcRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IpcRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static IpcRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic IpcRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static IpcRequest.Builder newBuilder()
public static IpcRequest.Builder newBuilder(IpcRequest prototype)
public IpcRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected IpcRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static IpcRequest getDefaultInstance()
public static com.google.protobuf.Parser<IpcRequest> parser()
public com.google.protobuf.Parser<IpcRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public IpcRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.