public static interface PatchDeployments.CreatePatchDeploymentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
PatchDeployments.PatchDeployment |
getPatchDeployment()
Required.
|
String |
getPatchDeploymentId()
Required.
|
com.google.protobuf.ByteString |
getPatchDeploymentIdBytes()
Required.
|
PatchDeployments.PatchDeploymentOrBuilder |
getPatchDeploymentOrBuilder()
Required.
|
boolean |
hasPatchDeployment()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The project to apply this patch deployment to in the form `projects/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The project to apply this patch deployment to in the form `projects/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getPatchDeploymentId()
Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.
string patch_deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPatchDeploymentIdBytes()
Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.
string patch_deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasPatchDeployment()
Required. The patch deployment to create.
.google.cloud.osconfig.v1.PatchDeployment patch_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
PatchDeployments.PatchDeployment getPatchDeployment()
Required. The patch deployment to create.
.google.cloud.osconfig.v1.PatchDeployment patch_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
PatchDeployments.PatchDeploymentOrBuilder getPatchDeploymentOrBuilder()
Required. The patch deployment to create.
.google.cloud.osconfig.v1.PatchDeployment patch_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.