public interface CreateFrameworkAuditRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFrameworkAudit()
public abstract FrameworkAudit getFrameworkAudit()Required. The framework audit to create.
.google.cloud.cloudsecuritycompliance.v1.FrameworkAudit framework_audit = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FrameworkAudit |
The frameworkAudit. |
getFrameworkAuditId()
public abstract String getFrameworkAuditId()Optional. The ID to use for the framework audit. The ID becomes the final component of the framework audit's full resource name.
The ID must be between 4-63 characters, and valid characters
are \a-z-\.
string framework_audit_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The frameworkAuditId. |
getFrameworkAuditIdBytes()
public abstract ByteString getFrameworkAuditIdBytes()Optional. The ID to use for the framework audit. The ID becomes the final component of the framework audit's full resource name.
The ID must be between 4-63 characters, and valid characters
are \a-z-\.
string framework_audit_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for frameworkAuditId. |
getFrameworkAuditOrBuilder()
public abstract FrameworkAuditOrBuilder getFrameworkAuditOrBuilder()Required. The framework audit to create.
.google.cloud.cloudsecuritycompliance.v1.FrameworkAudit framework_audit = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FrameworkAuditOrBuilder |
|
getParent()
public abstract String getParent()Required. The parent resource where this framework audit is created.
Supported formats are the following:
organizations/{organization_id}/locations/{location}folders/{folder_id}/locations/{location}projects/{project_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. The parent resource where this framework audit is created.
Supported formats are the following:
organizations/{organization_id}/locations/{location}folders/{folder_id}/locations/{location}projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasFrameworkAudit()
public abstract boolean hasFrameworkAudit()Required. The framework audit to create.
.google.cloud.cloudsecuritycompliance.v1.FrameworkAudit framework_audit = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the frameworkAudit field is set. |