Uses of Class
com.google.cloud.deploy.v1.CancelRolloutResponse
-
Packages that use CancelRolloutResponse Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of CancelRolloutResponse in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return CancelRolloutResponse Modifier and Type Method Description CancelRolloutResponse
CancelRolloutResponse.Builder. build()
CancelRolloutResponse
CancelRolloutResponse.Builder. buildPartial()
CancelRolloutResponse
CloudDeployClient. cancelRollout(CancelRolloutRequest request)
Cancels a Rollout in a given project and location.CancelRolloutResponse
CloudDeployClient. cancelRollout(RolloutName name)
Cancels a Rollout in a given project and location.CancelRolloutResponse
CloudDeployClient. cancelRollout(String name)
Cancels a Rollout in a given project and location.CancelRolloutResponse
CloudDeployGrpc.CloudDeployBlockingStub. cancelRollout(CancelRolloutRequest request)
Cancels a Rollout in a given project and location.static CancelRolloutResponse
CancelRolloutResponse. getDefaultInstance()
CancelRolloutResponse
CancelRolloutResponse.Builder. getDefaultInstanceForType()
CancelRolloutResponse
CancelRolloutResponse. getDefaultInstanceForType()
static CancelRolloutResponse
CancelRolloutResponse. parseDelimitedFrom(InputStream input)
static CancelRolloutResponse
CancelRolloutResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelRolloutResponse
CancelRolloutResponse. parseFrom(byte[] data)
static CancelRolloutResponse
CancelRolloutResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelRolloutResponse
CancelRolloutResponse. parseFrom(com.google.protobuf.ByteString data)
static CancelRolloutResponse
CancelRolloutResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelRolloutResponse
CancelRolloutResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CancelRolloutResponse
CancelRolloutResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelRolloutResponse
CancelRolloutResponse. parseFrom(InputStream input)
static CancelRolloutResponse
CancelRolloutResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelRolloutResponse
CancelRolloutResponse. parseFrom(ByteBuffer data)
static CancelRolloutResponse
CancelRolloutResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type CancelRolloutResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<CancelRolloutResponse>
CloudDeployGrpc.CloudDeployFutureStub. cancelRollout(CancelRolloutRequest request)
Cancels a Rollout in a given project and location.com.google.api.gax.rpc.UnaryCallable<CancelRolloutRequest,CancelRolloutResponse>
CloudDeployClient. cancelRolloutCallable()
Cancels a Rollout in a given project and location.com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelRolloutRequest,CancelRolloutResponse>
CloudDeploySettings.Builder. cancelRolloutSettings()
Returns the builder for the settings used for calls to cancelRollout.com.google.api.gax.rpc.UnaryCallSettings<CancelRolloutRequest,CancelRolloutResponse>
CloudDeploySettings. cancelRolloutSettings()
Returns the object with the settings used for calls to cancelRollout.static io.grpc.MethodDescriptor<CancelRolloutRequest,CancelRolloutResponse>
CloudDeployGrpc. getCancelRolloutMethod()
com.google.protobuf.Parser<CancelRolloutResponse>
CancelRolloutResponse. getParserForType()
static com.google.protobuf.Parser<CancelRolloutResponse>
CancelRolloutResponse. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type CancelRolloutResponse Modifier and Type Method Description CancelRolloutResponse.Builder
CancelRolloutResponse.Builder. mergeFrom(CancelRolloutResponse other)
static CancelRolloutResponse.Builder
CancelRolloutResponse. newBuilder(CancelRolloutResponse prototype)
Method parameters in com.google.cloud.deploy.v1 with type arguments of type CancelRolloutResponse Modifier and Type Method Description default void
CloudDeployGrpc.AsyncService. cancelRollout(CancelRolloutRequest request, io.grpc.stub.StreamObserver<CancelRolloutResponse> responseObserver)
Cancels a Rollout in a given project and location.void
CloudDeployGrpc.CloudDeployStub. cancelRollout(CancelRolloutRequest request, io.grpc.stub.StreamObserver<CancelRolloutResponse> responseObserver)
Cancels a Rollout in a given project and location. -
Uses of CancelRolloutResponse in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type CancelRolloutResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelRolloutRequest,CancelRolloutResponse>
CloudDeployStub. cancelRolloutCallable()
com.google.api.gax.rpc.UnaryCallable<CancelRolloutRequest,CancelRolloutResponse>
GrpcCloudDeployStub. cancelRolloutCallable()
com.google.api.gax.rpc.UnaryCallable<CancelRolloutRequest,CancelRolloutResponse>
HttpJsonCloudDeployStub. cancelRolloutCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelRolloutRequest,CancelRolloutResponse>
CloudDeployStubSettings.Builder. cancelRolloutSettings()
Returns the builder for the settings used for calls to cancelRollout.com.google.api.gax.rpc.UnaryCallSettings<CancelRolloutRequest,CancelRolloutResponse>
CloudDeployStubSettings. cancelRolloutSettings()
Returns the object with the settings used for calls to cancelRollout.
-