public interface SchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FieldSchema |
getCols(int index)
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
int |
getColsCount()
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
List<FieldSchema> |
getColsList()
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
FieldSchemaOrBuilder |
getColsOrBuilder(int index)
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
List<? extends FieldSchemaOrBuilder> |
getColsOrBuilderList()
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<FieldSchema> getColsList()
repeated .alluxio.grpc.table.FieldSchema cols = 1;
FieldSchema getCols(int index)
repeated .alluxio.grpc.table.FieldSchema cols = 1;
int getColsCount()
repeated .alluxio.grpc.table.FieldSchema cols = 1;
List<? extends FieldSchemaOrBuilder> getColsOrBuilderList()
repeated .alluxio.grpc.table.FieldSchema cols = 1;
FieldSchemaOrBuilder getColsOrBuilder(int index)
repeated .alluxio.grpc.table.FieldSchema cols = 1;
Copyright © 2023. All Rights Reserved.