Uses of Class
com.google.cloud.bigquery.reservation.v1.LocationName
-
Packages that use LocationName Package Description com.google.cloud.bigquery.reservation.v1 A client to BigQuery Reservation API -
-
Uses of LocationName in com.google.cloud.bigquery.reservation.v1
Methods in com.google.cloud.bigquery.reservation.v1 that return LocationName Modifier and Type Method Description LocationName
LocationName.Builder. build()
static LocationName
LocationName. of(String project, String location)
static LocationName
LocationName. parse(String formattedString)
Methods in com.google.cloud.bigquery.reservation.v1 that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>
LocationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.bigquery.reservation.v1 with parameters of type LocationName Modifier and Type Method Description CapacityCommitment
ReservationServiceClient. createCapacityCommitment(LocationName parent, CapacityCommitment capacityCommitment)
Creates a new capacity commitment resource.Reservation
ReservationServiceClient. createReservation(LocationName parent, Reservation reservation, String reservationId)
Creates a new reservation resource.ReservationServiceClient.ListCapacityCommitmentsPagedResponse
ReservationServiceClient. listCapacityCommitments(LocationName parent)
Lists all the capacity commitments for the admin project.ReservationServiceClient.ListReservationsPagedResponse
ReservationServiceClient. listReservations(LocationName parent)
Lists all the reservations for the project in the specified location.CapacityCommitment
ReservationServiceClient. mergeCapacityCommitments(LocationName parent, List<String> capacityCommitmentIds)
Merges capacity commitments of the same plan into a single commitment.ReservationServiceClient.SearchAllAssignmentsPagedResponse
ReservationServiceClient. searchAllAssignments(LocationName parent, String query)
Looks up assignments for a specified resource for a particular region.ReservationServiceClient.SearchAssignmentsPagedResponse
ReservationServiceClient. searchAssignments(LocationName parent, String query)
Deprecated.This method is deprecated and will be removed in the next major version update.Method parameters in com.google.cloud.bigquery.reservation.v1 with type arguments of type LocationName Modifier and Type Method Description static List<String>
LocationName. toStringList(List<LocationName> values)
-