public static interface PatchJobs.ExecutePatchJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Description of the patch job.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of the patch job.
|
String |
getDisplayName()
Display name for this patch job.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Display name for this patch job.
|
boolean |
getDryRun()
If this patch is a dry-run only, instances are contacted but
will do nothing.
|
com.google.protobuf.Duration |
getDuration()
Duration of the patch job.
|
com.google.protobuf.DurationOrBuilder |
getDurationOrBuilder()
Duration of the patch job.
|
PatchJobs.PatchInstanceFilter |
getInstanceFilter()
Required.
|
PatchJobs.PatchInstanceFilterOrBuilder |
getInstanceFilterOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
PatchJobs.PatchConfig |
getPatchConfig()
Patch configuration being applied.
|
PatchJobs.PatchConfigOrBuilder |
getPatchConfigOrBuilder()
Patch configuration being applied.
|
PatchJobs.PatchRollout |
getRollout()
Rollout strategy of the patch job.
|
PatchJobs.PatchRolloutOrBuilder |
getRolloutOrBuilder()
Rollout strategy of the patch job.
|
boolean |
hasDuration()
Duration of the patch job.
|
boolean |
hasInstanceFilter()
Required.
|
boolean |
hasPatchConfig()
Patch configuration being applied.
|
boolean |
hasRollout()
Rollout strategy of the patch job.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
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) = { ... }
com.google.protobuf.ByteString getParentBytes()
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) = { ... }
String getDescription()
Description of the patch job. Length of the description is limited to 1024 characters.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
Description of the patch job. Length of the description is limited to 1024 characters.
string description = 2;boolean hasInstanceFilter()
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];
PatchJobs.PatchInstanceFilter getInstanceFilter()
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];
PatchJobs.PatchInstanceFilterOrBuilder getInstanceFilterOrBuilder()
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];
boolean hasPatchConfig()
Patch configuration being applied. If omitted, instances are patched using the default configurations.
.google.cloud.osconfig.v1.PatchConfig patch_config = 4;PatchJobs.PatchConfig getPatchConfig()
Patch configuration being applied. If omitted, instances are patched using the default configurations.
.google.cloud.osconfig.v1.PatchConfig patch_config = 4;PatchJobs.PatchConfigOrBuilder getPatchConfigOrBuilder()
Patch configuration being applied. If omitted, instances are patched using the default configurations.
.google.cloud.osconfig.v1.PatchConfig patch_config = 4;boolean hasDuration()
Duration of the patch job. After the duration ends, the patch job times out.
.google.protobuf.Duration duration = 5;com.google.protobuf.Duration getDuration()
Duration of the patch job. After the duration ends, the patch job times out.
.google.protobuf.Duration duration = 5;com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
Duration of the patch job. After the duration ends, the patch job times out.
.google.protobuf.Duration duration = 5;boolean getDryRun()
If this patch is a dry-run only, instances are contacted but will do nothing.
bool dry_run = 6;String getDisplayName()
Display name for this patch job. This does not have to be unique.
string display_name = 8;com.google.protobuf.ByteString getDisplayNameBytes()
Display name for this patch job. This does not have to be unique.
string display_name = 8;boolean hasRollout()
Rollout strategy of the patch job.
.google.cloud.osconfig.v1.PatchRollout rollout = 9;PatchJobs.PatchRollout getRollout()
Rollout strategy of the patch job.
.google.cloud.osconfig.v1.PatchRollout rollout = 9;PatchJobs.PatchRolloutOrBuilder getRolloutOrBuilder()
Rollout strategy of the patch job.
.google.cloud.osconfig.v1.PatchRollout rollout = 9;Copyright © 2024 Google LLC. All rights reserved.