Interface ListOrgPolicyViolationsPreviewsResponseOrBuilder (0.49.0)

public interface ListOrgPolicyViolationsPreviewsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token that you can use to retrieve the next page of results. 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 that you can use to retrieve the next page of results. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getOrgPolicyViolationsPreviews(int index)

public abstract OrgPolicyViolationsPreview getOrgPolicyViolationsPreviews(int index)

The list of OrgPolicyViolationsPreview

repeated .google.cloud.policysimulator.v1.OrgPolicyViolationsPreview org_policy_violations_previews = 1;

Parameter
Name Description
index int
Returns
Type Description
OrgPolicyViolationsPreview

getOrgPolicyViolationsPreviewsCount()

public abstract int getOrgPolicyViolationsPreviewsCount()

The list of OrgPolicyViolationsPreview

repeated .google.cloud.policysimulator.v1.OrgPolicyViolationsPreview org_policy_violations_previews = 1;

Returns
Type Description
int

getOrgPolicyViolationsPreviewsList()

public abstract List<OrgPolicyViolationsPreview> getOrgPolicyViolationsPreviewsList()

The list of OrgPolicyViolationsPreview

repeated .google.cloud.policysimulator.v1.OrgPolicyViolationsPreview org_policy_violations_previews = 1;

Returns
Type Description
List<OrgPolicyViolationsPreview>

getOrgPolicyViolationsPreviewsOrBuilder(int index)

public abstract OrgPolicyViolationsPreviewOrBuilder getOrgPolicyViolationsPreviewsOrBuilder(int index)

The list of OrgPolicyViolationsPreview

repeated .google.cloud.policysimulator.v1.OrgPolicyViolationsPreview org_policy_violations_previews = 1;

Parameter
Name Description
index int
Returns
Type Description
OrgPolicyViolationsPreviewOrBuilder

getOrgPolicyViolationsPreviewsOrBuilderList()

public abstract List<? extends OrgPolicyViolationsPreviewOrBuilder> getOrgPolicyViolationsPreviewsOrBuilderList()

The list of OrgPolicyViolationsPreview

repeated .google.cloud.policysimulator.v1.OrgPolicyViolationsPreview org_policy_violations_previews = 1;

Returns
Type Description
List<? extends com.google.cloud.policysimulator.v1.OrgPolicyViolationsPreviewOrBuilder>