public static interface UserProtos.GetCatalogsRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
UserProtos.CatalogMetadata |
getCatalogs(int index)
repeated .exec.user.CatalogMetadata catalogs = 2; |
int |
getCatalogsCount()
repeated .exec.user.CatalogMetadata catalogs = 2; |
List<UserProtos.CatalogMetadata> |
getCatalogsList()
repeated .exec.user.CatalogMetadata catalogs = 2; |
UserProtos.CatalogMetadataOrBuilder |
getCatalogsOrBuilder(int index)
repeated .exec.user.CatalogMetadata catalogs = 2; |
List<? extends UserProtos.CatalogMetadataOrBuilder> |
getCatalogsOrBuilderList()
repeated .exec.user.CatalogMetadata catalogs = 2; |
UserBitShared.DrillPBError |
getError()
optional .exec.shared.DrillPBError error = 3; |
UserBitShared.DrillPBErrorOrBuilder |
getErrorOrBuilder()
optional .exec.shared.DrillPBError error = 3; |
UserProtos.RequestStatus |
getStatus()
optional .exec.user.RequestStatus status = 1; |
boolean |
hasError()
optional .exec.shared.DrillPBError error = 3; |
boolean |
hasStatus()
optional .exec.user.RequestStatus status = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.RequestStatus getStatus()
optional .exec.user.RequestStatus status = 1;
List<UserProtos.CatalogMetadata> getCatalogsList()
repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.CatalogMetadata getCatalogs(int index)
repeated .exec.user.CatalogMetadata catalogs = 2;
int getCatalogsCount()
repeated .exec.user.CatalogMetadata catalogs = 2;
List<? extends UserProtos.CatalogMetadataOrBuilder> getCatalogsOrBuilderList()
repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.CatalogMetadataOrBuilder getCatalogsOrBuilder(int index)
repeated .exec.user.CatalogMetadata catalogs = 2;
boolean hasError()
optional .exec.shared.DrillPBError error = 3;
UserBitShared.DrillPBError getError()
optional .exec.shared.DrillPBError error = 3;
UserBitShared.DrillPBErrorOrBuilder getErrorOrBuilder()
optional .exec.shared.DrillPBError error = 3;
Copyright © 1970 The Apache Software Foundation. All rights reserved.