public static final class Flight.SessionOptionValue extends com.google.protobuf.GeneratedMessageV3 implements Flight.SessionOptionValueOrBuilder
EXPERIMENTAL: Union of possible value types for a Session Option to be set to. By convention, an attempt to set a valueless SessionOptionValue should attempt to unset or clear the named option value on the server.Protobuf type
arrow.flight.protocol.SessionOptionValue| Modifier and Type | Class and Description |
|---|---|
static class |
Flight.SessionOptionValue.Builder
EXPERIMENTAL: Union of possible value types for a Session Option to be set to.
|
static class |
Flight.SessionOptionValue.OptionValueCase |
static class |
Flight.SessionOptionValue.StringListValue
Protobuf type
arrow.flight.protocol.SessionOptionValue.StringListValue |
static interface |
Flight.SessionOptionValue.StringListValueOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BOOL_VALUE_FIELD_NUMBER |
static int |
DOUBLE_VALUE_FIELD_NUMBER |
static int |
INT64_VALUE_FIELD_NUMBER |
static int |
STRING_LIST_VALUE_FIELD_NUMBER |
static int |
STRING_VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getBoolValue()
bool bool_value = 2; |
static Flight.SessionOptionValue |
getDefaultInstance() |
Flight.SessionOptionValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getDoubleValue()
double double_value = 4; |
long |
getInt64Value()
sfixed64 int64_value = 3; |
Flight.SessionOptionValue.OptionValueCase |
getOptionValueCase() |
com.google.protobuf.Parser<Flight.SessionOptionValue> |
getParserForType() |
int |
getSerializedSize() |
Flight.SessionOptionValue.StringListValue |
getStringListValue()
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5; |
Flight.SessionOptionValue.StringListValueOrBuilder |
getStringListValueOrBuilder()
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5; |
String |
getStringValue()
string string_value = 1; |
com.google.protobuf.ByteString |
getStringValueBytes()
string string_value = 1; |
boolean |
hasBoolValue()
bool bool_value = 2; |
boolean |
hasDoubleValue()
double double_value = 4; |
int |
hashCode() |
boolean |
hasInt64Value()
sfixed64 int64_value = 3; |
boolean |
hasStringListValue()
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5; |
boolean |
hasStringValue()
string string_value = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Flight.SessionOptionValue.Builder |
newBuilder() |
static Flight.SessionOptionValue.Builder |
newBuilder(Flight.SessionOptionValue prototype) |
Flight.SessionOptionValue.Builder |
newBuilderForType() |
protected Flight.SessionOptionValue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Flight.SessionOptionValue |
parseDelimitedFrom(InputStream input) |
static Flight.SessionOptionValue |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.SessionOptionValue |
parseFrom(byte[] data) |
static Flight.SessionOptionValue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.SessionOptionValue |
parseFrom(ByteBuffer data) |
static Flight.SessionOptionValue |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.SessionOptionValue |
parseFrom(com.google.protobuf.ByteString data) |
static Flight.SessionOptionValue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.SessionOptionValue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Flight.SessionOptionValue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.SessionOptionValue |
parseFrom(InputStream input) |
static Flight.SessionOptionValue |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Flight.SessionOptionValue> |
parser() |
Flight.SessionOptionValue.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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 STRING_VALUE_FIELD_NUMBER
public static final int BOOL_VALUE_FIELD_NUMBER
public static final int INT64_VALUE_FIELD_NUMBER
public static final int DOUBLE_VALUE_FIELD_NUMBER
public static final int STRING_LIST_VALUE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 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 Flight.SessionOptionValue.OptionValueCase getOptionValueCase()
getOptionValueCase in interface Flight.SessionOptionValueOrBuilderpublic boolean hasStringValue()
string string_value = 1;hasStringValue in interface Flight.SessionOptionValueOrBuilderpublic String getStringValue()
string string_value = 1;getStringValue in interface Flight.SessionOptionValueOrBuilderpublic com.google.protobuf.ByteString getStringValueBytes()
string string_value = 1;getStringValueBytes in interface Flight.SessionOptionValueOrBuilderpublic boolean hasBoolValue()
bool bool_value = 2;hasBoolValue in interface Flight.SessionOptionValueOrBuilderpublic boolean getBoolValue()
bool bool_value = 2;getBoolValue in interface Flight.SessionOptionValueOrBuilderpublic boolean hasInt64Value()
sfixed64 int64_value = 3;hasInt64Value in interface Flight.SessionOptionValueOrBuilderpublic long getInt64Value()
sfixed64 int64_value = 3;getInt64Value in interface Flight.SessionOptionValueOrBuilderpublic boolean hasDoubleValue()
double double_value = 4;hasDoubleValue in interface Flight.SessionOptionValueOrBuilderpublic double getDoubleValue()
double double_value = 4;getDoubleValue in interface Flight.SessionOptionValueOrBuilderpublic boolean hasStringListValue()
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;hasStringListValue in interface Flight.SessionOptionValueOrBuilderpublic Flight.SessionOptionValue.StringListValue getStringListValue()
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;getStringListValue in interface Flight.SessionOptionValueOrBuilderpublic Flight.SessionOptionValue.StringListValueOrBuilder getStringListValueOrBuilder()
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;getStringListValueOrBuilder in interface Flight.SessionOptionValueOrBuilderpublic 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 Flight.SessionOptionValue parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Flight.SessionOptionValue parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Flight.SessionOptionValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Flight.SessionOptionValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Flight.SessionOptionValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Flight.SessionOptionValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Flight.SessionOptionValue parseFrom(InputStream input) throws IOException
IOExceptionpublic static Flight.SessionOptionValue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Flight.SessionOptionValue parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Flight.SessionOptionValue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Flight.SessionOptionValue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Flight.SessionOptionValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Flight.SessionOptionValue.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Flight.SessionOptionValue.Builder newBuilder()
public static Flight.SessionOptionValue.Builder newBuilder(Flight.SessionOptionValue prototype)
public Flight.SessionOptionValue.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Flight.SessionOptionValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Flight.SessionOptionValue getDefaultInstance()
public static com.google.protobuf.Parser<Flight.SessionOptionValue> parser()
public com.google.protobuf.Parser<Flight.SessionOptionValue> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Flight.SessionOptionValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 The Apache Software Foundation. All rights reserved.