Uses of Class
com.google.cloud.bigquery.reservation.v1.CapacityCommitment.State
-
Packages that use CapacityCommitment.State Package Description com.google.cloud.bigquery.reservation.v1 A client to BigQuery Reservation API -
-
Uses of CapacityCommitment.State in com.google.cloud.bigquery.reservation.v1
Methods in com.google.cloud.bigquery.reservation.v1 that return CapacityCommitment.State Modifier and Type Method Description static CapacityCommitment.State
CapacityCommitment.State. forNumber(int value)
CapacityCommitment.State
CapacityCommitment.Builder. getState()
Output only.CapacityCommitment.State
CapacityCommitment. getState()
Output only.CapacityCommitment.State
CapacityCommitmentOrBuilder. getState()
Output only.static CapacityCommitment.State
CapacityCommitment.State. valueOf(int value)
Deprecated.static CapacityCommitment.State
CapacityCommitment.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CapacityCommitment.State
CapacityCommitment.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static CapacityCommitment.State[]
CapacityCommitment.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.reservation.v1 that return types with arguments of type CapacityCommitment.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CapacityCommitment.State>
CapacityCommitment.State. internalGetValueMap()
Methods in com.google.cloud.bigquery.reservation.v1 with parameters of type CapacityCommitment.State Modifier and Type Method Description CapacityCommitment.Builder
CapacityCommitment.Builder. setState(CapacityCommitment.State value)
Output only.
-