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 ReservationNameReservationName.Builder. build()static ReservationNameReservationName. of(String project, String location, String reservation)static ReservationNameReservationName. 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 AssignmentReservationServiceClient. 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.voidReservationServiceClient. deleteReservation(ReservationName name)Deletes a reservation.ReservationReservationServiceClient. getReservation(ReservationName name)Returns information about the reservation.ReservationServiceClient.ListAssignmentsPagedResponseReservationServiceClient. listAssignments(ReservationName parent)Lists assignments.AssignmentReservationServiceClient. moveAssignment(AssignmentName name, ReservationName destinationId)Moves an assignment under a new reservation.AssignmentReservationServiceClient. 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)
-