Uses of Class
com.google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsRequest
-
Packages that use ListCapacityCommitmentsRequest Package Description com.google.cloud.bigquery.reservation.v1 A client to BigQuery Reservation APIcom.google.cloud.bigquery.reservation.v1.stub -
-
Uses of ListCapacityCommitmentsRequest in com.google.cloud.bigquery.reservation.v1
Methods in com.google.cloud.bigquery.reservation.v1 that return ListCapacityCommitmentsRequest Modifier and Type Method Description ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest.Builder. build()
ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest.Builder. buildPartial()
static ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. getDefaultInstance()
ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest.Builder. getDefaultInstanceForType()
ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. getDefaultInstanceForType()
static ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. parseDelimitedFrom(InputStream input)
static ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. parseFrom(byte[] data)
static ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. parseFrom(InputStream input)
static ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. parseFrom(ByteBuffer data)
static ListCapacityCommitmentsRequest
ListCapacityCommitmentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.reservation.v1 that return types with arguments of type ListCapacityCommitmentsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCapacityCommitmentsRequest,ListCapacityCommitmentsResponse>
ReservationServiceGrpc. getListCapacityCommitmentsMethod()
com.google.protobuf.Parser<ListCapacityCommitmentsRequest>
ListCapacityCommitmentsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListCapacityCommitmentsRequest,ListCapacityCommitmentsResponse>
ReservationServiceClient. listCapacityCommitmentsCallable()
Lists all the capacity commitments for the admin project.com.google.api.gax.rpc.UnaryCallable<ListCapacityCommitmentsRequest,ReservationServiceClient.ListCapacityCommitmentsPagedResponse>
ReservationServiceClient. listCapacityCommitmentsPagedCallable()
Lists all the capacity commitments for the admin project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCapacityCommitmentsRequest,ListCapacityCommitmentsResponse,ReservationServiceClient.ListCapacityCommitmentsPagedResponse>
ReservationServiceSettings.Builder. listCapacityCommitmentsSettings()
Returns the builder for the settings used for calls to listCapacityCommitments.com.google.api.gax.rpc.PagedCallSettings<ListCapacityCommitmentsRequest,ListCapacityCommitmentsResponse,ReservationServiceClient.ListCapacityCommitmentsPagedResponse>
ReservationServiceSettings. listCapacityCommitmentsSettings()
Returns the object with the settings used for calls to listCapacityCommitments.static com.google.protobuf.Parser<ListCapacityCommitmentsRequest>
ListCapacityCommitmentsRequest. parser()
Methods in com.google.cloud.bigquery.reservation.v1 with parameters of type ListCapacityCommitmentsRequest Modifier and Type Method Description ReservationServiceClient.ListCapacityCommitmentsPagedResponse
ReservationServiceClient. listCapacityCommitments(ListCapacityCommitmentsRequest request)
Lists all the capacity commitments for the admin project.default void
ReservationServiceGrpc.AsyncService. listCapacityCommitments(ListCapacityCommitmentsRequest request, io.grpc.stub.StreamObserver<ListCapacityCommitmentsResponse> responseObserver)
Lists all the capacity commitments for the admin project.ListCapacityCommitmentsResponse
ReservationServiceGrpc.ReservationServiceBlockingStub. listCapacityCommitments(ListCapacityCommitmentsRequest request)
Lists all the capacity commitments for the admin project.com.google.common.util.concurrent.ListenableFuture<ListCapacityCommitmentsResponse>
ReservationServiceGrpc.ReservationServiceFutureStub. listCapacityCommitments(ListCapacityCommitmentsRequest request)
Lists all the capacity commitments for the admin project.void
ReservationServiceGrpc.ReservationServiceStub. listCapacityCommitments(ListCapacityCommitmentsRequest request, io.grpc.stub.StreamObserver<ListCapacityCommitmentsResponse> responseObserver)
Lists all the capacity commitments for the admin project.ListCapacityCommitmentsRequest.Builder
ListCapacityCommitmentsRequest.Builder. mergeFrom(ListCapacityCommitmentsRequest other)
static ListCapacityCommitmentsRequest.Builder
ListCapacityCommitmentsRequest. newBuilder(ListCapacityCommitmentsRequest prototype)
-
Uses of ListCapacityCommitmentsRequest in com.google.cloud.bigquery.reservation.v1.stub
-