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 boolean
equals(Object o)
Deprecated.com.google.cloud.resourcemanager.OrgPolicyInfo.BoolPolicy
getBoolPolicy()
Deprecated.Returns the boolean constraint to check whether the constraint is enforced or not.String
getConstraint()
Deprecated.Returns the name of the Constraint.String
getEtag()
Deprecated.Returns the etag value of policy.com.google.cloud.resourcemanager.OrgPolicyInfo.Policies
getPolicies()
Deprecated.Return the policies.com.google.api.services.cloudresourcemanager.model.RestoreDefault
getRestoreDefault()
Deprecated.Restores the default behavior of the constraint.String
getUpdateTime()
Deprecated.Returns the updated timestamp of policy.Integer
getVersion()
Deprecated.Returns the version of the Policy, Default version is 0.int
hashCode()
Deprecated.static com.google.cloud.resourcemanager.OrgPolicyInfo.Builder
newBuilder()
Deprecated.Returns a builder for theOrgPolicyInfo
object.com.google.cloud.resourcemanager.OrgPolicyInfo.Builder
toBuilder()
Deprecated.Returns a builder for theOrgPolicyInfo
object.
-
-
-
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 theOrgPolicyInfo
object.
-
toBuilder
public com.google.cloud.resourcemanager.OrgPolicyInfo.Builder toBuilder()
Deprecated.Returns a builder for theOrgPolicyInfo
object.
-
-