Class PatchDeployments.PatchDeployment.Builder (2.39.0)

public static final class PatchDeployments.PatchDeployment.Builder extends GeneratedMessageV3.Builder<PatchDeployments.PatchDeployment.Builder> implements PatchDeployments.PatchDeploymentOrBuilder

Patch deployments are configurations that individual patch jobs use to complete a patch. These configurations include instance filter, package repository settings, and a schedule. For more information about creating and managing patch deployments, see Scheduling patch jobs.

Protobuf type google.cloud.osconfig.v1beta.PatchDeployment

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public PatchDeployments.PatchDeployment build()
Returns
TypeDescription
PatchDeployments.PatchDeployment

buildPartial()

public PatchDeployments.PatchDeployment buildPartial()
Returns
TypeDescription
PatchDeployments.PatchDeployment

clear()

public PatchDeployments.PatchDeployment.Builder clear()
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder
Overrides

clearCreateTime()

public PatchDeployments.PatchDeployment.Builder clearCreateTime()

Output only. Time the patch deployment was created. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

clearDescription()

public PatchDeployments.PatchDeployment.Builder clearDescription()

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

string description = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

This builder for chaining.

clearDuration()

public PatchDeployments.PatchDeployment.Builder clearDuration()

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

.google.protobuf.Duration duration = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

clearField(Descriptors.FieldDescriptor field)

public PatchDeployments.PatchDeployment.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder
Overrides

clearInstanceFilter()

public PatchDeployments.PatchDeployment.Builder clearInstanceFilter()

Required. VM instances to patch.

.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

clearLastExecuteTime()

public PatchDeployments.PatchDeployment.Builder clearLastExecuteTime()

Output only. The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp last_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

clearName()

public PatchDeployments.PatchDeployment.Builder clearName()

Unique name for the patch deployment resource in a project. The patch deployment name is in the form: projects/{project_id}/patchDeployments/{patch_deployment_id}. This field is ignored when you create a new patch deployment.

string name = 1;

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

This builder for chaining.

clearOneTimeSchedule()

public PatchDeployments.PatchDeployment.Builder clearOneTimeSchedule()

Required. Schedule a one-time execution.

.google.cloud.osconfig.v1beta.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public PatchDeployments.PatchDeployment.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder
Overrides

clearPatchConfig()

public PatchDeployments.PatchDeployment.Builder clearPatchConfig()

Optional. Patch configuration that is applied.

.google.cloud.osconfig.v1beta.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

clearRecurringSchedule()

public PatchDeployments.PatchDeployment.Builder clearRecurringSchedule()

Required. Schedule recurring executions.

.google.cloud.osconfig.v1beta.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

clearRollout()

public PatchDeployments.PatchDeployment.Builder clearRollout()

Optional. Rollout strategy of the patch job.

.google.cloud.osconfig.v1beta.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

clearSchedule()

public PatchDeployments.PatchDeployment.Builder clearSchedule()
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

clearState()

public PatchDeployments.PatchDeployment.Builder clearState()

Output only. Current state of the patch deployment.

.google.cloud.osconfig.v1beta.PatchDeployment.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

This builder for chaining.

clearUpdateTime()

public PatchDeployments.PatchDeployment.Builder clearUpdateTime()

Output only. Time the patch deployment was last updated. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

clone()

public PatchDeployments.PatchDeployment.Builder clone()
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder
Overrides

getCreateTime()

public Timestamp getCreateTime()

Output only. Time the patch deployment was created. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. Time the patch deployment was created. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Time the patch deployment was created. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public PatchDeployments.PatchDeployment getDefaultInstanceForType()
Returns
TypeDescription
PatchDeployments.PatchDeployment

getDescription()

public String getDescription()

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

string description = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

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

string description = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDuration()

public Duration getDuration()

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

.google.protobuf.Duration duration = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Duration

The duration.

getDurationBuilder()

public Duration.Builder getDurationBuilder()

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

