- 2.79.0 (latest)
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.73.0
 - 2.71.0
 - 2.69.0
 - 2.68.0
 - 2.65.0
 - 2.64.0
 - 2.63.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.0
 - 2.4.6
 - 2.3.1
 - 2.2.7
 - 2.1.4
 
public static final class BiReservation.Builder extends GeneratedMessageV3.Builder<BiReservation.Builder> implements BiReservationOrBuilderRepresents a BI Reservation.
 Protobuf type google.cloud.bigquery.reservation.v1.BiReservation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BiReservation.BuilderImplements
BiReservationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addAllPreferredTables(Iterable<? extends TableReference> values)
public BiReservation.Builder addAllPreferredTables(Iterable<? extends TableReference> values)Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Name | Description | 
| values | Iterable<? extends com.google.cloud.bigquery.reservation.v1.TableReference> | 
      
| Type | Description | 
| BiReservation.Builder | 
addPreferredTables(TableReference value)
public BiReservation.Builder addPreferredTables(TableReference value)Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Name | Description | 
| value | TableReference | 
      
| Type | Description | 
| BiReservation.Builder | 
addPreferredTables(TableReference.Builder builderForValue)
public BiReservation.Builder addPreferredTables(TableReference.Builder builderForValue)Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Name | Description | 
| builderForValue | TableReference.Builder | 
      
| Type | Description | 
| BiReservation.Builder | 
addPreferredTables(int index, TableReference value)
public BiReservation.Builder addPreferredTables(int index, TableReference value)Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Name | Description | 
| index | int | 
      
| value | TableReference | 
      
| Type | Description | 
| BiReservation.Builder | 
addPreferredTables(int index, TableReference.Builder builderForValue)
public BiReservation.Builder addPreferredTables(int index, TableReference.Builder builderForValue)Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Name | Description | 
| index | int | 
      
| builderForValue | TableReference.Builder | 
      
| Type | Description | 
| BiReservation.Builder | 
addPreferredTablesBuilder()
public TableReference.Builder addPreferredTablesBuilder()Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Type | Description | 
| TableReference.Builder | 
addPreferredTablesBuilder(int index)
public TableReference.Builder addPreferredTablesBuilder(int index)Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| TableReference.Builder | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BiReservation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| BiReservation.Builder | 
build()
public BiReservation build()| Type | Description | 
| BiReservation | 
buildPartial()
public BiReservation buildPartial()| Type | Description | 
| BiReservation | 
clear()
public BiReservation.Builder clear()| Type | Description | 
| BiReservation.Builder | 
clearField(Descriptors.FieldDescriptor field)
public BiReservation.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| BiReservation.Builder | 
clearName()
public BiReservation.Builder clearName() The resource name of the singleton BI reservation.
 Reservation names have the form
 projects/{project_id}/locations/{location_id}/biReservation.
 string name = 1;
| Type | Description | 
| BiReservation.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public BiReservation.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| BiReservation.Builder | 
clearPreferredTables()
public BiReservation.Builder clearPreferredTables()Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Type | Description | 
| BiReservation.Builder | 
clearSize()
public BiReservation.Builder clearSize()Size of a reservation, in bytes.
 int64 size = 4;
| Type | Description | 
| BiReservation.Builder | This builder for chaining.  | 
      
clearUpdateTime()
public BiReservation.Builder clearUpdateTime()Output only. The last update timestamp of a reservation.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| BiReservation.Builder | 
clone()
public BiReservation.Builder clone()| Type | Description | 
| BiReservation.Builder | 
getDefaultInstanceForType()
public BiReservation getDefaultInstanceForType()| Type | Description | 
| BiReservation | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getName()
public String getName() The resource name of the singleton BI reservation.
 Reservation names have the form
 projects/{project_id}/locations/{location_id}/biReservation.
 string name = 1;
| Type | Description | 
| String | The name.  | 
      
getNameBytes()
public ByteString getNameBytes() The resource name of the singleton BI reservation.
 Reservation names have the form
 projects/{project_id}/locations/{location_id}/biReservation.
 string name = 1;
| Type | Description | 
| ByteString | The bytes for name.  | 
      
