Uses of Class
com.google.cloud.osconfig.v1.PatchJobs.CancelPatchJobRequest
-
Packages that use PatchJobs.CancelPatchJobRequest Package Description com.google.cloud.osconfig.v1 A client to OS Config APIcom.google.cloud.osconfig.v1.stub -
-
Uses of PatchJobs.CancelPatchJobRequest in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return PatchJobs.CancelPatchJobRequest Modifier and Type Method Description PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest.Builder. build()PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest.Builder. buildPartial()static PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. getDefaultInstance()PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest.Builder. getDefaultInstanceForType()PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. getDefaultInstanceForType()static PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. parseDelimitedFrom(InputStream input)static PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. parseFrom(byte[] data)static PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. parseFrom(com.google.protobuf.ByteString data)static PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. parseFrom(InputStream input)static PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. parseFrom(ByteBuffer data)static PatchJobs.CancelPatchJobRequestPatchJobs.CancelPatchJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.osconfig.v1 that return types with arguments of type PatchJobs.CancelPatchJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob>OsConfigServiceClient. cancelPatchJobCallable()Cancel a patch job.com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob>OsConfigServiceSettings.Builder. cancelPatchJobSettings()Returns the builder for the settings used for calls to cancelPatchJob.com.google.api.gax.rpc.UnaryCallSettings<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob>OsConfigServiceSettings. cancelPatchJobSettings()Returns the object with the settings used for calls to cancelPatchJob.static io.grpc.MethodDescriptor<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob>OsConfigServiceGrpc. getCancelPatchJobMethod()com.google.protobuf.Parser<PatchJobs.CancelPatchJobRequest>PatchJobs.CancelPatchJobRequest. getParserForType()static com.google.protobuf.Parser<PatchJobs.CancelPatchJobRequest>PatchJobs.CancelPatchJobRequest. parser()Methods in com.google.cloud.osconfig.v1 with parameters of type PatchJobs.CancelPatchJobRequest Modifier and Type Method Description PatchJobs.PatchJobOsConfigServiceClient. cancelPatchJob(PatchJobs.CancelPatchJobRequest request)Cancel a patch job.default voidOsConfigServiceGrpc.AsyncService. cancelPatchJob(PatchJobs.CancelPatchJobRequest request, io.grpc.stub.StreamObserver<PatchJobs.PatchJob> responseObserver)Cancel a patch job.PatchJobs.PatchJobOsConfigServiceGrpc.OsConfigServiceBlockingStub. cancelPatchJob(PatchJobs.CancelPatchJobRequest request)Cancel a patch job.com.google.common.util.concurrent.ListenableFuture<PatchJobs.PatchJob>OsConfigServiceGrpc.OsConfigServiceFutureStub. cancelPatchJob(PatchJobs.CancelPatchJobRequest request)Cancel a patch job.voidOsConfigServiceGrpc.OsConfigServiceStub. cancelPatchJob(PatchJobs.CancelPatchJobRequest request, io.grpc.stub.StreamObserver<PatchJobs.PatchJob> responseObserver)Cancel a patch job.PatchJobs.CancelPatchJobRequest.BuilderPatchJobs.CancelPatchJobRequest.Builder. mergeFrom(PatchJobs.CancelPatchJobRequest other)static PatchJobs.CancelPatchJobRequest.BuilderPatchJobs.CancelPatchJobRequest. newBuilder(PatchJobs.CancelPatchJobRequest prototype) -
Uses of PatchJobs.CancelPatchJobRequest in com.google.cloud.osconfig.v1.stub
Methods in com.google.cloud.osconfig.v1.stub that return types with arguments of type PatchJobs.CancelPatchJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob>GrpcOsConfigServiceStub. cancelPatchJobCallable()com.google.api.gax.rpc.UnaryCallable<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob>HttpJsonOsConfigServiceStub. cancelPatchJobCallable()com.google.api.gax.rpc.UnaryCallable<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob>OsConfigServiceStub. cancelPatchJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob>OsConfigServiceStubSettings.Builder. cancelPatchJobSettings()Returns the builder for the settings used for calls to cancelPatchJob.com.google.api.gax.rpc.UnaryCallSettings<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob>OsConfigServiceStubSettings. cancelPatchJobSettings()Returns the object with the settings used for calls to cancelPatchJob.
-