.google.protobuf.Duration duration = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Builder

getDurationOrBuilder()

public DurationOrBuilder getDurationOrBuilder()

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

.google.protobuf.Duration duration = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DurationOrBuilder

getInstanceFilter()

public PatchJobs.PatchInstanceFilter getInstanceFilter()

Required. VM instances to patch.

.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchJobs.PatchInstanceFilter

The instanceFilter.

getInstanceFilterBuilder()

public PatchJobs.PatchInstanceFilter.Builder getInstanceFilterBuilder()

Required. VM instances to patch.

.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchJobs.PatchInstanceFilter.Builder

getInstanceFilterOrBuilder()

public PatchJobs.PatchInstanceFilterOrBuilder getInstanceFilterOrBuilder()

Required. VM instances to patch.

.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchJobs.PatchInstanceFilterOrBuilder

getLastExecuteTime()

public Timestamp getLastExecuteTime()

Output only. The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp last_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The lastExecuteTime.

getLastExecuteTimeBuilder()

public Timestamp.Builder getLastExecuteTimeBuilder()

Output only. The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp last_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getLastExecuteTimeOrBuilder()

public TimestampOrBuilder getLastExecuteTimeOrBuilder()

Output only. The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp last_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getName()

public String getName()

Unique name for the patch deployment resource in a project. The patch deployment name is in the form: projects/{project_id}/patchDeployments/{patch_deployment_id}. This field is ignored when you create a new patch deployment.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Unique name for the patch deployment resource in a project. The patch deployment name is in the form: projects/{project_id}/patchDeployments/{patch_deployment_id}. This field is ignored when you create a new patch deployment.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getOneTimeSchedule()

public PatchDeployments.OneTimeSchedule getOneTimeSchedule()

Required. Schedule a one-time execution.

.google.cloud.osconfig.v1beta.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchDeployments.OneTimeSchedule

The oneTimeSchedule.

getOneTimeScheduleBuilder()

public PatchDeployments.OneTimeSchedule.Builder getOneTimeScheduleBuilder()

Required. Schedule a one-time execution.

.google.cloud.osconfig.v1beta.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchDeployments.OneTimeSchedule.Builder

getOneTimeScheduleOrBuilder()

public PatchDeployments.OneTimeScheduleOrBuilder getOneTimeScheduleOrBuilder()

Required. Schedule a one-time execution.

.google.cloud.osconfig.v1beta.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchDeployments.OneTimeScheduleOrBuilder

getPatchConfig()

public PatchJobs.PatchConfig getPatchConfig()

Optional. Patch configuration that is applied.

.google.cloud.osconfig.v1beta.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PatchJobs.PatchConfig

The patchConfig.

getPatchConfigBuilder()

public PatchJobs.PatchConfig.Builder getPatchConfigBuilder()

Optional. Patch configuration that is applied.

.google.cloud.osconfig.v1beta.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PatchJobs.PatchConfig.Builder

getPatchConfigOrBuilder()

public PatchJobs.PatchConfigOrBuilder getPatchConfigOrBuilder()

Optional. Patch configuration that is applied.

.google.cloud.osconfig.v1beta.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PatchJobs.PatchConfigOrBuilder

getRecurringSchedule()

public PatchDeployments.RecurringSchedule getRecurringSchedule()

Required. Schedule recurring executions.

.google.cloud.osconfig.v1beta.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchDeployments.RecurringSchedule

The recurringSchedule.

getRecurringScheduleBuilder()

public PatchDeployments.RecurringSchedule.Builder getRecurringScheduleBuilder()

Required. Schedule recurring executions.

.google.cloud.osconfig.v1beta.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchDeployments.RecurringSchedule.Builder

getRecurringScheduleOrBuilder()

public PatchDeployments.RecurringScheduleOrBuilder getRecurringScheduleOrBuilder()

Required. Schedule recurring executions.

.google.cloud.osconfig.v1beta.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchDeployments.RecurringScheduleOrBuilder

