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.StateCapacityCommitment.State. forNumber(int value)CapacityCommitment.StateCapacityCommitment.Builder. getState()Output only.CapacityCommitment.StateCapacityCommitment. getState()Output only.CapacityCommitment.StateCapacityCommitmentOrBuilder. getState()Output only.static CapacityCommitment.StateCapacityCommitment.State. valueOf(int value)Deprecated.static CapacityCommitment.StateCapacityCommitment.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CapacityCommitment.StateCapacityCommitment.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.BuilderCapacityCommitment.Builder. setState(CapacityCommitment.State value)Output only.
-