Package com.google.cloud.resourcemanager
Class OrgPolicyInfo
- java.lang.Object
-
- com.google.cloud.resourcemanager.OrgPolicyInfo
-
@Deprecated public class OrgPolicyInfo extends Object
Deprecated.v3 GAPIC client of ResourceManager is now availableA Google Cloud Resource Manager organization policy metadata object.Defines a Cloud Organization Policy which specifies constraints for configurations of Cloud Platform resources.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.com.google.cloud.resourcemanager.OrgPolicyInfo.BoolPolicygetBoolPolicy()Deprecated.Returns the boolean constraint to check whether the constraint is enforced or not.StringgetConstraint()Deprecated.Returns the name of the Constraint.StringgetEtag()Deprecated.Returns the etag value of policy.com.google.cloud.resourcemanager.OrgPolicyInfo.PoliciesgetPolicies()Deprecated.Return the policies.com.google.api.services.cloudresourcemanager.model.RestoreDefaultgetRestoreDefault()Deprecated.Restores the default behavior of the constraint.StringgetUpdateTime()Deprecated.Returns the updated timestamp of policy.IntegergetVersion()Deprecated.Returns the version of the Policy, Default version is 0.inthashCode()Deprecated.static com.google.cloud.resourcemanager.OrgPolicyInfo.BuildernewBuilder()Deprecated.Returns a builder for theOrgPolicyInfoobject.com.google.cloud.resourcemanager.OrgPolicyInfo.BuildertoBuilder()Deprecated.Returns a builder for theOrgPolicyInfoobject.
-
-
-
Method Detail
-
getBoolPolicy
public com.google.cloud.resourcemanager.OrgPolicyInfo.BoolPolicy getBoolPolicy()
Deprecated.Returns the boolean constraint to check whether the constraint is enforced or not.
-
getConstraint
public String getConstraint()
Deprecated.Returns the name of the Constraint.
-
getEtag
public String getEtag()
Deprecated.Returns the etag value of policy.
-
getPolicies
public com.google.cloud.resourcemanager.OrgPolicyInfo.Policies getPolicies()
Deprecated.Return the policies.
-
getRestoreDefault
public com.google.api.services.cloudresourcemanager.model.RestoreDefault getRestoreDefault()
Deprecated.Restores the default behavior of the constraint.
-
getUpdateTime
public String getUpdateTime()
Deprecated.Returns the updated timestamp of policy.
-
getVersion
public Integer getVersion()
Deprecated.Returns the version of the Policy, Default version is 0.
-
newBuilder
public static com.google.cloud.resourcemanager.OrgPolicyInfo.Builder newBuilder()
Deprecated.Returns a builder for theOrgPolicyInfoobject.
-
toBuilder
public com.google.cloud.resourcemanager.OrgPolicyInfo.Builder toBuilder()
Deprecated.Returns a builder for theOrgPolicyInfoobject.
-
-