public interface BiReservationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The resource name of the singleton BI reservation.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the singleton BI reservation.
|
TableReference |
getPreferredTables(int index)
Preferred tables to use BI capacity for.
|
int |
getPreferredTablesCount()
Preferred tables to use BI capacity for.
|
List<TableReference> |
getPreferredTablesList()
Preferred tables to use BI capacity for.
|
TableReferenceOrBuilder |
getPreferredTablesOrBuilder(int index)
Preferred tables to use BI capacity for.
|
List<? extends TableReferenceOrBuilder> |
getPreferredTablesOrBuilderList()
Preferred tables to use BI capacity for.
|
long |
getSize()
Size of a reservation, in bytes.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the singleton BI reservation.
Reservation names have the form
`projects/{project_id}/locations/{location_id}/biReservation`.
string name = 1;com.google.protobuf.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;boolean hasUpdateTime()
Output only. The last update timestamp of a reservation.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The last update timestamp of a reservation.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last update timestamp of a reservation.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
long getSize()
Size of a reservation, in bytes.
int64 size = 4;List<TableReference> getPreferredTablesList()
Preferred tables to use BI capacity for.
repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
TableReference getPreferredTables(int index)
Preferred tables to use BI capacity for.
repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
int getPreferredTablesCount()
Preferred tables to use BI capacity for.
repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
List<? extends TableReferenceOrBuilder> getPreferredTablesOrBuilderList()
Preferred tables to use BI capacity for.
repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
TableReferenceOrBuilder getPreferredTablesOrBuilder(int index)
Preferred tables to use BI capacity for.
repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
Copyright © 2024 Google LLC. All rights reserved.