PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.addAllCatalog(Iterable<? extends PrestoCatalogListing> values)
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
|
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.addCatalog(int index,
PrestoCatalogListing.Builder builderForValue)
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
|
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.addCatalog(int index,
PrestoCatalogListing value)
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
|
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.addCatalog(PrestoCatalogListing.Builder builderForValue)
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
|
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.addCatalog(PrestoCatalogListing value)
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
|
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.clear() |
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.clearCatalog()
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
|
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.clone() |
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.mergeFrom(com.google.protobuf.Message other) |
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.mergeFrom(PrestoCatalogListingResult other) |
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.newBuilder() |
static PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.newBuilder(PrestoCatalogListingResult prototype) |
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.newBuilderForType() |
protected PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.removeCatalog(int index)
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
|
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.setCatalog(int index,
PrestoCatalogListing.Builder builderForValue)
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
|
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.setCatalog(int index,
PrestoCatalogListing value)
repeated .alluxio.hub.proto.PrestoCatalogListing catalog = 1;
|
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PrestoCatalogListingResult.Builder |
PrestoCatalogListingResult.toBuilder() |