Uses of Class
com.google.cloud.bigquery.reservation.v1.GetCapacityCommitmentRequest
-
Packages that use GetCapacityCommitmentRequest Package Description com.google.cloud.bigquery.reservation.v1 A client to BigQuery Reservation APIcom.google.cloud.bigquery.reservation.v1.stub -
-
Uses of GetCapacityCommitmentRequest in com.google.cloud.bigquery.reservation.v1
Methods in com.google.cloud.bigquery.reservation.v1 that return GetCapacityCommitmentRequest Modifier and Type Method Description GetCapacityCommitmentRequest
GetCapacityCommitmentRequest.Builder. build()
GetCapacityCommitmentRequest
GetCapacityCommitmentRequest.Builder. buildPartial()
static GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. getDefaultInstance()
GetCapacityCommitmentRequest
GetCapacityCommitmentRequest.Builder. getDefaultInstanceForType()
GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. getDefaultInstanceForType()
static GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. parseDelimitedFrom(InputStream input)
static GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. parseFrom(byte[] data)
static GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. parseFrom(com.google.protobuf.ByteString data)
static GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. parseFrom(InputStream input)
static GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. parseFrom(ByteBuffer data)
static GetCapacityCommitmentRequest
GetCapacityCommitmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.reservation.v1 that return types with arguments of type GetCapacityCommitmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCapacityCommitmentRequest,CapacityCommitment>
ReservationServiceClient. getCapacityCommitmentCallable()
Returns information about the capacity commitment.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCapacityCommitmentRequest,CapacityCommitment>
ReservationServiceSettings.Builder. getCapacityCommitmentSettings()
Returns the builder for the settings used for calls to getCapacityCommitment.com.google.api.gax.rpc.UnaryCallSettings<GetCapacityCommitmentRequest,CapacityCommitment>
ReservationServiceSettings. getCapacityCommitmentSettings()
Returns the object with the settings used for calls to getCapacityCommitment.static io.grpc.MethodDescriptor<GetCapacityCommitmentRequest,CapacityCommitment>
ReservationServiceGrpc. getGetCapacityCommitmentMethod()
com.google.protobuf.Parser<GetCapacityCommitmentRequest>
GetCapacityCommitmentRequest. getParserForType()
static com.google.protobuf.Parser<GetCapacityCommitmentRequest>
GetCapacityCommitmentRequest. parser()
Methods in com.google.cloud.bigquery.reservation.v1 with parameters of type GetCapacityCommitmentRequest Modifier and Type Method Description CapacityCommitment
ReservationServiceClient. getCapacityCommitment(GetCapacityCommitmentRequest request)
Returns information about the capacity commitment.default void
ReservationServiceGrpc.AsyncService. getCapacityCommitment(GetCapacityCommitmentRequest request, io.grpc.stub.StreamObserver<CapacityCommitment> responseObserver)
Returns information about the capacity commitment.CapacityCommitment
ReservationServiceGrpc.ReservationServiceBlockingStub. getCapacityCommitment(GetCapacityCommitmentRequest request)
Returns information about the capacity commitment.com.google.common.util.concurrent.ListenableFuture<CapacityCommitment>
ReservationServiceGrpc.ReservationServiceFutureStub. getCapacityCommitment(GetCapacityCommitmentRequest request)
Returns information about the capacity commitment.void
ReservationServiceGrpc.ReservationServiceStub. getCapacityCommitment(GetCapacityCommitmentRequest request, io.grpc.stub.StreamObserver<CapacityCommitment> responseObserver)
Returns information about the capacity commitment.GetCapacityCommitmentRequest.Builder
GetCapacityCommitmentRequest.Builder. mergeFrom(GetCapacityCommitmentRequest other)
static GetCapacityCommitmentRequest.Builder
GetCapacityCommitmentRequest. newBuilder(GetCapacityCommitmentRequest prototype)
-
Uses of GetCapacityCommitmentRequest in com.google.cloud.bigquery.reservation.v1.stub
Methods in com.google.cloud.bigquery.reservation.v1.stub that return types with arguments of type GetCapacityCommitmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCapacityCommitmentRequest,CapacityCommitment>
GrpcReservationServiceStub. getCapacityCommitmentCallable()
com.google.api.gax.rpc.UnaryCallable<GetCapacityCommitmentRequest,CapacityCommitment>
HttpJsonReservationServiceStub. getCapacityCommitmentCallable()
com.google.api.gax.rpc.UnaryCallable<GetCapacityCommitmentRequest,CapacityCommitment>
ReservationServiceStub. getCapacityCommitmentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCapacityCommitmentRequest,CapacityCommitment>
ReservationServiceStubSettings.Builder. getCapacityCommitmentSettings()
Returns the builder for the settings used for calls to getCapacityCommitment.com.google.api.gax.rpc.UnaryCallSettings<GetCapacityCommitmentRequest,CapacityCommitment>
ReservationServiceStubSettings. getCapacityCommitmentSettings()
Returns the object with the settings used for calls to getCapacityCommitment.
-