public final class BiReservation extends GeneratedMessageV3 implements BiReservationOrBuilder
Represents a BI Reservation.
Protobuf type google.cloud.bigquery.reservation.v1.BiReservation
Static Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
PREFERRED_TABLES_FIELD_NUMBER
public static final int PREFERRED_TABLES_FIELD_NUMBER
Field Value
SIZE_FIELD_NUMBER
public static final int SIZE_FIELD_NUMBER
Field Value
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static BiReservation getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static BiReservation.Builder newBuilder()
Returns
newBuilder(BiReservation prototype)
public static BiReservation.Builder newBuilder(BiReservation prototype)
Parameter
Returns
public static BiReservation parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BiReservation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static BiReservation parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BiReservation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static BiReservation parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BiReservation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BiReservation parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BiReservation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BiReservation parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BiReservation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static BiReservation parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BiReservation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<BiReservation> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public BiReservation getDefaultInstanceForType()
Returns
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
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;
Returns
getParserForType()
public Parser<BiReservation> getParserForType()
Returns
Overrides
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;
Parameter
Returns
getPreferredTablesCount()
public int getPreferredTablesCount()
Preferred tables to use BI capacity for.
repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
Returns
getPreferredTablesList()
public List<TableReference> getPreferredTablesList()
Preferred tables to use BI capacity for.
repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
Returns
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;
Parameter
Returns
getPreferredTablesOrBuilderList()
public List<? extends TableReferenceOrBuilder> getPreferredTablesOrBuilderList()
Preferred tables to use BI capacity for.
repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
Returns
Type | Description |
List<? extends com.google.cloud.bigquery.reservation.v1.TableReferenceOrBuilder> | |
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSize()
Size of a reservation, in bytes.
int64 size = 4;
Returns
Type | Description |
long | The size.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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];
Returns
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];
Returns
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];
Returns
Type | Description |
boolean | Whether the updateTime field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public BiReservation.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BiReservation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public BiReservation.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions