Class ConstraintInfo


  • @Deprecated
    public class ConstraintInfo
    extends Object
    Deprecated.
    v3 GAPIC client of ResourceManager is now available
    A Google Cloud Resource Manager constraint metadata object.
    See Also:
    Constraint
    • Method Detail

      • getBooleanConstraint

        public com.google.api.services.cloudresourcemanager.model.BooleanConstraint getBooleanConstraint()
        Deprecated.
        Returns the boolean constraint to check whether the constraint is enforced or not.
      • getConstraintDefault

        public String getConstraintDefault()
        Deprecated.
        Returns the default behavior of the constraint.
      • getDescription

        public String getDescription()
        Deprecated.
        Returns the detailed description of the constraint.
      • getDisplayName

        public String getDisplayName()
        Deprecated.
        Returns the human readable name of the constraint.
      • getConstraints

        public com.google.cloud.resourcemanager.ConstraintInfo.Constraints getConstraints()
        Deprecated.
        Returns the listConstraintInfo.
      • getName

        public String getName()
        Deprecated.
        Returns the globally unique name of the constraint.
      • getVersion

        public Integer getVersion()
        Deprecated.
        Returns the version of the Constraint. Default version is 0.
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • newBuilder

        public static com.google.cloud.resourcemanager.ConstraintInfo.Builder newBuilder​(String name)
        Deprecated.
        Returns a builder for the ConstraintInfo object.
      • toBuilder

        public com.google.cloud.resourcemanager.ConstraintInfo.Builder toBuilder()
        Deprecated.
        Returns a builder for the ConstraintInfo object.