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 CancelRolloutResponseCancelRolloutResponse.Builder. build()CancelRolloutResponseCancelRolloutResponse.Builder. buildPartial()CancelRolloutResponseCloudDeployClient. cancelRollout(CancelRolloutRequest request)Cancels a Rollout in a given project and location.CancelRolloutResponseCloudDeployClient. cancelRollout(RolloutName name)Cancels a Rollout in a given project and location.CancelRolloutResponseCloudDeployClient. cancelRollout(String name)Cancels a Rollout in a given project and location.CancelRolloutResponseCloudDeployGrpc.CloudDeployBlockingStub. cancelRollout(CancelRolloutRequest request)Cancels a Rollout in a given project and location.static CancelRolloutResponseCancelRolloutResponse. getDefaultInstance()CancelRolloutResponseCancelRolloutResponse.Builder. getDefaultInstanceForType()CancelRolloutResponseCancelRolloutResponse. getDefaultInstanceForType()static CancelRolloutResponseCancelRolloutResponse. parseDelimitedFrom(InputStream input)static CancelRolloutResponseCancelRolloutResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelRolloutResponseCancelRolloutResponse. parseFrom(byte[] data)static CancelRolloutResponseCancelRolloutResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelRolloutResponseCancelRolloutResponse. parseFrom(com.google.protobuf.ByteString data)static CancelRolloutResponseCancelRolloutResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelRolloutResponseCancelRolloutResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CancelRolloutResponseCancelRolloutResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelRolloutResponseCancelRolloutResponse. parseFrom(InputStream input)static CancelRolloutResponseCancelRolloutResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelRolloutResponseCancelRolloutResponse. parseFrom(ByteBuffer data)static CancelRolloutResponseCancelRolloutResponse. 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.BuilderCancelRolloutResponse.Builder. mergeFrom(CancelRolloutResponse other)static CancelRolloutResponse.BuilderCancelRolloutResponse. newBuilder(CancelRolloutResponse prototype)Method parameters in com.google.cloud.deploy.v1 with type arguments of type CancelRolloutResponse Modifier and Type Method Description default voidCloudDeployGrpc.AsyncService. cancelRollout(CancelRolloutRequest request, io.grpc.stub.StreamObserver<CancelRolloutResponse> responseObserver)Cancels a Rollout in a given project and location.voidCloudDeployGrpc.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.
-