Class Flight.SetSessionOptionsResult

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.arrow.flight.impl.Flight.SetSessionOptionsResult
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Flight.SetSessionOptionsResultOrBuilder
Enclosing class:
Flight

public static final class Flight.SetSessionOptionsResult extends com.google.protobuf.GeneratedMessageV3 implements Flight.SetSessionOptionsResultOrBuilder

 EXPERIMENTAL: The results (individually) of setting a set of session options.

 Option names should only be present in the response if they were not successfully
 set on the server; that is, a response without an Error for a name provided in the
 SetSessionOptionsRequest implies that the named option value was set successfully.
 
Protobuf type arrow.flight.protocol.SetSessionOptionsResult
See Also: