Uses of Class
com.google.cloud.bigquery.reservation.v1.Assignment.State
-
Packages that use Assignment.State Package Description com.google.cloud.bigquery.reservation.v1 A client to BigQuery Reservation API -
-
Uses of Assignment.State in com.google.cloud.bigquery.reservation.v1
Methods in com.google.cloud.bigquery.reservation.v1 that return Assignment.State Modifier and Type Method Description static Assignment.StateAssignment.State. forNumber(int value)Assignment.StateAssignment.Builder. getState()Output only.Assignment.StateAssignment. getState()Output only.Assignment.StateAssignmentOrBuilder. getState()Output only.static Assignment.StateAssignment.State. valueOf(int value)Deprecated.static Assignment.StateAssignment.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Assignment.StateAssignment.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Assignment.State[]Assignment.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 Assignment.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Assignment.State>Assignment.State. internalGetValueMap()Methods in com.google.cloud.bigquery.reservation.v1 with parameters of type Assignment.State Modifier and Type Method Description Assignment.BuilderAssignment.Builder. setState(Assignment.State value)Output only.
-