Uses of Class
com.google.cloud.bigquery.storage.v1beta.MetastorePartitionList.Builder
-
Uses of MetastorePartitionList.Builder in com.google.cloud.bigquery.storage.v1beta
Methods in com.google.cloud.bigquery.storage.v1beta that return MetastorePartitionList.BuilderModifier and TypeMethodDescriptionMetastorePartitionList.Builder.addAllPartitions(Iterable<? extends MetastorePartition> values) Required.MetastorePartitionList.Builder.addPartitions(int index, MetastorePartition value) Required.MetastorePartitionList.Builder.addPartitions(int index, MetastorePartition.Builder builderForValue) Required.MetastorePartitionList.Builder.addPartitions(MetastorePartition value) Required.MetastorePartitionList.Builder.addPartitions(MetastorePartition.Builder builderForValue) Required.MetastorePartitionList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MetastorePartitionList.Builder.clear()MetastorePartitionList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) MetastorePartitionList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) MetastorePartitionList.Builder.clearPartitions()Required.MetastorePartitionList.Builder.clone()ListMetastorePartitionsResponse.Builder.getPartitionsBuilder()The list of partitions.MetastorePartitionList.Builder.mergeFrom(MetastorePartitionList other) MetastorePartitionList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MetastorePartitionList.Builder.mergeFrom(com.google.protobuf.Message other) MetastorePartitionList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MetastorePartitionList.newBuilder()MetastorePartitionList.newBuilder(MetastorePartitionList prototype) MetastorePartitionList.newBuilderForType()protected MetastorePartitionList.BuilderMetastorePartitionList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MetastorePartitionList.Builder.removePartitions(int index) Required.MetastorePartitionList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MetastorePartitionList.Builder.setPartitions(int index, MetastorePartition value) Required.MetastorePartitionList.Builder.setPartitions(int index, MetastorePartition.Builder builderForValue) Required.MetastorePartitionList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) MetastorePartitionList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MetastorePartitionList.toBuilder()Methods in com.google.cloud.bigquery.storage.v1beta with parameters of type MetastorePartitionList.BuilderModifier and TypeMethodDescriptionListMetastorePartitionsResponse.Builder.setPartitions(MetastorePartitionList.Builder builderForValue) The list of partitions.