Class PatchJobs.ExecutePatchJobRequest.Builder (2.4.3)

public static final class PatchJobs.ExecutePatchJobRequest.Builder extends GeneratedMessageV3.Builder<PatchJobs.ExecutePatchJobRequest.Builder> implements PatchJobs.ExecutePatchJobRequestOrBuilder

A request message to initiate patching across Compute Engine instances.

Protobuf type google.cloud.osconfig.v1.ExecutePatchJobRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PatchJobs.ExecutePatchJobRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest.Builder
Overrides

build()

public PatchJobs.ExecutePatchJobRequest build()
Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest

buildPartial()

public PatchJobs.ExecutePatchJobRequest buildPartial()
Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest

clear()

public PatchJobs.ExecutePatchJobRequest.Builder clear()
Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest.Builder
Overrides

clearDescription()

public PatchJobs.ExecutePatchJobRequest.Builder clearDescription()

Description of the patch job. Length of the description is limited to 1024 characters.

string description = 2;

Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest.Builder

This builder for chaining.

clearDisplayName()

public PatchJobs.ExecutePatchJobRequest.Builder clearDisplayName()

Display name for this patch job. This does not have to be unique.

string display_name = 8;

Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest.Builder

This builder for chaining.

clearDryRun()

public PatchJobs.ExecutePatchJobRequest.Builder clearDryRun()

If this patch is a dry-run only, instances are contacted but will do nothing.

bool dry_run = 6;

Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest.Builder

This builder for chaining.

clearDuration()

public PatchJobs.ExecutePatchJobRequest.Builder clearDuration()

Duration of the patch job. After the duration ends, the patch job times out.

.google.protobuf.Duration duration = 5;

Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest.Builder

clearField(Descriptors.FieldDescriptor field)

public PatchJobs.ExecutePatchJobRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest.Builder
Overrides

clearInstanceFilter()

public PatchJobs.ExecutePatchJobRequest.Builder clearInstanceFilter()

Required. Instances to patch, either explicitly or filtered by some criteria such as zone or labels.

.google.cloud.osconfig.v1.PatchInstanceFilter instance_filter = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public PatchJobs.ExecutePatchJobRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest.Builder
Overrides

clearParent()

public PatchJobs.ExecutePatchJobRequest.Builder clearParent()

Required. The project in which to run this patch in the form projects/*

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest.Builder

This builder for chaining.

clearPatchConfig()

public PatchJobs.ExecutePatchJobRequest.Builder clearPatchConfig()

Patch configuration being applied. If omitted, instances are patched using the default configurations.

.google.cloud.osconfig.v1.PatchConfig patch_config = 4;

Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest.Builder

clearRollout()

public PatchJobs.ExecutePatchJobRequest.Builder clearRollout()

Rollout strategy of the patch job.

.google.cloud.osconfig.v1.PatchRollout rollout = 9;

Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest.Builder

clone()

public PatchJobs.ExecutePatchJobRequest.Builder clone()
Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest.Builder
Overrides

getDefaultInstanceForType()

public PatchJobs.ExecutePatchJobRequest getDefaultInstanceForType()
Returns
TypeDescription
PatchJobs.ExecutePatchJobRequest

getDescription()

public String getDescription()

Description of the patch job. Length of the description is limited to 1024 characters.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString