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.v1.PatchDeployment
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PatchDeployments.PatchDeployment.BuilderImplements
PatchDeployments.PatchDeploymentOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PatchDeployments.PatchDeployment.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PatchDeployments.PatchDeployment.Builder |
build()
public PatchDeployments.PatchDeployment build()
Type | Description |
PatchDeployments.PatchDeployment |
buildPartial()
public PatchDeployments.PatchDeployment buildPartial()
Type | Description |
PatchDeployments.PatchDeployment |
clear()
public PatchDeployments.PatchDeployment.Builder clear()
Type | Description |
PatchDeployments.PatchDeployment.Builder |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
PatchDeployments.PatchDeployment.Builder |
clearField(Descriptors.FieldDescriptor field)
public PatchDeployments.PatchDeployment.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PatchDeployments.PatchDeployment.Builder |
clearInstanceFilter()
public PatchDeployments.PatchDeployment.Builder clearInstanceFilter()
Required. VM instances to patch.
.google.cloud.osconfig.v1.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
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];
Type | Description |
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;
Type | Description |
PatchDeployments.PatchDeployment.Builder | This builder for chaining. |
clearOneTimeSchedule()
public PatchDeployments.PatchDeployment.Builder clearOneTimeSchedule()
Required. Schedule a one-time execution.
.google.cloud.osconfig.v1.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
PatchDeployments.PatchDeployment.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public PatchDeployments.PatchDeployment.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PatchDeployments.PatchDeployment.Builder |
clearPatchConfig()
public PatchDeployments.PatchDeployment.Builder clearPatchConfig()
Optional. Patch configuration that is applied.
.google.cloud.osconfig.v1.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
PatchDeployments.PatchDeployment.Builder |
clearRecurringSchedule()
public PatchDeployments.PatchDeployment.Builder clearRecurringSchedule()
Required. Schedule recurring executions.
.google.cloud.osconfig.v1.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
PatchDeployments.PatchDeployment.Builder |
clearRollout()
public PatchDeployments.PatchDeployment.Builder clearRollout()
Optional. Rollout strategy of the patch job.
.google.cloud.osconfig.v1.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
PatchDeployments.PatchDeployment.Builder |
clearSchedule()
public PatchDeployments.PatchDeployment.Builder clearSchedule()
Type | Description |
PatchDeployments.PatchDeployment.Builder |
clearState()
public PatchDeployments.PatchDeployment.Builder clearState()
Output only. Current state of the patch deployment.
.google.cloud.osconfig.v1.PatchDeployment.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
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];
Type | Description |
PatchDeployments.PatchDeployment.Builder |
clone()
public PatchDeployments.PatchDeployment.Builder clone()
Type | Description |
PatchDeployments.PatchDeployment.Builder |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public PatchDeployments.PatchDeployment getDefaultInstanceForType()
Type | Description |
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];
Type | Description |
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];
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
DurationOrBuilder |
getInstanceFilter()
public PatchJobs.PatchInstanceFilter getInstanceFilter()
Required. VM instances to patch.
.google.cloud.osconfig.v1.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
PatchJobs.PatchInstanceFilter | The instanceFilter. |
getInstanceFilterBuilder()
public PatchJobs.PatchInstanceFilter.Builder getInstanceFilterBuilder()
Required. VM instances to patch.
.google.cloud.osconfig.v1.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
PatchJobs.PatchInstanceFilter.Builder |
getInstanceFilterOrBuilder()
public PatchJobs.PatchInstanceFilterOrBuilder getInstanceFilterOrBuilder()
Required. VM instances to patch.
.google.cloud.osconfig.v1.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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;
Type | Description |
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;
Type | Description |
ByteString | The bytes for name. |
getOneTimeSchedule()
public PatchDeployments.OneTimeSchedule getOneTimeSchedule()
Required. Schedule a one-time execution.
.google.cloud.osconfig.v1.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
PatchDeployments.OneTimeSchedule | The oneTimeSchedule. |
getOneTimeScheduleBuilder()
public PatchDeployments.OneTimeSchedule.Builder getOneTimeScheduleBuilder()
Required. Schedule a one-time execution.
.google.cloud.osconfig.v1.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
PatchDeployments.OneTimeSchedule.Builder |
getOneTimeScheduleOrBuilder()
public PatchDeployments.OneTimeScheduleOrBuilder getOneTimeScheduleOrBuilder()
Required. Schedule a one-time execution.
.google.cloud.osconfig.v1.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
PatchDeployments.OneTimeScheduleOrBuilder |
getPatchConfig()
public PatchJobs.PatchConfig getPatchConfig()
Optional. Patch configuration that is applied.
.google.cloud.osconfig.v1.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
PatchJobs.PatchConfig | The patchConfig. |
getPatchConfigBuilder()
public PatchJobs.PatchConfig.Builder getPatchConfigBuilder()
Optional. Patch configuration that is applied.
.google.cloud.osconfig.v1.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
PatchJobs.PatchConfig.Builder |
getPatchConfigOrBuilder()
public PatchJobs.PatchConfigOrBuilder getPatchConfigOrBuilder()
Optional. Patch configuration that is applied.
.google.cloud.osconfig.v1.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
PatchJobs.PatchConfigOrBuilder |
getRecurringSchedule()
public PatchDeployments.RecurringSchedule getRecurringSchedule()
Required. Schedule recurring executions.
.google.cloud.osconfig.v1.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
PatchDeployments.RecurringSchedule | The recurringSchedule. |
getRecurringScheduleBuilder()
public PatchDeployments.RecurringSchedule.Builder getRecurringScheduleBuilder()
Required. Schedule recurring executions.
.google.cloud.osconfig.v1.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
PatchDeployments.RecurringSchedule.Builder |
getRecurringScheduleOrBuilder()
public PatchDeployments.RecurringScheduleOrBuilder getRecurringScheduleOrBuilder()
Required. Schedule recurring executions.
.google.cloud.osconfig.v1.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
PatchDeployments.RecurringScheduleOrBuilder |
getRollout()
public PatchJobs.PatchRollout getRollout()
Optional. Rollout strategy of the patch job.
.google.cloud.osconfig.v1.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
PatchJobs.PatchRollout | The rollout. |
getRolloutBuilder()
public PatchJobs.PatchRollout.Builder getRolloutBuilder()
Optional. Rollout strategy of the patch job.
.google.cloud.osconfig.v1.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
PatchJobs.PatchRollout.Builder |
getRolloutOrBuilder()
public PatchJobs.PatchRolloutOrBuilder getRolloutOrBuilder()
Optional. Rollout strategy of the patch job.
.google.cloud.osconfig.v1.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
PatchJobs.PatchRolloutOrBuilder |
getScheduleCase()
public PatchDeployments.PatchDeployment.ScheduleCase getScheduleCase()
Type | Description |
PatchDeployments.PatchDeployment.ScheduleCase |
getState()
public PatchDeployments.PatchDeployment.State getState()
Output only. Current state of the patch deployment.
.google.cloud.osconfig.v1.PatchDeployment.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
PatchDeployments.PatchDeployment.State | The state. |
getStateValue()
public int getStateValue()
Output only. Current state of the patch deployment.
.google.cloud.osconfig.v1.PatchDeployment.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];