public interface GenerateFrameworkAuditScopeReportRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getComplianceFramework()
public abstract String getComplianceFramework()Required. The compliance framework that the scope report is generated for.
string compliance_framework = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The complianceFramework. |
getComplianceFrameworkBytes()
public abstract ByteString getComplianceFrameworkBytes()Required. The compliance framework that the scope report is generated for.
string compliance_framework = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for complianceFramework. |
getReportFormat()
public abstract GenerateFrameworkAuditScopeReportRequest.Format getReportFormat()Required. The format that the scope report bytes is returned in.
.google.cloud.cloudsecuritycompliance.v1.GenerateFrameworkAuditScopeReportRequest.Format report_format = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportRequest.Format |
The reportFormat. |
getReportFormatValue()
public abstract int getReportFormatValue()Required. The format that the scope report bytes is returned in.
.google.cloud.cloudsecuritycompliance.v1.GenerateFrameworkAuditScopeReportRequest.Format report_format = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for reportFormat. |
getScope()
public abstract String getScope()Required. The organization, folder or project for the audit report.
Supported formats are the following:
projects/{project_id}/locations/{location}folders/{folder_id}/locations/{location}organizations/{organization_id}/locations/{location}
string scope = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The scope. |
getScopeBytes()
public abstract ByteString getScopeBytes()Required. The organization, folder or project for the audit report.
Supported formats are the following:
projects/{project_id}/locations/{location}folders/{folder_id}/locations/{location}organizations/{organization_id}/locations/{location}
string scope = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for scope. |