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