public static interface Flight.SessionOptionValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
bool bool_value = 2; |
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.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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStringValue()
string string_value = 1;String getStringValue()
string string_value = 1;com.google.protobuf.ByteString getStringValueBytes()
string string_value = 1;boolean hasBoolValue()
bool bool_value = 2;boolean getBoolValue()
bool bool_value = 2;boolean hasInt64Value()
sfixed64 int64_value = 3;long getInt64Value()
sfixed64 int64_value = 3;boolean hasDoubleValue()
double double_value = 4;double getDoubleValue()
double double_value = 4;boolean hasStringListValue()
.arrow.flight.protocol.SessionOptionValue.StringListValue string_list_value = 5;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;Flight.SessionOptionValue.OptionValueCase getOptionValueCase()
Copyright © 2024 The Apache Software Foundation. All rights reserved.