Uses of Class
com.google.cloud.bigquery.reservation.v1.ListReservationsRequest
-
Packages that use ListReservationsRequest Package Description com.google.cloud.bigquery.reservation.v1 A client to BigQuery Reservation APIcom.google.cloud.bigquery.reservation.v1.stub -
-
Uses of ListReservationsRequest in com.google.cloud.bigquery.reservation.v1
Methods in com.google.cloud.bigquery.reservation.v1 that return ListReservationsRequest Modifier and Type Method Description ListReservationsRequest
ListReservationsRequest.Builder. build()
ListReservationsRequest
ListReservationsRequest.Builder. buildPartial()
static ListReservationsRequest
ListReservationsRequest. getDefaultInstance()
ListReservationsRequest
ListReservationsRequest.Builder. getDefaultInstanceForType()
ListReservationsRequest
ListReservationsRequest. getDefaultInstanceForType()
static ListReservationsRequest
ListReservationsRequest. parseDelimitedFrom(InputStream input)
static ListReservationsRequest
ListReservationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReservationsRequest
ListReservationsRequest. parseFrom(byte[] data)
static ListReservationsRequest
ListReservationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReservationsRequest
ListReservationsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListReservationsRequest
ListReservationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReservationsRequest
ListReservationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListReservationsRequest
ListReservationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReservationsRequest
ListReservationsRequest. parseFrom(InputStream input)
static ListReservationsRequest
ListReservationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReservationsRequest
ListReservationsRequest. parseFrom(ByteBuffer data)
static ListReservationsRequest
ListReservationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.reservation.v1 that return types with arguments of type ListReservationsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListReservationsRequest,ListReservationsResponse>
ReservationServiceGrpc. getListReservationsMethod()
com.google.protobuf.Parser<ListReservationsRequest>
ListReservationsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,ListReservationsResponse>
ReservationServiceClient. listReservationsCallable()
Lists all the reservations for the project in the specified location.com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,ReservationServiceClient.ListReservationsPagedResponse>
ReservationServiceClient. listReservationsPagedCallable()
Lists all the reservations for the project in the specified location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListReservationsRequest,ListReservationsResponse,ReservationServiceClient.ListReservationsPagedResponse>
ReservationServiceSettings.Builder. listReservationsSettings()
Returns the builder for the settings used for calls to listReservations.com.google.api.gax.rpc.PagedCallSettings<ListReservationsRequest,ListReservationsResponse,ReservationServiceClient.ListReservationsPagedResponse>
ReservationServiceSettings. listReservationsSettings()
Returns the object with the settings used for calls to listReservations.static com.google.protobuf.Parser<ListReservationsRequest>
ListReservationsRequest. parser()
Methods in com.google.cloud.bigquery.reservation.v1 with parameters of type ListReservationsRequest Modifier and Type Method Description ReservationServiceClient.ListReservationsPagedResponse
ReservationServiceClient. listReservations(ListReservationsRequest request)
Lists all the reservations for the project in the specified location.default void
ReservationServiceGrpc.AsyncService. listReservations(ListReservationsRequest request, io.grpc.stub.StreamObserver<ListReservationsResponse> responseObserver)
Lists all the reservations for the project in the specified location.ListReservationsResponse
ReservationServiceGrpc.ReservationServiceBlockingStub. listReservations(ListReservationsRequest request)
Lists all the reservations for the project in the specified location.com.google.common.util.concurrent.ListenableFuture<ListReservationsResponse>
ReservationServiceGrpc.ReservationServiceFutureStub. listReservations(ListReservationsRequest request)
Lists all the reservations for the project in the specified location.void
ReservationServiceGrpc.ReservationServiceStub. listReservations(ListReservationsRequest request, io.grpc.stub.StreamObserver<ListReservationsResponse> responseObserver)
Lists all the reservations for the project in the specified location.ListReservationsRequest.Builder
ListReservationsRequest.Builder. mergeFrom(ListReservationsRequest other)
static ListReservationsRequest.Builder
ListReservationsRequest. newBuilder(ListReservationsRequest prototype)
Method parameters in com.google.cloud.bigquery.reservation.v1 with type arguments of type ListReservationsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ReservationServiceClient.ListReservationsPagedResponse>
ReservationServiceClient.ListReservationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, com.google.api.core.ApiFuture<ListReservationsResponse> futureResponse)
protected ReservationServiceClient.ListReservationsPage
ReservationServiceClient.ListReservationsPage. createPage(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ListReservationsResponse response)
com.google.api.core.ApiFuture<ReservationServiceClient.ListReservationsPage>
ReservationServiceClient.ListReservationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, com.google.api.core.ApiFuture<ListReservationsResponse> futureResponse)
-
Uses of ListReservationsRequest in com.google.cloud.bigquery.reservation.v1.stub
-