public static interface ListCatalogResponse.PayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PrestoCatalogListing |
getCatalog(int index)
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1; |
int |
getCatalogCount()
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1; |
List<PrestoCatalogListing> |
getCatalogList()
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1; |
PrestoCatalogListingOrBuilder |
getCatalogOrBuilder(int index)
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1; |
List<? extends PrestoCatalogListingOrBuilder> |
getCatalogOrBuilderList()
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<PrestoCatalogListing> getCatalogList()
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
PrestoCatalogListing getCatalog(int index)
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
int getCatalogCount()
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
List<? extends PrestoCatalogListingOrBuilder> getCatalogOrBuilderList()
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
PrestoCatalogListingOrBuilder getCatalogOrBuilder(int index)
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
Copyright © 2023. All Rights Reserved.