Interface AnalyzerOrgPolicyOrBuilder (3.45.0)

public interface AnalyzerOrgPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAppliedResource()

public abstract String getAppliedResource()

The full resource name of an organization/folder/project resource where this organization policy applies to.

For any user defined org policies, this field has the same value as the [attached_resource] field. Only for default policy, this field has the different value.

string applied_resource = 5;

Returns
TypeDescription
String

The appliedResource.

getAppliedResourceBytes()

public abstract ByteString getAppliedResourceBytes()

The full resource name of an organization/folder/project resource where this organization policy applies to.

For any user defined org policies, this field has the same value as the [attached_resource] field. Only for default policy, this field has the different value.

string applied_resource = 5;

Returns
TypeDescription
ByteString

The bytes for appliedResource.

getAttachedResource()

public abstract String getAttachedResource()

The full resource name of an organization/folder/project resource where this organization policy is set.

Notice that some type of constraints are defined with default policy. This field will be empty for them.

string attached_resource = 1;

Returns
TypeDescription
String

The attachedResource.

getAttachedResourceBytes()

public abstract ByteString getAttachedResourceBytes()

The full resource name of an organization/folder/project resource where this organization policy is set.

Notice that some type of constraints are defined with default policy. This field will be empty for them.

string attached_resource = 1;

Returns
TypeDescription
ByteString

The bytes for attachedResource.

getInheritFromParent()

public abstract boolean getInheritFromParent()

If inherit_from_parent is true, Rules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this policy becomes the effective root for evaluation.

bool inherit_from_parent = 3;

Returns
TypeDescription
boolean

The inheritFromParent.

getReset()

public abstract boolean getReset()

Ignores policies set above this resource and restores the default behavior of the constraint at this resource. This field can be set in policies for either list or boolean constraints. If set, rules must be empty and inherit_from_parent must be set to false.

bool reset = 4;

Returns
TypeDescription
boolean

The reset.

getRules(int index)

public abstract AnalyzerOrgPolicy.Rule getRules(int index)

List of rules for this organization policy.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicy.Rule rules = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnalyzerOrgPolicy.Rule

getRulesCount()

public abstract int getRulesCount()

List of rules for this organization policy.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicy.Rule rules = 2;

Returns
TypeDescription
int

getRulesList()

public abstract List<AnalyzerOrgPolicy.Rule> getRulesList()

List of rules for this organization policy.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicy.Rule rules = 2;

Returns
TypeDescription
List<Rule>

getRulesOrBuilder(int index)

public abstract AnalyzerOrgPolicy.RuleOrBuilder getRulesOrBuilder(int index)

List of rules for this organization policy.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicy.Rule rules = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnalyzerOrgPolicy.RuleOrBuilder

getRulesOrBuilderList()

public abstract List<? extends AnalyzerOrgPolicy.RuleOrBuilder> getRulesOrBuilderList()

List of rules for this organization policy.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicy.Rule rules = 2;

Returns
TypeDescription
List<? extends com.google.cloud.asset.v1.AnalyzerOrgPolicy.RuleOrBuilder>