Interface ListFrameworkAuditsResponseOrBuilder (0.7.0)

public interface ListFrameworkAuditsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFrameworkAudits(int index)

public abstract FrameworkAudit getFrameworkAudits(int index)

The framework audits.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkAudit framework_audits = 1;

Parameter
Name Description
index int
Returns
Type Description
FrameworkAudit

getFrameworkAuditsCount()

public abstract int getFrameworkAuditsCount()

The framework audits.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkAudit framework_audits = 1;

Returns
Type Description
int

getFrameworkAuditsList()

public abstract List<FrameworkAudit> getFrameworkAuditsList()

The framework audits.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkAudit framework_audits = 1;

Returns
Type Description
List<FrameworkAudit>

getFrameworkAuditsOrBuilder(int index)

public abstract FrameworkAuditOrBuilder getFrameworkAuditsOrBuilder(int index)

The framework audits.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkAudit framework_audits = 1;

Parameter
Name Description
index int
Returns
Type Description
FrameworkAuditOrBuilder

getFrameworkAuditsOrBuilderList()

public abstract List<? extends FrameworkAuditOrBuilder> getFrameworkAuditsOrBuilderList()

The framework audits.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkAudit framework_audits = 1;

Returns
Type Description
List<? extends com.google.cloud.cloudsecuritycompliance.v1.FrameworkAuditOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which you can send as the page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which you can send as the page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.