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 booleanequals(Object o)Deprecated.com.google.api.services.cloudresourcemanager.model.BooleanConstraintgetBooleanConstraint()Deprecated.Returns the boolean constraint to check whether the constraint is enforced or not.StringgetConstraintDefault()Deprecated.Returns the default behavior of the constraint.com.google.cloud.resourcemanager.ConstraintInfo.ConstraintsgetConstraints()Deprecated.Returns the listConstraintInfo.StringgetDescription()Deprecated.Returns the detailed description of the constraint.StringgetDisplayName()Deprecated.Returns the human readable name of the constraint.StringgetName()Deprecated.Returns the globally unique name of the constraint.IntegergetVersion()Deprecated.Returns the version of the Constraint.inthashCode()Deprecated.static com.google.cloud.resourcemanager.ConstraintInfo.BuildernewBuilder(String name)Deprecated.Returns a builder for theConstraintInfoobject.com.google.cloud.resourcemanager.ConstraintInfo.BuildertoBuilder()Deprecated.Returns a builder for theConstraintInfoobject.
-
-
-
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 theConstraintInfoobject.
-
toBuilder
public com.google.cloud.resourcemanager.ConstraintInfo.Builder toBuilder()
Deprecated.Returns a builder for theConstraintInfoobject.
-
-