public static final class Flight.SessionOptionValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Flight.SessionOptionValue.Builder> 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 | Method and Description |
|---|---|
Flight.SessionOptionValue |
build() |
Flight.SessionOptionValue |
buildPartial() |
Flight.SessionOptionValue.Builder |
clear() |
Flight.SessionOptionValue.Builder |
clearBoolValue()
bool bool_value = 2; |
Flight.SessionOptionValue.Builder |
clearDoubleValue()
double double_value = 4; |
Flight.SessionOptionValue.Builder |
clearInt64Value()
sfixed64 int64_value = 3; |
Flight.SessionOptionValue.Builder |
clearOptionValue() |
Flight.SessionOptionValue.Builder |
clearStringListValue()
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5; |
Flight.SessionOptionValue.Builder |
clearStringValue()
string string_value = 1; |
boolean |
getBoolValue()
bool bool_value = 2; |
Flight.SessionOptionValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
double |
getDoubleValue()
double double_value = 4; |
long |
getInt64Value()
sfixed64 int64_value = 3; |
Flight.SessionOptionValue.OptionValueCase |
getOptionValueCase() |
Flight.SessionOptionValue.StringListValue |
getStringListValue()
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5; |
Flight.SessionOptionValue.StringListValue.Builder |
getStringListValueBuilder()
.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; |
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() |
Flight.SessionOptionValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Flight.SessionOptionValue.Builder |
mergeFrom(Flight.SessionOptionValue other) |
Flight.SessionOptionValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
Flight.SessionOptionValue.Builder |
mergeStringListValue(Flight.SessionOptionValue.StringListValue value)
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5; |
Flight.SessionOptionValue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Flight.SessionOptionValue.Builder |
setBoolValue(boolean value)
bool bool_value = 2; |
Flight.SessionOptionValue.Builder |
setDoubleValue(double value)
double double_value = 4; |
Flight.SessionOptionValue.Builder |
setInt64Value(long value)
sfixed64 int64_value = 3; |
Flight.SessionOptionValue.Builder |
setStringListValue(Flight.SessionOptionValue.StringListValue.Builder builderForValue)
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5; |
Flight.SessionOptionValue.Builder |
setStringListValue(Flight.SessionOptionValue.StringListValue value)
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5; |
Flight.SessionOptionValue.Builder |
setStringValue(String value)
string string_value = 1; |
Flight.SessionOptionValue.Builder |
setStringValueBytes(com.google.protobuf.ByteString value)
string string_value = 1; |
Flight.SessionOptionValue.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Flight.SessionOptionValue.Builder>public Flight.SessionOptionValue.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Flight.SessionOptionValue.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Flight.SessionOptionValue.Builder>public Flight.SessionOptionValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Flight.SessionOptionValue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Flight.SessionOptionValue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Flight.SessionOptionValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Flight.SessionOptionValue.Builder>public Flight.SessionOptionValue.Builder mergeFrom(Flight.SessionOptionValue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Flight.SessionOptionValue.Builder>public Flight.SessionOptionValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Flight.SessionOptionValue.Builder>IOExceptionpublic Flight.SessionOptionValue.OptionValueCase getOptionValueCase()
getOptionValueCase in interface Flight.SessionOptionValueOrBuilderpublic Flight.SessionOptionValue.Builder clearOptionValue()
public 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 Flight.SessionOptionValue.Builder setStringValue(String value)
string string_value = 1;value - The stringValue to set.public Flight.SessionOptionValue.Builder clearStringValue()
string string_value = 1;public Flight.SessionOptionValue.Builder setStringValueBytes(com.google.protobuf.ByteString value)
string string_value = 1;value - The bytes for stringValue to set.public boolean hasBoolValue()
bool bool_value = 2;hasBoolValue in interface Flight.SessionOptionValueOrBuilderpublic boolean getBoolValue()
bool bool_value = 2;getBoolValue in interface Flight.SessionOptionValueOrBuilderpublic Flight.SessionOptionValue.Builder setBoolValue(boolean value)
bool bool_value = 2;value - The boolValue to set.public Flight.SessionOptionValue.Builder clearBoolValue()
bool bool_value = 2;public boolean hasInt64Value()
sfixed64 int64_value = 3;hasInt64Value in interface Flight.SessionOptionValueOrBuilderpublic long getInt64Value()
sfixed64 int64_value = 3;getInt64Value in interface Flight.SessionOptionValueOrBuilderpublic Flight.SessionOptionValue.Builder setInt64Value(long value)
sfixed64 int64_value = 3;value - The int64Value to set.public Flight.SessionOptionValue.Builder clearInt64Value()
sfixed64 int64_value = 3;public boolean hasDoubleValue()
double double_value = 4;hasDoubleValue in interface Flight.SessionOptionValueOrBuilderpublic double getDoubleValue()
double double_value = 4;getDoubleValue in interface Flight.SessionOptionValueOrBuilderpublic Flight.SessionOptionValue.Builder setDoubleValue(double value)
double double_value = 4;value - The doubleValue to set.public Flight.SessionOptionValue.Builder clearDoubleValue()
double double_value = 4;public 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.Builder setStringListValue(Flight.SessionOptionValue.StringListValue value)
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;public Flight.SessionOptionValue.Builder setStringListValue(Flight.SessionOptionValue.StringListValue.Builder builderForValue)
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;public Flight.SessionOptionValue.Builder mergeStringListValue(Flight.SessionOptionValue.StringListValue value)
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;public Flight.SessionOptionValue.Builder clearStringListValue()
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;public Flight.SessionOptionValue.StringListValue.Builder getStringListValueBuilder()
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;public Flight.SessionOptionValue.StringListValueOrBuilder getStringListValueOrBuilder()
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;getStringListValueOrBuilder in interface Flight.SessionOptionValueOrBuilderpublic final Flight.SessionOptionValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Flight.SessionOptionValue.Builder>public final Flight.SessionOptionValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Flight.SessionOptionValue.Builder>Copyright © 2024 The Apache Software Foundation. All rights reserved.