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