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 IgnoreJobRequestIgnoreJobRequest.Builder. build()IgnoreJobRequestIgnoreJobRequest.Builder. buildPartial()static IgnoreJobRequestIgnoreJobRequest. getDefaultInstance()IgnoreJobRequestIgnoreJobRequest.Builder. getDefaultInstanceForType()IgnoreJobRequestIgnoreJobRequest. getDefaultInstanceForType()static IgnoreJobRequestIgnoreJobRequest. parseDelimitedFrom(InputStream input)static IgnoreJobRequestIgnoreJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IgnoreJobRequestIgnoreJobRequest. parseFrom(byte[] data)static IgnoreJobRequestIgnoreJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IgnoreJobRequestIgnoreJobRequest. parseFrom(com.google.protobuf.ByteString data)static IgnoreJobRequestIgnoreJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IgnoreJobRequestIgnoreJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static IgnoreJobRequestIgnoreJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IgnoreJobRequestIgnoreJobRequest. parseFrom(InputStream input)static IgnoreJobRequestIgnoreJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IgnoreJobRequestIgnoreJobRequest. parseFrom(ByteBuffer data)static IgnoreJobRequestIgnoreJobRequest. 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 IgnoreJobResponseCloudDeployClient. ignoreJob(IgnoreJobRequest request)Ignores the specified Job in a Rollout.default voidCloudDeployGrpc.AsyncService. ignoreJob(IgnoreJobRequest request, io.grpc.stub.StreamObserver<IgnoreJobResponse> responseObserver)Ignores the specified Job in a Rollout.IgnoreJobResponseCloudDeployGrpc.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.voidCloudDeployGrpc.CloudDeployStub. ignoreJob(IgnoreJobRequest request, io.grpc.stub.StreamObserver<IgnoreJobResponse> responseObserver)Ignores the specified Job in a Rollout.IgnoreJobRequest.BuilderIgnoreJobRequest.Builder. mergeFrom(IgnoreJobRequest other)static IgnoreJobRequest.BuilderIgnoreJobRequest. 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.
-