Uses of Class
com.google.cloud.bigquery.reservation.v1.AssignmentName
-
Packages that use AssignmentName Package Description com.google.cloud.bigquery.reservation.v1 A client to BigQuery Reservation API -
-
Uses of AssignmentName in com.google.cloud.bigquery.reservation.v1
Methods in com.google.cloud.bigquery.reservation.v1 that return AssignmentName Modifier and Type Method Description AssignmentName
AssignmentName.Builder. build()
static AssignmentName
AssignmentName. of(String project, String location, String reservation, String assignment)
static AssignmentName
AssignmentName. parse(String formattedString)
Methods in com.google.cloud.bigquery.reservation.v1 that return types with arguments of type AssignmentName Modifier and Type Method Description static List<AssignmentName>
AssignmentName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.bigquery.reservation.v1 with parameters of type AssignmentName Modifier and Type Method Description void
ReservationServiceClient. deleteAssignment(AssignmentName name)
Deletes a assignment.Assignment
ReservationServiceClient. moveAssignment(AssignmentName name, ReservationName destinationId)
Moves an assignment under a new reservation.Assignment
ReservationServiceClient. moveAssignment(AssignmentName name, String destinationId)
Moves an assignment under a new reservation.Method parameters in com.google.cloud.bigquery.reservation.v1 with type arguments of type AssignmentName Modifier and Type Method Description static List<String>
AssignmentName. toStringList(List<AssignmentName> values)
-