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