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 ListReservationsResponseListReservationsResponse.Builder. build()ListReservationsResponseListReservationsResponse.Builder. buildPartial()static ListReservationsResponseListReservationsResponse. getDefaultInstance()ListReservationsResponseListReservationsResponse.Builder. getDefaultInstanceForType()ListReservationsResponseListReservationsResponse. getDefaultInstanceForType()ListReservationsResponseReservationServiceGrpc.ReservationServiceBlockingStub. listReservations(ListReservationsRequest request)Lists all the reservations for the project in the specified location.static ListReservationsResponseListReservationsResponse. parseDelimitedFrom(InputStream input)static ListReservationsResponseListReservationsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListReservationsResponseListReservationsResponse. parseFrom(byte[] data)static ListReservationsResponseListReservationsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListReservationsResponseListReservationsResponse. parseFrom(com.google.protobuf.ByteString data)static ListReservationsResponseListReservationsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListReservationsResponseListReservationsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListReservationsResponseListReservationsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListReservationsResponseListReservationsResponse. parseFrom(InputStream input)static ListReservationsResponseListReservationsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListReservationsResponseListReservationsResponse. parseFrom(ByteBuffer data)static ListReservationsResponseListReservationsResponse. 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.ListReservationsPageReservationServiceClient.ListReservationsPage. createPage(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ListReservationsResponse response)ListReservationsResponse.BuilderListReservationsResponse.Builder. mergeFrom(ListReservationsResponse other)static ListReservationsResponse.BuilderListReservationsResponse. 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.ListReservationsPageReservationServiceClient.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 voidReservationServiceGrpc.AsyncService. listReservations(ListReservationsRequest request, io.grpc.stub.StreamObserver<ListReservationsResponse> responseObserver)Lists all the reservations for the project in the specified location.voidReservationServiceGrpc.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.
-