getRollout()

public PatchJobs.PatchRollout getRollout()

Optional. Rollout strategy of the patch job.

.google.cloud.osconfig.v1beta.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PatchJobs.PatchRollout

The rollout.

getRolloutBuilder()

public PatchJobs.PatchRollout.Builder getRolloutBuilder()

Optional. Rollout strategy of the patch job.

.google.cloud.osconfig.v1beta.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PatchJobs.PatchRollout.Builder

getRolloutOrBuilder()

public PatchJobs.PatchRolloutOrBuilder getRolloutOrBuilder()

Optional. Rollout strategy of the patch job.

.google.cloud.osconfig.v1beta.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PatchJobs.PatchRolloutOrBuilder

getScheduleCase()

public PatchDeployments.PatchDeployment.ScheduleCase getScheduleCase()
Returns
TypeDescription
PatchDeployments.PatchDeployment.ScheduleCase

getState()

public PatchDeployments.PatchDeployment.State getState()

Output only. Current state of the patch deployment.

.google.cloud.osconfig.v1beta.PatchDeployment.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
PatchDeployments.PatchDeployment.State

The state.

getStateValue()

public int getStateValue()

Output only. Current state of the patch deployment.

.google.cloud.osconfig.v1beta.PatchDeployment.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. Time the patch deployment was last updated. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. Time the patch deployment was last updated. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Time the patch deployment was last updated. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. Time the patch deployment was created. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasDuration()

public boolean hasDuration()

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

.google.protobuf.Duration duration = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the duration field is set.

hasInstanceFilter()

public boolean hasInstanceFilter()

Required. VM instances to patch.

.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the instanceFilter field is set.

hasLastExecuteTime()

public boolean hasLastExecuteTime()

Output only. The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp last_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the lastExecuteTime field is set.

hasOneTimeSchedule()

public boolean hasOneTimeSchedule()

Required. Schedule a one-time execution.

.google.cloud.osconfig.v1beta.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the oneTimeSchedule field is set.

hasPatchConfig()

public boolean hasPatchConfig()

Optional. Patch configuration that is applied.

.google.cloud.osconfig.v1beta.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the patchConfig field is set.

hasRecurringSchedule()

public boolean hasRecurringSchedule()

Required. Schedule recurring executions.

.google.cloud.osconfig.v1beta.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the recurringSchedule field is set.

hasRollout()

public boolean hasRollout()

Optional. Rollout strategy of the patch job.

.google.cloud.osconfig.v1beta.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the rollout field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. Time the patch deployment was last updated. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCreateTime(Timestamp value)

public PatchDeployments.PatchDeployment.Builder mergeCreateTime(Timestamp value)

Output only. Time the patch deployment was created. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

mergeDuration(Duration value)

public PatchDeployments.PatchDeployment.Builder mergeDuration(Duration value)

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

.google.protobuf.Duration duration = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueDuration
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

mergeFrom(PatchDeployments.PatchDeployment other)

public PatchDeployments.PatchDeployment.Builder mergeFrom(PatchDeployments.PatchDeployment other)
Parameter
NameDescription
otherPatchDeployments.PatchDeployment
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PatchDeployments.PatchDeployment.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public PatchDeployments.PatchDeployment.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder
Overrides

mergeInstanceFilter(PatchJobs.PatchInstanceFilter value)

public PatchDeployments.PatchDeployment.Builder mergeInstanceFilter(PatchJobs.PatchInstanceFilter value)

Required. VM instances to patch.

.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuePatchJobs.PatchInstanceFilter
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

mergeLastExecuteTime(Timestamp value)

public PatchDeployments.PatchDeployment.Builder mergeLastExecuteTime(Timestamp value)

Output only. The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp last_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

mergeOneTimeSchedule(PatchDeployments.OneTimeSchedule value)

public PatchDeployments.PatchDeployment.Builder mergeOneTimeSchedule(PatchDeployments.OneTimeSchedule value)

