Package org.apache.arrow.flight.impl
Interface Flight.SetSessionOptionsResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Flight.SetSessionOptionsResult
,Flight.SetSessionOptionsResult.Builder
- Enclosing class:
- Flight
public static interface Flight.SetSessionOptionsResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsErrors
(String key) map<string, .arrow.flight.protocol.SetSessionOptionsResult.Error> errors = 1;
Deprecated.int
map<string, .arrow.flight.protocol.SetSessionOptionsResult.Error> errors = 1;
map<string, .arrow.flight.protocol.SetSessionOptionsResult.Error> errors = 1;
getErrorsOrDefault
(String key, Flight.SetSessionOptionsResult.Error defaultValue) map<string, .arrow.flight.protocol.SetSessionOptionsResult.Error> errors = 1;
getErrorsOrThrow
(String key) map<string, .arrow.flight.protocol.SetSessionOptionsResult.Error> errors = 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
-
getErrorsCount
int getErrorsCount()map<string, .arrow.flight.protocol.SetSessionOptionsResult.Error> errors = 1;
-
containsErrors
map<string, .arrow.flight.protocol.SetSessionOptionsResult.Error> errors = 1;
-
getErrors
Deprecated.UsegetErrorsMap()
instead. -
getErrorsMap
Map<String,Flight.SetSessionOptionsResult.Error> getErrorsMap()map<string, .arrow.flight.protocol.SetSessionOptionsResult.Error> errors = 1;
-
getErrorsOrDefault
Flight.SetSessionOptionsResult.Error getErrorsOrDefault(String key, Flight.SetSessionOptionsResult.Error defaultValue) map<string, .arrow.flight.protocol.SetSessionOptionsResult.Error> errors = 1;
-
getErrorsOrThrow
map<string, .arrow.flight.protocol.SetSessionOptionsResult.Error> errors = 1;
-