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.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest.Builder. build()
PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest.Builder. buildPartial()
static PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest. getDefaultInstance()
PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest.Builder. getDefaultInstanceForType()
PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest. getDefaultInstanceForType()
static PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest. parseDelimitedFrom(InputStream input)
static PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest. parseFrom(byte[] data)
static PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest. parseFrom(com.google.protobuf.ByteString data)
static PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest. parseFrom(InputStream input)
static PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchJobs.CancelPatchJobRequest
PatchJobs.CancelPatchJobRequest. parseFrom(ByteBuffer data)
static PatchJobs.CancelPatchJobRequest
PatchJobs.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.PatchJob
OsConfigServiceClient. cancelPatchJob(PatchJobs.CancelPatchJobRequest request)
Cancel a patch job.default void
OsConfigServiceGrpc.AsyncService. cancelPatchJob(PatchJobs.CancelPatchJobRequest request, io.grpc.stub.StreamObserver<PatchJobs.PatchJob> responseObserver)
Cancel a patch job.PatchJobs.PatchJob
OsConfigServiceGrpc.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.void
OsConfigServiceGrpc.OsConfigServiceStub. cancelPatchJob(PatchJobs.CancelPatchJobRequest request, io.grpc.stub.StreamObserver<PatchJobs.PatchJob> responseObserver)
Cancel a patch job.PatchJobs.CancelPatchJobRequest.Builder
PatchJobs.CancelPatchJobRequest.Builder. mergeFrom(PatchJobs.CancelPatchJobRequest other)
static PatchJobs.CancelPatchJobRequest.Builder
PatchJobs.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.
-