Required. Schedule a one-time execution.

.google.cloud.osconfig.v1beta.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuePatchDeployments.OneTimeSchedule
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

mergePatchConfig(PatchJobs.PatchConfig value)

public PatchDeployments.PatchDeployment.Builder mergePatchConfig(PatchJobs.PatchConfig value)

Optional. Patch configuration that is applied.

.google.cloud.osconfig.v1beta.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuePatchJobs.PatchConfig
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

mergeRecurringSchedule(PatchDeployments.RecurringSchedule value)

public PatchDeployments.PatchDeployment.Builder mergeRecurringSchedule(PatchDeployments.RecurringSchedule value)

Required. Schedule recurring executions.

.google.cloud.osconfig.v1beta.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuePatchDeployments.RecurringSchedule
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

mergeRollout(PatchJobs.PatchRollout value)

public PatchDeployments.PatchDeployment.Builder mergeRollout(PatchJobs.PatchRollout value)

Optional. Rollout strategy of the patch job.

.google.cloud.osconfig.v1beta.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuePatchJobs.PatchRollout
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PatchDeployments.PatchDeployment.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder
Overrides

mergeUpdateTime(Timestamp value)

public PatchDeployments.PatchDeployment.Builder mergeUpdateTime(Timestamp value)

Output only. Time the patch deployment was last updated. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setCreateTime(Timestamp value)

public PatchDeployments.PatchDeployment.Builder setCreateTime(Timestamp value)

Output only. Time the patch deployment was created. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setCreateTime(Timestamp.Builder builderForValue)

public PatchDeployments.PatchDeployment.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. Time the patch deployment was created. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setDescription(String value)

public PatchDeployments.PatchDeployment.Builder setDescription(String value)

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

string description = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public PatchDeployments.PatchDeployment.Builder setDescriptionBytes(ByteString value)

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

string description = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

This builder for chaining.

setDuration(Duration value)

public PatchDeployments.PatchDeployment.Builder setDuration(Duration value)

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

.google.protobuf.Duration duration = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueDuration
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setDuration(Duration.Builder builderForValue)

public PatchDeployments.PatchDeployment.Builder setDuration(Duration.Builder builderForValue)

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

.google.protobuf.Duration duration = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public PatchDeployments.PatchDeployment.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder
Overrides

setInstanceFilter(PatchJobs.PatchInstanceFilter value)

public PatchDeployments.PatchDeployment.Builder setInstanceFilter(PatchJobs.PatchInstanceFilter value)

Required. VM instances to patch.

.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuePatchJobs.PatchInstanceFilter
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setInstanceFilter(PatchJobs.PatchInstanceFilter.Builder builderForValue)

public PatchDeployments.PatchDeployment.Builder setInstanceFilter(PatchJobs.PatchInstanceFilter.Builder builderForValue)

Required. VM instances to patch.

.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValuePatchJobs.PatchInstanceFilter.Builder
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setLastExecuteTime(Timestamp value)

public PatchDeployments.PatchDeployment.Builder setLastExecuteTime(Timestamp value)

Output only. The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp last_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setLastExecuteTime(Timestamp.Builder builderForValue)

public PatchDeployments.PatchDeployment.Builder setLastExecuteTime(Timestamp.Builder builderForValue)

Output only. The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp last_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setName(String value)

public PatchDeployments.PatchDeployment.Builder setName(String value)

Unique name for the patch deployment resource in a project. The patch deployment name is in the form: projects/{project_id}/patchDeployments/{patch_deployment_id}. This field is ignored when you create a new patch deployment.

string name = 1;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

This builder for chaining.

setNameBytes(ByteString value)

public PatchDeployments.PatchDeployment.Builder setNameBytes(ByteString value)

Unique name for the patch deployment resource in a project. The patch deployment name is in the form: projects/{project_id}/patchDeployments/{patch_deployment_id}. This field is ignored when you create a new patch deployment.

