Uses of Class
com.google.cloud.bigquery.reservation.v1.ReservationName
-
Packages that use ReservationName Package Description com.google.cloud.bigquery.reservation.v1 A client to BigQuery Reservation API -
-
Uses of ReservationName in com.google.cloud.bigquery.reservation.v1
Methods in com.google.cloud.bigquery.reservation.v1 that return ReservationName Modifier and Type Method Description ReservationName
ReservationName.Builder. build()
static ReservationName
ReservationName. of(String project, String location, String reservation)
static ReservationName
ReservationName. parse(String formattedString)
Methods in com.google.cloud.bigquery.reservation.v1 that return types with arguments of type ReservationName Modifier and Type Method Description static List<ReservationName>
ReservationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.bigquery.reservation.v1 with parameters of type ReservationName Modifier and Type Method Description Assignment
ReservationServiceClient. createAssignment(ReservationName parent, Assignment assignment)
Creates an assignment object which allows the given project to submit jobs of a certain type using slots from the specified reservation.void
ReservationServiceClient. deleteReservation(ReservationName name)
Deletes a reservation.Reservation
ReservationServiceClient. getReservation(ReservationName name)
Returns information about the reservation.ReservationServiceClient.ListAssignmentsPagedResponse
ReservationServiceClient. listAssignments(ReservationName parent)
Lists assignments.Assignment
ReservationServiceClient. moveAssignment(AssignmentName name, ReservationName destinationId)
Moves an assignment under a new reservation.Assignment
ReservationServiceClient. moveAssignment(String name, ReservationName destinationId)
Moves an assignment under a new reservation.Method parameters in com.google.cloud.bigquery.reservation.v1 with type arguments of type ReservationName Modifier and Type Method Description static List<String>
ReservationName. toStringList(List<ReservationName> values)
-