public interface GenerateFrameworkAuditScopeReportResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuditReportCase()
public abstract GenerateFrameworkAuditScopeReportResponse.AuditReportCase getAuditReportCase()| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.AuditReportCase |
|
getComplianceFramework()
public abstract String getComplianceFramework()Required. The compliance framework that the audit scope report is generated for.
string compliance_framework = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The complianceFramework. |
getComplianceFrameworkBytes()
public abstract ByteString getComplianceFrameworkBytes()Required. The compliance framework that the audit scope report is generated for.
string compliance_framework = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for complianceFramework. |
getName()
public abstract String getName()Identifier. The name of the audit report, in the format that was given in the request.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Identifier. The name of the audit report, in the format that was given in the request.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getScopeReportContents()
public abstract ByteString getScopeReportContents()The audit scope report content in byte format.
bytes scope_report_contents = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The scopeReportContents. |
hasScopeReportContents()
public abstract boolean hasScopeReportContents()The audit scope report content in byte format.
bytes scope_report_contents = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scopeReportContents field is set. |