public static final class TunnelServiceApi.Record extends com.google.protobuf.GeneratedMessage implements TunnelServiceApi.RecordOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
TunnelServiceApi.Record.Builder |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ACTION_TYPE_FIELD_NUMBER |
static int |
ORIGIN_RECORD_FIELD_NUMBER |
static int |
RECORD_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
TunnelServiceApi.ActionType |
getActionType() |
static TunnelServiceApi.Record |
getDefaultInstance() |
TunnelServiceApi.Record |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getOriginRecord() |
com.google.protobuf.ByteString |
getRecord() |
int |
getSerializedSize() |
boolean |
hasActionType() |
boolean |
hasOriginRecord() |
boolean |
hasRecord() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TunnelServiceApi.Record.Builder |
newBuilder() |
static TunnelServiceApi.Record.Builder |
newBuilder(TunnelServiceApi.Record prototype) |
TunnelServiceApi.Record.Builder |
newBuilderForType() |
protected TunnelServiceApi.Record.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static TunnelServiceApi.Record |
parseDelimitedFrom(InputStream input) |
static TunnelServiceApi.Record |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TunnelServiceApi.Record |
parseFrom(byte[] data) |
static TunnelServiceApi.Record |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TunnelServiceApi.Record |
parseFrom(com.google.protobuf.ByteString data) |
static TunnelServiceApi.Record |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TunnelServiceApi.Record |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TunnelServiceApi.Record |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TunnelServiceApi.Record |
parseFrom(InputStream input) |
static TunnelServiceApi.Record |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TunnelServiceApi.Record.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ACTION_TYPE_FIELD_NUMBER
public static final int RECORD_FIELD_NUMBER
public static final int ORIGIN_RECORD_FIELD_NUMBER
public static TunnelServiceApi.Record getDefaultInstance()
public TunnelServiceApi.Record getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasActionType()
hasActionType in interface TunnelServiceApi.RecordOrBuilderpublic TunnelServiceApi.ActionType getActionType()
getActionType in interface TunnelServiceApi.RecordOrBuilderpublic boolean hasRecord()
hasRecord in interface TunnelServiceApi.RecordOrBuilderpublic com.google.protobuf.ByteString getRecord()
getRecord in interface TunnelServiceApi.RecordOrBuilderpublic boolean hasOriginRecord()
hasOriginRecord in interface TunnelServiceApi.RecordOrBuilderpublic com.google.protobuf.ByteString getOriginRecord()
getOriginRecord in interface TunnelServiceApi.RecordOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static TunnelServiceApi.Record parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TunnelServiceApi.Record parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TunnelServiceApi.Record parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TunnelServiceApi.Record parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TunnelServiceApi.Record parseFrom(InputStream input) throws IOException
IOExceptionpublic static TunnelServiceApi.Record parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TunnelServiceApi.Record parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TunnelServiceApi.Record parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TunnelServiceApi.Record parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TunnelServiceApi.Record parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TunnelServiceApi.Record.Builder newBuilder()
public TunnelServiceApi.Record.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TunnelServiceApi.Record.Builder newBuilder(TunnelServiceApi.Record prototype)
public TunnelServiceApi.Record.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TunnelServiceApi.Record.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2024. All Rights Reserved.