Uses of Class
org.apache.arrow.flight.impl.Flight.SessionOptionValue.Builder
-
Uses of Flight.SessionOptionValue.Builder in org.apache.arrow.flight.impl
Modifier and TypeMethodDescriptionFlight.SessionOptionValue.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Flight.SessionOptionValue.Builder.clear()
Flight.SessionOptionValue.Builder.clearBoolValue()
bool bool_value = 2;
Flight.SessionOptionValue.Builder.clearDoubleValue()
double double_value = 4;
Flight.SessionOptionValue.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Flight.SessionOptionValue.Builder.clearInt64Value()
sfixed64 int64_value = 3;
Flight.SessionOptionValue.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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;
Flight.SessionOptionValue.Builder.clone()
Flight.SessionOptionValue.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Flight.SessionOptionValue.Builder.mergeFrom
(com.google.protobuf.Message other) Flight.SessionOptionValue.Builder.mergeFrom
(Flight.SessionOptionValue 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.newBuilder()
Flight.SessionOptionValue.newBuilder
(Flight.SessionOptionValue prototype) Flight.SessionOptionValue.newBuilderForType()
protected Flight.SessionOptionValue.Builder
Flight.SessionOptionValue.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Flight.GetSessionOptionsResult.Builder.putSessionOptionsBuilderIfAbsent
(String key) map<string, .arrow.flight.protocol.SessionOptionValue> session_options = 1;
Flight.SetSessionOptionsRequest.Builder.putSessionOptionsBuilderIfAbsent
(String key) map<string, .arrow.flight.protocol.SessionOptionValue> session_options = 1;
Flight.SessionOptionValue.Builder.setBoolValue
(boolean value) bool bool_value = 2;
Flight.SessionOptionValue.Builder.setDoubleValue
(double value) double double_value = 4;
Flight.SessionOptionValue.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Flight.SessionOptionValue.Builder.setInt64Value
(long value) sfixed64 int64_value = 3;
Flight.SessionOptionValue.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Flight.SessionOptionValue.Builder.setStringListValue
(Flight.SessionOptionValue.StringListValue value) .arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;
Flight.SessionOptionValue.Builder.setStringListValue
(Flight.SessionOptionValue.StringListValue.Builder builderForValue) .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) Flight.SessionOptionValue.toBuilder()