Interface PatchDeployments.CreatePatchDeploymentRequestOrBuilder (2.3.2)

public static interface PatchDeployments.CreatePatchDeploymentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The project to apply this patch deployment to in the form projects/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The project to apply this patch deployment to in the form projects/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for parent.

getPatchDeployment()

public abstract PatchDeployments.PatchDeployment getPatchDeployment()

Required. The patch deployment to create.

.google.cloud.osconfig.v1beta.PatchDeployment patch_deployment = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchDeployments.PatchDeployment

The patchDeployment.

getPatchDeploymentId()

public abstract 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];

Returns
TypeDescription
String

The patchDeploymentId.

getPatchDeploymentIdBytes()

public abstract 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];

Returns
TypeDescription
ByteString

The bytes for patchDeploymentId.

getPatchDeploymentOrBuilder()

public abstract PatchDeployments.PatchDeploymentOrBuilder getPatchDeploymentOrBuilder()

Required. The patch deployment to create.

.google.cloud.osconfig.v1beta.PatchDeployment patch_deployment = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchDeployments.PatchDeploymentOrBuilder

hasPatchDeployment()

public abstract boolean hasPatchDeployment()

Required. The patch deployment to create.

.google.cloud.osconfig.v1beta.PatchDeployment patch_deployment = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the patchDeployment field is set.