string name = 1;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

This builder for chaining.

setOneTimeSchedule(PatchDeployments.OneTimeSchedule value)

public PatchDeployments.PatchDeployment.Builder setOneTimeSchedule(PatchDeployments.OneTimeSchedule value)

Required. Schedule a one-time execution.

.google.cloud.osconfig.v1beta.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuePatchDeployments.OneTimeSchedule
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setOneTimeSchedule(PatchDeployments.OneTimeSchedule.Builder builderForValue)

public PatchDeployments.PatchDeployment.Builder setOneTimeSchedule(PatchDeployments.OneTimeSchedule.Builder builderForValue)

Required. Schedule a one-time execution.

.google.cloud.osconfig.v1beta.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValuePatchDeployments.OneTimeSchedule.Builder
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setPatchConfig(PatchJobs.PatchConfig value)

public PatchDeployments.PatchDeployment.Builder setPatchConfig(PatchJobs.PatchConfig value)

Optional. Patch configuration that is applied.

.google.cloud.osconfig.v1beta.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuePatchJobs.PatchConfig
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setPatchConfig(PatchJobs.PatchConfig.Builder builderForValue)

public PatchDeployments.PatchDeployment.Builder setPatchConfig(PatchJobs.PatchConfig.Builder builderForValue)

Optional. Patch configuration that is applied.

.google.cloud.osconfig.v1beta.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
builderForValuePatchJobs.PatchConfig.Builder
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setRecurringSchedule(PatchDeployments.RecurringSchedule value)

public PatchDeployments.PatchDeployment.Builder setRecurringSchedule(PatchDeployments.RecurringSchedule value)

Required. Schedule recurring executions.

.google.cloud.osconfig.v1beta.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuePatchDeployments.RecurringSchedule
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setRecurringSchedule(PatchDeployments.RecurringSchedule.Builder builderForValue)

public PatchDeployments.PatchDeployment.Builder setRecurringSchedule(PatchDeployments.RecurringSchedule.Builder builderForValue)

Required. Schedule recurring executions.

.google.cloud.osconfig.v1beta.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValuePatchDeployments.RecurringSchedule.Builder
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public PatchDeployments.PatchDeployment.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder
Overrides

setRollout(PatchJobs.PatchRollout value)

public PatchDeployments.PatchDeployment.Builder setRollout(PatchJobs.PatchRollout value)

Optional. Rollout strategy of the patch job.

.google.cloud.osconfig.v1beta.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuePatchJobs.PatchRollout
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setRollout(PatchJobs.PatchRollout.Builder builderForValue)

public PatchDeployments.PatchDeployment.Builder setRollout(PatchJobs.PatchRollout.Builder builderForValue)

Optional. Rollout strategy of the patch job.

.google.cloud.osconfig.v1beta.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
builderForValuePatchJobs.PatchRollout.Builder
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setState(PatchDeployments.PatchDeployment.State value)

public PatchDeployments.PatchDeployment.Builder setState(PatchDeployments.PatchDeployment.State value)

Output only. Current state of the patch deployment.

.google.cloud.osconfig.v1beta.PatchDeployment.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valuePatchDeployments.PatchDeployment.State

The state to set.

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

This builder for chaining.

setStateValue(int value)

public PatchDeployments.PatchDeployment.Builder setStateValue(int value)

Output only. Current state of the patch deployment.

.google.cloud.osconfig.v1beta.PatchDeployment.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueint

The enum numeric value on the wire for state to set.

Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final PatchDeployments.PatchDeployment.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder
Overrides

setUpdateTime(Timestamp value)

public PatchDeployments.PatchDeployment.Builder setUpdateTime(Timestamp value)

Output only. Time the patch deployment was last updated. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public PatchDeployments.PatchDeployment.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. Time the patch deployment was last updated. Timestamp is in RFC3339 text format.

.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
PatchDeployments.PatchDeployment.Builder