Interface AuditScopeReportOrBuilder (0.3.0)

public interface AuditScopeReportOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuditReportCase()

public abstract AuditScopeReport.AuditReportCase getAuditReportCase()
Returns
Type Description
AuditScopeReport.AuditReportCase

getName()

public abstract String getName()

Identifier. The name of this Audit Report, in the format of scope given in request.

string name = 2 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The name of this Audit Report, in the format of scope given in request.

string name = 2 [(.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 = 1;

Returns
Type Description
ByteString

The scopeReportContents.

hasScopeReportContents()

public abstract boolean hasScopeReportContents()

The audit scope report content in byte format.

bytes scope_report_contents = 1;

Returns
Type Description
boolean

Whether the scopeReportContents field is set.