getPreferredTables(int index)
public TableReference getPreferredTables(int index)Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| TableReference | 
getPreferredTablesBuilder(int index)
public TableReference.Builder getPreferredTablesBuilder(int index)Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| TableReference.Builder | 
getPreferredTablesBuilderList()
public List<TableReference.Builder> getPreferredTablesBuilderList()Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Type | Description | 
| List<Builder> | 
getPreferredTablesCount()
public int getPreferredTablesCount()Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Type | Description | 
| int | 
getPreferredTablesList()
public List<TableReference> getPreferredTablesList()Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Type | Description | 
| List<TableReference> | 
getPreferredTablesOrBuilder(int index)
public TableReferenceOrBuilder getPreferredTablesOrBuilder(int index)Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| TableReferenceOrBuilder | 
getPreferredTablesOrBuilderList()
public List<? extends TableReferenceOrBuilder> getPreferredTablesOrBuilderList()Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Type | Description | 
| List<? extends com.google.cloud.bigquery.reservation.v1.TableReferenceOrBuilder> | 
getSize()
public long getSize()Size of a reservation, in bytes.
 int64 size = 4;
| Type | Description | 
| long | The size.  | 
      
getUpdateTime()
public Timestamp getUpdateTime()Output only. The last update timestamp of a reservation.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Timestamp | The updateTime.  | 
      
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The last update timestamp of a reservation.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Builder | 
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The last update timestamp of a reservation.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| TimestampOrBuilder | 
hasUpdateTime()
public boolean hasUpdateTime()Output only. The last update timestamp of a reservation.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| boolean | Whether the updateTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(BiReservation other)
public BiReservation.Builder mergeFrom(BiReservation other)| Name | Description | 
| other | BiReservation | 
      
| Type | Description | 
| BiReservation.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BiReservation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| BiReservation.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public BiReservation.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| BiReservation.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BiReservation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| BiReservation.Builder | 
mergeUpdateTime(Timestamp value)
public BiReservation.Builder mergeUpdateTime(Timestamp value)Output only. The last update timestamp of a reservation.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| BiReservation.Builder | 
removePreferredTables(int index)
public BiReservation.Builder removePreferredTables(int index)Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| BiReservation.Builder | 
setField(Descriptors.FieldDescriptor field, Object value)
public BiReservation.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| BiReservation.Builder | 
setName(String value)
public BiReservation.Builder setName(String value) The resource name of the singleton BI reservation.
 Reservation names have the form
 projects/{project_id}/locations/{location_id}/biReservation.
 string name = 1;
| Name | Description | 
| value | StringThe name to set.  | 
      
| Type | Description | 
| BiReservation.Builder | This builder for chaining.  | 
      
setNameBytes(ByteString value)
public BiReservation.Builder setNameBytes(ByteString value) The resource name of the singleton BI reservation.
 Reservation names have the form
 projects/{project_id}/locations/{location_id}/biReservation.
 string name = 1;
| Name | Description | 
| value | ByteStringThe bytes for name to set.  | 
      
| Type | Description | 
| BiReservation.Builder | This builder for chaining.  | 
      
setPreferredTables(int index, TableReference value)
public BiReservation.Builder setPreferredTables(int index, TableReference value)Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Name | Description | 
| index | int | 
      
| value | TableReference | 
      
| Type | Description | 
| BiReservation.Builder | 
setPreferredTables(int index, TableReference.Builder builderForValue)
public BiReservation.Builder setPreferredTables(int index, TableReference.Builder builderForValue)Preferred tables to use BI capacity for.
 repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
 
| Name | Description | 
| index | int | 
      
| builderForValue | TableReference.Builder | 
      
| Type | Description | 
| BiReservation.Builder | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BiReservation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| BiReservation.Builder | 
setSize(long value)
public BiReservation.Builder setSize(long value)Size of a reservation, in bytes.
 int64 size = 4;
| Name | Description | 
| value | longThe size to set.  | 
      
| Type | Description | 
| BiReservation.Builder | This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final BiReservation.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| BiReservation.Builder | 
setUpdateTime(Timestamp value)
public BiReservation.Builder setUpdateTime(Timestamp value)Output only. The last update timestamp of a reservation.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| BiReservation.Builder | 
setUpdateTime(Timestamp.Builder builderForValue)
public BiReservation.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The last update timestamp of a reservation.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| builderForValue | Builder | 
      
| Type | Description | 
| BiReservation.Builder |