Module org.apache.arrow.flight.core
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 TypeMethodDescriptionbooleancontainsErrors(String key) map<string, .arrow.flight.protocol.SetSessionOptionsResult.Error> errors = 1;Deprecated.intmap<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
isInitializedMethods 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;
-