public interface CreateCloudControlRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCloudControl()
public abstract CloudControl getCloudControl()
Required. The resource 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. ID of the CloudControl.
This is the last segment of the CloudControl resource name.
Format: ^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. ID of the CloudControl.
This is the last segment of the CloudControl resource name.
Format: ^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 resource 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}
.
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}
.
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 resource 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. |