Interface BiReservationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BiReservation
,BiReservation.Builder
public interface BiReservationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
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;
- Returns:
- The name.
-
getNameBytes
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;
- Returns:
- The bytes for name.
-
hasUpdateTime
boolean hasUpdateTime()
Output only. The last update timestamp of a reservation.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
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];
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
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];
-
getSize
long getSize()
Size of a reservation, in bytes.
int64 size = 4;
- Returns:
- The size.
-
getPreferredTablesList
List<TableReference> getPreferredTablesList()
Preferred tables to use BI capacity for.
repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
-
getPreferredTables
TableReference getPreferredTables(int index)
Preferred tables to use BI capacity for.
repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
-
getPreferredTablesCount
int getPreferredTablesCount()
Preferred tables to use BI capacity for.
repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
-
getPreferredTablesOrBuilderList
List<? extends TableReferenceOrBuilder> getPreferredTablesOrBuilderList()
Preferred tables to use BI capacity for.
repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
-
getPreferredTablesOrBuilder
TableReferenceOrBuilder getPreferredTablesOrBuilder(int index)
Preferred tables to use BI capacity for.
repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
-
-