public static interface Flight.FlightDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getCmd()
Opaque value used to express a command.
|
String |
getPath(int index)
List of strings identifying a particular dataset.
|
com.google.protobuf.ByteString |
getPathBytes(int index)
List of strings identifying a particular dataset.
|
int |
getPathCount()
List of strings identifying a particular dataset.
|
List<String> |
getPathList()
List of strings identifying a particular dataset.
|
Flight.FlightDescriptor.DescriptorType |
getType()
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1; |
int |
getTypeValue()
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;Flight.FlightDescriptor.DescriptorType getType()
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;com.google.protobuf.ByteString getCmd()
Opaque value used to express a command. Should only be defined when type = CMD.
bytes cmd = 2;List<String> getPathList()
List of strings identifying a particular dataset. Should only be defined when type = PATH.
repeated string path = 3;int getPathCount()
List of strings identifying a particular dataset. Should only be defined when type = PATH.
repeated string path = 3;String getPath(int index)
List of strings identifying a particular dataset. Should only be defined when type = PATH.
repeated string path = 3;index - The index of the element to return.com.google.protobuf.ByteString getPathBytes(int index)
List of strings identifying a particular dataset. Should only be defined when type = PATH.
repeated string path = 3;index - The index of the value to return.Copyright © 2024 The Apache Software Foundation. All rights reserved.