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 IgnoreJobResponse
IgnoreJobResponse.Builder. build()
IgnoreJobResponse
IgnoreJobResponse.Builder. buildPartial()
static IgnoreJobResponse
IgnoreJobResponse. getDefaultInstance()
IgnoreJobResponse
IgnoreJobResponse.Builder. getDefaultInstanceForType()
IgnoreJobResponse
IgnoreJobResponse. getDefaultInstanceForType()
IgnoreJobResponse
CloudDeployClient. ignoreJob(IgnoreJobRequest request)
Ignores the specified Job in a Rollout.IgnoreJobResponse
CloudDeployClient. ignoreJob(RolloutName rollout, String phaseId, String jobId)
Ignores the specified Job in a Rollout.IgnoreJobResponse
CloudDeployClient. ignoreJob(String rollout, String phaseId, String jobId)
Ignores the specified Job in a Rollout.IgnoreJobResponse
CloudDeployGrpc.CloudDeployBlockingStub. ignoreJob(IgnoreJobRequest request)
Ignores the specified Job in a Rollout.static IgnoreJobResponse
IgnoreJobResponse. parseDelimitedFrom(InputStream input)
static IgnoreJobResponse
IgnoreJobResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IgnoreJobResponse
IgnoreJobResponse. parseFrom(byte[] data)
static IgnoreJobResponse
IgnoreJobResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IgnoreJobResponse
IgnoreJobResponse. parseFrom(com.google.protobuf.ByteString data)
static IgnoreJobResponse
IgnoreJobResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IgnoreJobResponse
IgnoreJobResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static IgnoreJobResponse
IgnoreJobResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IgnoreJobResponse
IgnoreJobResponse. parseFrom(InputStream input)
static IgnoreJobResponse
IgnoreJobResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IgnoreJobResponse
IgnoreJobResponse. parseFrom(ByteBuffer data)
static IgnoreJobResponse
IgnoreJobResponse. 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.Builder
IgnoreJobResponse.Builder. mergeFrom(IgnoreJobResponse other)
static IgnoreJobResponse.Builder
IgnoreJobResponse. newBuilder(IgnoreJobResponse prototype)
Method parameters in com.google.cloud.deploy.v1 with type arguments of type IgnoreJobResponse Modifier and Type Method Description default void
CloudDeployGrpc.AsyncService. ignoreJob(IgnoreJobRequest request, io.grpc.stub.StreamObserver<IgnoreJobResponse> responseObserver)
Ignores the specified Job in a Rollout.void
CloudDeployGrpc.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.
-