Uses of Class
com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.SearchAllAssignmentsPagedResponse
-
Packages that use ReservationServiceClient.SearchAllAssignmentsPagedResponse Package Description com.google.cloud.bigquery.reservation.v1 A client to BigQuery Reservation APIcom.google.cloud.bigquery.reservation.v1.stub -
-
Uses of ReservationServiceClient.SearchAllAssignmentsPagedResponse in com.google.cloud.bigquery.reservation.v1
Methods in com.google.cloud.bigquery.reservation.v1 that return ReservationServiceClient.SearchAllAssignmentsPagedResponse Modifier and Type Method Description ReservationServiceClient.SearchAllAssignmentsPagedResponse
ReservationServiceClient. searchAllAssignments(LocationName parent, String query)
Looks up assignments for a specified resource for a particular region.ReservationServiceClient.SearchAllAssignmentsPagedResponse
ReservationServiceClient. searchAllAssignments(SearchAllAssignmentsRequest request)
Looks up assignments for a specified resource for a particular region.ReservationServiceClient.SearchAllAssignmentsPagedResponse
ReservationServiceClient. searchAllAssignments(String parent, String query)
Looks up assignments for a specified resource for a particular region.Methods in com.google.cloud.bigquery.reservation.v1 that return types with arguments of type ReservationServiceClient.SearchAllAssignmentsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ReservationServiceClient.SearchAllAssignmentsPagedResponse>
ReservationServiceClient.SearchAllAssignmentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchAllAssignmentsRequest,SearchAllAssignmentsResponse,Assignment> context, com.google.api.core.ApiFuture<SearchAllAssignmentsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<SearchAllAssignmentsRequest,ReservationServiceClient.SearchAllAssignmentsPagedResponse>
ReservationServiceClient. searchAllAssignmentsPagedCallable()
Looks up assignments for a specified resource for a particular region.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchAllAssignmentsRequest,SearchAllAssignmentsResponse,ReservationServiceClient.SearchAllAssignmentsPagedResponse>
ReservationServiceSettings.Builder. searchAllAssignmentsSettings()
Returns the builder for the settings used for calls to searchAllAssignments.com.google.api.gax.rpc.PagedCallSettings<SearchAllAssignmentsRequest,SearchAllAssignmentsResponse,ReservationServiceClient.SearchAllAssignmentsPagedResponse>
ReservationServiceSettings. searchAllAssignmentsSettings()
Returns the object with the settings used for calls to searchAllAssignments. -
Uses of ReservationServiceClient.SearchAllAssignmentsPagedResponse in com.google.cloud.bigquery.reservation.v1.stub
-