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