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