Uses of Class
com.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse.Builder
-
Uses of BatchCreateMetastorePartitionsResponse.Builder in com.google.cloud.bigquery.storage.v1beta
Methods in com.google.cloud.bigquery.storage.v1beta that return BatchCreateMetastorePartitionsResponse.BuilderModifier and TypeMethodDescriptionBatchCreateMetastorePartitionsResponse.Builder.addAllPartitions(Iterable<? extends MetastorePartition> values) The list of metastore partitions that have been created.BatchCreateMetastorePartitionsResponse.Builder.addPartitions(int index, MetastorePartition value) The list of metastore partitions that have been created.BatchCreateMetastorePartitionsResponse.Builder.addPartitions(int index, MetastorePartition.Builder builderForValue) The list of metastore partitions that have been created.BatchCreateMetastorePartitionsResponse.Builder.addPartitions(MetastorePartition value) The list of metastore partitions that have been created.BatchCreateMetastorePartitionsResponse.Builder.addPartitions(MetastorePartition.Builder builderForValue) The list of metastore partitions that have been created.BatchCreateMetastorePartitionsResponse.Builder.clear()BatchCreateMetastorePartitionsResponse.Builder.clearPartitions()The list of metastore partitions that have been created.BatchCreateMetastorePartitionsResponse.Builder.mergeFrom(BatchCreateMetastorePartitionsResponse other) BatchCreateMetastorePartitionsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BatchCreateMetastorePartitionsResponse.Builder.mergeFrom(com.google.protobuf.Message other) BatchCreateMetastorePartitionsResponse.newBuilder()BatchCreateMetastorePartitionsResponse.newBuilder(BatchCreateMetastorePartitionsResponse prototype) BatchCreateMetastorePartitionsResponse.newBuilderForType()BatchCreateMetastorePartitionsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BatchCreateMetastorePartitionsResponse.Builder.removePartitions(int index) The list of metastore partitions that have been created.BatchCreateMetastorePartitionsResponse.Builder.setPartitions(int index, MetastorePartition value) The list of metastore partitions that have been created.BatchCreateMetastorePartitionsResponse.Builder.setPartitions(int index, MetastorePartition.Builder builderForValue) The list of metastore partitions that have been created.BatchCreateMetastorePartitionsResponse.toBuilder()