public static final class Flight.FlightGetInfo extends com.google.protobuf.GeneratedMessageV3 implements Flight.FlightGetInfoOrBuilder
The access coordinates for retrieval of a dataset. With a FlightGetInfo, a consumer is able to determine how to retrieve a dataset.Protobuf type
arrow.flight.protocol.FlightGetInfo| Modifier and Type | Class and Description |
|---|---|
static class |
Flight.FlightGetInfo.Builder
The access coordinates for retrieval of a dataset.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ENDPOINT_FIELD_NUMBER |
static int |
FLIGHT_DESCRIPTOR_FIELD_NUMBER |
static int |
SCHEMA_FIELD_NUMBER |
static int |
TOTAL_BYTES_FIELD_NUMBER |
static int |
TOTAL_RECORDS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Flight.FlightGetInfo |
getDefaultInstance() |
Flight.FlightGetInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Flight.FlightEndpoint |
getEndpoint(int index)
A list of endpoints associated with the flight.
|
int |
getEndpointCount()
A list of endpoints associated with the flight.
|
List<Flight.FlightEndpoint> |
getEndpointList()
A list of endpoints associated with the flight.
|
Flight.FlightEndpointOrBuilder |
getEndpointOrBuilder(int index)
A list of endpoints associated with the flight.
|
List<? extends Flight.FlightEndpointOrBuilder> |
getEndpointOrBuilderList()
A list of endpoints associated with the flight.
|
Flight.FlightDescriptor |
getFlightDescriptor()
The descriptor associated with this info.
|
Flight.FlightDescriptorOrBuilder |
getFlightDescriptorOrBuilder()
The descriptor associated with this info.
|
com.google.protobuf.Parser<Flight.FlightGetInfo> |
getParserForType() |
com.google.protobuf.ByteString |
getSchema()
schema of the dataset as described in Schema.fbs::Schema.
|
int |
getSerializedSize() |
long |
getTotalBytes()
uint64 total_bytes = 5; |
long |
getTotalRecords()
uint64 total_records = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasFlightDescriptor()
The descriptor associated with this info.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Flight.FlightGetInfo.Builder |
newBuilder() |
static Flight.FlightGetInfo.Builder |
newBuilder(Flight.FlightGetInfo prototype) |
Flight.FlightGetInfo.Builder |
newBuilderForType() |
protected Flight.FlightGetInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Flight.FlightGetInfo |
parseDelimitedFrom(InputStream input) |
static Flight.FlightGetInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightGetInfo |
parseFrom(byte[] data) |
static Flight.FlightGetInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightGetInfo |
parseFrom(ByteBuffer data) |
static Flight.FlightGetInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightGetInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Flight.FlightGetInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightGetInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Flight.FlightGetInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightGetInfo |
parseFrom(InputStream input) |
static Flight.FlightGetInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Flight.FlightGetInfo> |
parser() |
Flight.FlightGetInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SCHEMA_FIELD_NUMBER
public static final int FLIGHT_DESCRIPTOR_FIELD_NUMBER
public static final int ENDPOINT_FIELD_NUMBER
public static final int TOTAL_RECORDS_FIELD_NUMBER
public static final int TOTAL_BYTES_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public com.google.protobuf.ByteString getSchema()
schema of the dataset as described in Schema.fbs::Schema.
bytes schema = 1;getSchema in interface Flight.FlightGetInfoOrBuilderpublic boolean hasFlightDescriptor()
The descriptor associated with this info.
.arrow.flight.protocol.FlightDescriptor flight_descriptor = 2;hasFlightDescriptor in interface Flight.FlightGetInfoOrBuilderpublic Flight.FlightDescriptor getFlightDescriptor()
The descriptor associated with this info.
.arrow.flight.protocol.FlightDescriptor flight_descriptor = 2;getFlightDescriptor in interface Flight.FlightGetInfoOrBuilderpublic Flight.FlightDescriptorOrBuilder getFlightDescriptorOrBuilder()
The descriptor associated with this info.
.arrow.flight.protocol.FlightDescriptor flight_descriptor = 2;getFlightDescriptorOrBuilder in interface Flight.FlightGetInfoOrBuilderpublic List<Flight.FlightEndpoint> getEndpointList()
A list of endpoints associated with the flight. To consume the whole flight, all endpoints must be consumed.
repeated .arrow.flight.protocol.FlightEndpoint endpoint = 3;getEndpointList in interface Flight.FlightGetInfoOrBuilderpublic List<? extends Flight.FlightEndpointOrBuilder> getEndpointOrBuilderList()
A list of endpoints associated with the flight. To consume the whole flight, all endpoints must be consumed.
repeated .arrow.flight.protocol.FlightEndpoint endpoint = 3;getEndpointOrBuilderList in interface Flight.FlightGetInfoOrBuilderpublic int getEndpointCount()
A list of endpoints associated with the flight. To consume the whole flight, all endpoints must be consumed.
repeated .arrow.flight.protocol.FlightEndpoint endpoint = 3;getEndpointCount in interface Flight.FlightGetInfoOrBuilderpublic Flight.FlightEndpoint getEndpoint(int index)
A list of endpoints associated with the flight. To consume the whole flight, all endpoints must be consumed.
repeated .arrow.flight.protocol.FlightEndpoint endpoint = 3;getEndpoint in interface Flight.FlightGetInfoOrBuilderpublic Flight.FlightEndpointOrBuilder getEndpointOrBuilder(int index)
A list of endpoints associated with the flight. To consume the whole flight, all endpoints must be consumed.
repeated .arrow.flight.protocol.FlightEndpoint endpoint = 3;getEndpointOrBuilder in interface Flight.FlightGetInfoOrBuilderpublic long getTotalRecords()
uint64 total_records = 4;getTotalRecords in interface Flight.FlightGetInfoOrBuilderpublic long getTotalBytes()
uint64 total_bytes = 5;getTotalBytes in interface Flight.FlightGetInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Flight.FlightGetInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Flight.FlightGetInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Flight.FlightGetInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Flight.FlightGetInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Flight.FlightGetInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Flight.FlightGetInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Flight.FlightGetInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static Flight.FlightGetInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Flight.FlightGetInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Flight.FlightGetInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Flight.FlightGetInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Flight.FlightGetInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Flight.FlightGetInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Flight.FlightGetInfo.Builder newBuilder()
public static Flight.FlightGetInfo.Builder newBuilder(Flight.FlightGetInfo prototype)
public Flight.FlightGetInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Flight.FlightGetInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Flight.FlightGetInfo getDefaultInstance()
public static com.google.protobuf.Parser<Flight.FlightGetInfo> parser()
public com.google.protobuf.Parser<Flight.FlightGetInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Flight.FlightGetInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 The Apache Software Foundation. All rights reserved.