Interface CreatePostureDeploymentRequestOrBuilder (0.7.0)

public interface CreatePostureDeploymentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. Value for parent. Format: organizations/{org_id}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Value for parent. Format: organizations/{org_id}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getPostureDeployment()

public abstract PostureDeployment getPostureDeployment()

Required. The resource being created.

.google.cloud.securityposture.v1.PostureDeployment posture_deployment = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PostureDeployment

The postureDeployment.

getPostureDeploymentId()

public abstract String getPostureDeploymentId()

Required. User provided identifier. It should be unique in scope of an Organization and location.

string posture_deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The postureDeploymentId.

getPostureDeploymentIdBytes()

public abstract ByteString getPostureDeploymentIdBytes()

Required. User provided identifier. It should be unique in scope of an Organization and location.

string posture_deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for postureDeploymentId.

getPostureDeploymentOrBuilder()

public abstract PostureDeploymentOrBuilder getPostureDeploymentOrBuilder()

Required. The resource being created.

.google.cloud.securityposture.v1.PostureDeployment posture_deployment = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PostureDeploymentOrBuilder

hasPostureDeployment()

public abstract boolean hasPostureDeployment()

Required. The resource being created.

.google.cloud.securityposture.v1.PostureDeployment posture_deployment = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the postureDeployment field is set.