- 1.55.0 (latest)
- 1.54.0
- 1.53.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.6
- 1.4.0
- 1.3.2
- 1.2.12
public class OrgPolicyInfo
Deprecated. v3 GAPIC client of ResourceManager is now available
A Google Cloud Resource Manager organization policy metadata object.
Defines a Cloud Organization Policy which specifies constraints for configurations of Cloud Platform resources.
Static Methods
newBuilder() (deprecated)
public static OrgPolicyInfo.Builder newBuilder()
Returns a builder for the OrgPolicyInfo object.
Returns | |
---|---|
Type | Description |
com.google.cloud.resourcemanager.OrgPolicyInfo.Builder |
Methods
equals(Object o) (deprecated)
public boolean equals(Object o)
Parameter | |
---|---|
Name | Description |
o | Object |
Returns | |
---|---|
Type | Description |
boolean |
getBoolPolicy() (deprecated)
public OrgPolicyInfo.BoolPolicy getBoolPolicy()
Returns the boolean constraint to check whether the constraint is enforced or not.
Returns | |
---|---|
Type | Description |
com.google.cloud.resourcemanager.OrgPolicyInfo.BoolPolicy |
getConstraint() (deprecated)
public String getConstraint()
Returns the name of the Constraint.
Returns | |
---|---|
Type | Description |
String |
getEtag() (deprecated)
public String getEtag()
Returns the etag value of policy.
Returns | |
---|---|
Type | Description |
String |
getPolicies() (deprecated)
public OrgPolicyInfo.Policies getPolicies()
Return the policies.
Returns | |
---|---|
Type | Description |
com.google.cloud.resourcemanager.OrgPolicyInfo.Policies |
getRestoreDefault() (deprecated)
public RestoreDefault getRestoreDefault()
Restores the default behavior of the constraint.
Returns | |
---|---|
Type | Description |
com.google.api.services.cloudresourcemanager.model.RestoreDefault |
getUpdateTime() (deprecated)
public String getUpdateTime()
Returns the updated timestamp of policy.
Returns | |
---|---|
Type | Description |
String |
getVersion() (deprecated)
public Integer getVersion()
Returns the version of the Policy, Default version is 0.
Returns | |
---|---|
Type | Description |
Integer |
hashCode() (deprecated)
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
toBuilder() (deprecated)
public OrgPolicyInfo.Builder toBuilder()
Returns a builder for the OrgPolicyInfo object.
Returns | |
---|---|
Type | Description |
com.google.cloud.resourcemanager.OrgPolicyInfo.Builder |