Package org.apache.arrow.flight.impl
Interface Flight.SetSessionOptionsResult.ErrorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Flight.SetSessionOptionsResult.Error
,Flight.SetSessionOptionsResult.Error.Builder
- Enclosing class:
- Flight.SetSessionOptionsResult
public static interface Flight.SetSessionOptionsResult.ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
.arrow.flight.protocol.SetSessionOptionsResult.ErrorValue value = 1;
int
.arrow.flight.protocol.SetSessionOptionsResult.ErrorValue value = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValueValue
int getValueValue().arrow.flight.protocol.SetSessionOptionsResult.ErrorValue value = 1;
- Returns:
- The enum numeric value on the wire for value.
-
getValue
Flight.SetSessionOptionsResult.ErrorValue getValue().arrow.flight.protocol.SetSessionOptionsResult.ErrorValue value = 1;
- Returns:
- The value.
-