Package com.google.cloud.resourcemanager
Class ConstraintInfo
- java.lang.Object
-
- com.google.cloud.resourcemanager.ConstraintInfo
-
@Deprecated public class ConstraintInfo extends Object
Deprecated.v3 GAPIC client of ResourceManager is now availableA Google Cloud Resource Manager constraint metadata object.- See Also:
- Constraint
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.com.google.api.services.cloudresourcemanager.model.BooleanConstraint
getBooleanConstraint()
Deprecated.Returns the boolean constraint to check whether the constraint is enforced or not.String
getConstraintDefault()
Deprecated.Returns the default behavior of the constraint.com.google.cloud.resourcemanager.ConstraintInfo.Constraints
getConstraints()
Deprecated.Returns the listConstraintInfo.String
getDescription()
Deprecated.Returns the detailed description of the constraint.String
getDisplayName()
Deprecated.Returns the human readable name of the constraint.String
getName()
Deprecated.Returns the globally unique name of the constraint.Integer
getVersion()
Deprecated.Returns the version of the Constraint.int
hashCode()
Deprecated.static com.google.cloud.resourcemanager.ConstraintInfo.Builder
newBuilder(String name)
Deprecated.Returns a builder for theConstraintInfo
object.com.google.cloud.resourcemanager.ConstraintInfo.Builder
toBuilder()
Deprecated.Returns a builder for theConstraintInfo
object.
-
-
-
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.
-
newBuilder
public static com.google.cloud.resourcemanager.ConstraintInfo.Builder newBuilder(String name)
Deprecated.Returns a builder for theConstraintInfo
object.
-
toBuilder
public com.google.cloud.resourcemanager.ConstraintInfo.Builder toBuilder()
Deprecated.Returns a builder for theConstraintInfo
object.
-
-