Uses of Class
com.google.cloud.deploy.v1.IgnoreJobRequest
-
Packages that use IgnoreJobRequest Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of IgnoreJobRequest in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return IgnoreJobRequest Modifier and Type Method Description IgnoreJobRequest
IgnoreJobRequest.Builder. build()
IgnoreJobRequest
IgnoreJobRequest.Builder. buildPartial()
static IgnoreJobRequest
IgnoreJobRequest. getDefaultInstance()
IgnoreJobRequest
IgnoreJobRequest.Builder. getDefaultInstanceForType()
IgnoreJobRequest
IgnoreJobRequest. getDefaultInstanceForType()
static IgnoreJobRequest
IgnoreJobRequest. parseDelimitedFrom(InputStream input)
static IgnoreJobRequest
IgnoreJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IgnoreJobRequest
IgnoreJobRequest. parseFrom(byte[] data)
static IgnoreJobRequest
IgnoreJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IgnoreJobRequest
IgnoreJobRequest. parseFrom(com.google.protobuf.ByteString data)
static IgnoreJobRequest
IgnoreJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IgnoreJobRequest
IgnoreJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static IgnoreJobRequest
IgnoreJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IgnoreJobRequest
IgnoreJobRequest. parseFrom(InputStream input)
static IgnoreJobRequest
IgnoreJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IgnoreJobRequest
IgnoreJobRequest. parseFrom(ByteBuffer data)
static IgnoreJobRequest
IgnoreJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type IgnoreJobRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<IgnoreJobRequest,IgnoreJobResponse>
CloudDeployGrpc. getIgnoreJobMethod()
com.google.protobuf.Parser<IgnoreJobRequest>
IgnoreJobRequest. getParserForType()
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<IgnoreJobRequest>
IgnoreJobRequest. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type IgnoreJobRequest Modifier and Type Method Description IgnoreJobResponse
CloudDeployClient. ignoreJob(IgnoreJobRequest request)
Ignores the specified Job in a Rollout.default void
CloudDeployGrpc.AsyncService. ignoreJob(IgnoreJobRequest request, io.grpc.stub.StreamObserver<IgnoreJobResponse> responseObserver)
Ignores the specified Job in a Rollout.IgnoreJobResponse
CloudDeployGrpc.CloudDeployBlockingStub. ignoreJob(IgnoreJobRequest request)
Ignores the specified Job in a Rollout.com.google.common.util.concurrent.ListenableFuture<IgnoreJobResponse>
CloudDeployGrpc.CloudDeployFutureStub. ignoreJob(IgnoreJobRequest request)
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.IgnoreJobRequest.Builder
IgnoreJobRequest.Builder. mergeFrom(IgnoreJobRequest other)
static IgnoreJobRequest.Builder
IgnoreJobRequest. newBuilder(IgnoreJobRequest prototype)
-
Uses of IgnoreJobRequest in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type IgnoreJobRequest 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.
-