Interface CreateCloudControlRequestOrBuilder (0.7.0)

public interface CreateCloudControlRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCloudControl()

public abstract CloudControl getCloudControl()

Required. The cloud control that's being created.

.google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_control = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CloudControl

The cloudControl.

getCloudControlId()

public abstract String getCloudControlId()

Required. The identifier for the cloud control, which is the last segment of the cloud control name. The format is ^a-zA-Z{0,61}[a-zA-Z0-9]$.

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

Returns
Type Description
String

The cloudControlId.

getCloudControlIdBytes()

public abstract ByteString getCloudControlIdBytes()

Required. The identifier for the cloud control, which is the last segment of the cloud control name. The format is ^a-zA-Z{0,61}[a-zA-Z0-9]$.

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

Returns
Type Description
ByteString

The bytes for cloudControlId.

getCloudControlOrBuilder()

public abstract CloudControlOrBuilder getCloudControlOrBuilder()

Required. The cloud control that's being created.

.google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_control = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CloudControlOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource name, in the format organizations/{organization}/locations/{location}. The only supported location is global.

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

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource name, in the format organizations/{organization}/locations/{location}. The only supported location is global.

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

Returns
Type Description
ByteString

The bytes for parent.

hasCloudControl()

public abstract boolean hasCloudControl()

Required. The cloud control that's being created.

.google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_control = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the cloudControl field is set.