Uses of Class
com.google.cloud.deploy.v1.IgnoreJobResponse
-
Packages that use IgnoreJobResponse Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of IgnoreJobResponse in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return IgnoreJobResponse Modifier and Type Method Description IgnoreJobResponseIgnoreJobResponse.Builder. build()IgnoreJobResponseIgnoreJobResponse.Builder. buildPartial()static IgnoreJobResponseIgnoreJobResponse. getDefaultInstance()IgnoreJobResponseIgnoreJobResponse.Builder. getDefaultInstanceForType()IgnoreJobResponseIgnoreJobResponse. getDefaultInstanceForType()IgnoreJobResponseCloudDeployClient. ignoreJob(IgnoreJobRequest request)Ignores the specified Job in a Rollout.IgnoreJobResponseCloudDeployClient. ignoreJob(RolloutName rollout, String phaseId, String jobId)Ignores the specified Job in a Rollout.IgnoreJobResponseCloudDeployClient. ignoreJob(String rollout, String phaseId, String jobId)Ignores the specified Job in a Rollout.IgnoreJobResponseCloudDeployGrpc.CloudDeployBlockingStub. ignoreJob(IgnoreJobRequest request)Ignores the specified Job in a Rollout.static IgnoreJobResponseIgnoreJobResponse. parseDelimitedFrom(InputStream input)static IgnoreJobResponseIgnoreJobResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IgnoreJobResponseIgnoreJobResponse. parseFrom(byte[] data)static IgnoreJobResponseIgnoreJobResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IgnoreJobResponseIgnoreJobResponse. parseFrom(com.google.protobuf.ByteString data)static IgnoreJobResponseIgnoreJobResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IgnoreJobResponseIgnoreJobResponse. parseFrom(com.google.protobuf.CodedInputStream input)static IgnoreJobResponseIgnoreJobResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IgnoreJobResponseIgnoreJobResponse. parseFrom(InputStream input)static IgnoreJobResponseIgnoreJobResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IgnoreJobResponseIgnoreJobResponse. parseFrom(ByteBuffer data)static IgnoreJobResponseIgnoreJobResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.deploy.v1 that return types with arguments of type IgnoreJobResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<IgnoreJobRequest,IgnoreJobResponse>CloudDeployGrpc. getIgnoreJobMethod()com.google.protobuf.Parser<IgnoreJobResponse>IgnoreJobResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<IgnoreJobResponse>CloudDeployGrpc.CloudDeployFutureStub. ignoreJob(IgnoreJobRequest request)Ignores the specified Job in a Rollout.com.google.api.gax.rpc.UnaryCallable<IgnoreJobRequest,IgnoreJobResponse>CloudDeployClient. ignoreJobCallable()Ignores the specified Job in a Rollout.com.google.api.gax.rpc.UnaryCallSettings.Builder<IgnoreJobRequest,IgnoreJobResponse>CloudDeploySettings.Builder. ignoreJobSettings()Returns the builder for the settings used for calls to ignoreJob.com.google.api.gax.rpc.UnaryCallSettings<IgnoreJobRequest,IgnoreJobResponse>CloudDeploySettings. ignoreJobSettings()Returns the object with the settings used for calls to ignoreJob.static com.google.protobuf.Parser<IgnoreJobResponse>IgnoreJobResponse. parser()Methods in com.google.cloud.deploy.v1 with parameters of type IgnoreJobResponse Modifier and Type Method Description IgnoreJobResponse.BuilderIgnoreJobResponse.Builder. mergeFrom(IgnoreJobResponse other)static IgnoreJobResponse.BuilderIgnoreJobResponse. newBuilder(IgnoreJobResponse prototype)Method parameters in com.google.cloud.deploy.v1 with type arguments of type IgnoreJobResponse Modifier and Type Method Description default voidCloudDeployGrpc.AsyncService. ignoreJob(IgnoreJobRequest request, io.grpc.stub.StreamObserver<IgnoreJobResponse> responseObserver)Ignores the specified Job in a Rollout.voidCloudDeployGrpc.CloudDeployStub. ignoreJob(IgnoreJobRequest request, io.grpc.stub.StreamObserver<IgnoreJobResponse> responseObserver)Ignores the specified Job in a Rollout. -
Uses of IgnoreJobResponse in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type IgnoreJobResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<IgnoreJobRequest,IgnoreJobResponse>CloudDeployStub. ignoreJobCallable()com.google.api.gax.rpc.UnaryCallable<IgnoreJobRequest,IgnoreJobResponse>GrpcCloudDeployStub. ignoreJobCallable()com.google.api.gax.rpc.UnaryCallable<IgnoreJobRequest,IgnoreJobResponse>HttpJsonCloudDeployStub. ignoreJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<IgnoreJobRequest,IgnoreJobResponse>CloudDeployStubSettings.Builder. ignoreJobSettings()Returns the builder for the settings used for calls to ignoreJob.com.google.api.gax.rpc.UnaryCallSettings<IgnoreJobRequest,IgnoreJobResponse>CloudDeployStubSettings. ignoreJobSettings()Returns the object with the settings used for calls to ignoreJob.
-