public static interface PatchJobs.ExecutePatchJobRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Description of the patch job. Length of the description is limited to 1024 characters.
string description = 2;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Description of the patch job. Length of the description is limited to 1024 characters.
string description = 2;
| Type | Description |
| ByteString | The bytes for description. |
getDisplayName()
public abstract String getDisplayName()Display name for this patch job. This does not have to be unique.
string display_name = 8;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Display name for this patch job. This does not have to be unique.
string display_name = 8;
| Type | Description |
| ByteString | The bytes for displayName. |
getDryRun()
public abstract boolean getDryRun()If this patch is a dry-run only, instances are contacted but will do nothing.
bool dry_run = 6;
| Type | Description |
| boolean | The dryRun. |
getDuration()
public abstract Duration getDuration()Duration of the patch job. After the duration ends, the patch job times out.
.google.protobuf.Duration duration = 5;
| Type | Description |
| Duration | The duration. |
getDurationOrBuilder()
public abstract DurationOrBuilder getDurationOrBuilder()Duration of the patch job. After the duration ends, the patch job times out.
.google.protobuf.Duration duration = 5;
| Type | Description |
| DurationOrBuilder |
getInstanceFilter()
public abstract PatchJobs.PatchInstanceFilter getInstanceFilter()Required. Instances to patch, either explicitly or filtered by some criteria such as zone or labels.
.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 7 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| PatchJobs.PatchInstanceFilter | The instanceFilter. |
getInstanceFilterOrBuilder()
public abstract PatchJobs.PatchInstanceFilterOrBuilder getInstanceFilterOrBuilder()Required. Instances to patch, either explicitly or filtered by some criteria such as zone or labels.
.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 7 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| PatchJobs.PatchInstanceFilterOrBuilder |
getParent()
public abstract String getParent() Required. The project in which to run this patch in the form projects/*
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The project in which to run this patch in the form projects/*
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for parent. |
getPatchConfig()
public abstract PatchJobs.PatchConfig getPatchConfig()Patch configuration being applied. If omitted, instances are patched using the default configurations.
.google.cloud.osconfig.v1beta.PatchConfig patch_config = 4;
| Type | Description |
| PatchJobs.PatchConfig | The patchConfig. |
getPatchConfigOrBuilder()
public abstract PatchJobs.PatchConfigOrBuilder getPatchConfigOrBuilder()Patch configuration being applied. If omitted, instances are patched using the default configurations.
.google.cloud.osconfig.v1beta.PatchConfig patch_config = 4;
| Type | Description |
| PatchJobs.PatchConfigOrBuilder |
hasDuration()
public abstract boolean hasDuration()Duration of the patch job. After the duration ends, the patch job times out.
.google.protobuf.Duration duration = 5;
| Type | Description |
| boolean | Whether the duration field is set. |
hasInstanceFilter()
public abstract boolean hasInstanceFilter()Required. Instances to patch, either explicitly or filtered by some criteria such as zone or labels.
.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 7 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the instanceFilter field is set. |
hasPatchConfig()
public abstract boolean hasPatchConfig()Patch configuration being applied. If omitted, instances are patched using the default configurations.
.google.cloud.osconfig.v1beta.PatchConfig patch_config = 4;
| Type | Description |
| boolean | Whether the patchConfig field is set. |