- 3.55.0 (latest)
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.2-SNAPSHOT
- 3.6.0
- 3.4.1
- 3.3.1
- 3.2.17
public interface AnalyzerOrgPolicyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AnalyzerOrgPolicy.Rule |
getRulesCount()
public abstract int getRulesCount()
List of rules for this organization policy.
repeated .google.cloud.asset.v1.AnalyzerOrgPolicy.Rule rules = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<? extends com.google.cloud.asset.v1.AnalyzerOrgPolicy.RuleOrBuilder> |