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