Module org.apache.arrow.flight.core
Package org.apache.arrow.flight.impl
Interface Flight.SessionOptionValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Flight.SessionOptionValue,Flight.SessionOptionValue.Builder
- Enclosing class:
- Flight
public static interface Flight.SessionOptionValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool bool_value = 2;doubledouble double_value = 4;longsfixed64 int64_value = 3;.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;string string_value = 1;com.google.protobuf.ByteStringstring string_value = 1;booleanbool bool_value = 2;booleandouble double_value = 4;booleansfixed64 int64_value = 3;boolean.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;booleanstring string_value = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStringValue
boolean hasStringValue()string string_value = 1;- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()string string_value = 1;- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()string string_value = 1;- Returns:
- The bytes for stringValue.
-
hasBoolValue
boolean hasBoolValue()bool bool_value = 2;- Returns:
- Whether the boolValue field is set.
-
getBoolValue
boolean getBoolValue()bool bool_value = 2;- Returns:
- The boolValue.
-
hasInt64Value
boolean hasInt64Value()sfixed64 int64_value = 3;- Returns:
- Whether the int64Value field is set.
-
getInt64Value
long getInt64Value()sfixed64 int64_value = 3;- Returns:
- The int64Value.
-
hasDoubleValue
boolean hasDoubleValue()double double_value = 4;- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()double double_value = 4;- Returns:
- The doubleValue.
-
hasStringListValue
boolean hasStringListValue().arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;- Returns:
- Whether the stringListValue field is set.
-
getStringListValue
Flight.SessionOptionValue.StringListValue getStringListValue().arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;- Returns:
- The stringListValue.
-
getStringListValueOrBuilder
Flight.SessionOptionValue.StringListValueOrBuilder getStringListValueOrBuilder().arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5; -
getOptionValueCase
Flight.SessionOptionValue.OptionValueCase getOptionValueCase()
-