Interface AnalyzeOrgPoliciesResponse.OrgPolicyResultOrBuilder (3.47.0)

public static interface AnalyzeOrgPoliciesResponse.OrgPolicyResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConsolidatedPolicy()

public abstract AnalyzerOrgPolicy getConsolidatedPolicy()

The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating [AnalyzeOrgPoliciesResponse.policy_bundle][]. The evaluation will respect the organization policy hierarchy rules.

.google.cloud.asset.v1.AnalyzerOrgPolicy consolidated_policy = 1;

Returns
Type Description
AnalyzerOrgPolicy

The consolidatedPolicy.

getConsolidatedPolicyOrBuilder()

public abstract AnalyzerOrgPolicyOrBuilder getConsolidatedPolicyOrBuilder()

The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating [AnalyzeOrgPoliciesResponse.policy_bundle][]. The evaluation will respect the organization policy hierarchy rules.

.google.cloud.asset.v1.AnalyzerOrgPolicy consolidated_policy = 1;

Returns
Type Description
AnalyzerOrgPolicyOrBuilder

getFolders(int index)

public abstract String getFolders(int index)

The folder(s) that this consolidated policy belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to one or more folders.

repeated string folders = 4;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The folders at the given index.

getFoldersBytes(int index)

public abstract ByteString getFoldersBytes(int index)

The folder(s) that this consolidated policy belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to one or more folders.

repeated string folders = 4;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the folders at the given index.

getFoldersCount()

public abstract int getFoldersCount()

The folder(s) that this consolidated policy belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to one or more folders.

repeated string folders = 4;

Returns
Type Description
int

The count of folders.

getFoldersList()

public abstract List<String> getFoldersList()

The folder(s) that this consolidated policy belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to one or more folders.

repeated string folders = 4;

Returns
Type Description
List<String>

A list containing the folders.

getOrganization()

public abstract String getOrganization()

The organization that this consolidated policy belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to an organization.

string organization = 5;

Returns
Type Description
String

The organization.

getOrganizationBytes()

public abstract ByteString getOrganizationBytes()

The organization that this consolidated policy belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to an organization.

string organization = 5;

Returns
Type Description
ByteString

The bytes for organization.

getPolicyBundle(int index)

public abstract AnalyzerOrgPolicy getPolicyBundle(int index)

The ordered list of all organization policies from the [AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][]. to the scope specified in the request.

If the constraint is defined with default policy, it will also appear in the list.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicy policy_bundle = 2;

Parameter
Name Description
index int
Returns
Type Description
AnalyzerOrgPolicy

getPolicyBundleCount()

public abstract int getPolicyBundleCount()

The ordered list of all organization policies from the [AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][]. to the scope specified in the request.

If the constraint is defined with default policy, it will also appear in the list.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicy policy_bundle = 2;

Returns
Type Description
int

getPolicyBundleList()

public abstract List<AnalyzerOrgPolicy> getPolicyBundleList()

The ordered list of all organization policies from the [AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][]. to the scope specified in the request.

If the constraint is defined with default policy, it will also appear in the list.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicy policy_bundle = 2;

Returns
Type Description
List<AnalyzerOrgPolicy>

getPolicyBundleOrBuilder(int index)

public abstract AnalyzerOrgPolicyOrBuilder getPolicyBundleOrBuilder(int index)

The ordered list of all organization policies from the [AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][]. to the scope specified in the request.

If the constraint is defined with default policy, it will also appear in the list.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicy policy_bundle = 2;

Parameter
Name Description
index int
Returns
Type Description
AnalyzerOrgPolicyOrBuilder

getPolicyBundleOrBuilderList()

public abstract List<? extends AnalyzerOrgPolicyOrBuilder> getPolicyBundleOrBuilderList()

The ordered list of all organization policies from the [AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][]. to the scope specified in the request.

If the constraint is defined with default policy, it will also appear in the list.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicy policy_bundle = 2;

Returns
Type Description
List<? extends com.google.cloud.asset.v1.AnalyzerOrgPolicyOrBuilder>

getProject()

public abstract String getProject()

The project that this consolidated policy belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the consolidated policy belongs to a project.

string project = 3;

Returns
Type Description
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

The project that this consolidated policy belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the consolidated policy belongs to a project.

string project = 3;

Returns
Type Description
ByteString

The bytes for project.

hasConsolidatedPolicy()

public abstract boolean hasConsolidatedPolicy()

The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating [AnalyzeOrgPoliciesResponse.policy_bundle][]. The evaluation will respect the organization policy hierarchy rules.

.google.cloud.asset.v1.AnalyzerOrgPolicy consolidated_policy = 1;

Returns
Type Description
boolean

Whether the consolidatedPolicy field is set.