Class ConstraintInfo (1.44.0)

public class ConstraintInfo

Deprecated. v3 GAPIC client of ResourceManager is now available

A Google Cloud Resource Manager constraint metadata object. See Also: Constraint

Inheritance

Object > ConstraintInfo

Static Methods

newBuilder(String name) (deprecated)

public static ConstraintInfo.Builder newBuilder(String name)

Returns a builder for the ConstraintInfo object.

Parameter
Name Description
name String
Returns
Type Description
com.google.cloud.resourcemanager.ConstraintInfo.Builder

Methods

equals(Object o) (deprecated)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getBooleanConstraint() (deprecated)

public BooleanConstraint getBooleanConstraint()

Returns the boolean constraint to check whether the constraint is enforced or not.

Returns
Type Description
com.google.api.services.cloudresourcemanager.model.BooleanConstraint

getConstraintDefault() (deprecated)

public String getConstraintDefault()

Returns the default behavior of the constraint.

Returns
Type Description
String

getConstraints() (deprecated)

public ConstraintInfo.Constraints getConstraints()

Returns the listConstraintInfo.

Returns
Type Description
com.google.cloud.resourcemanager.ConstraintInfo.Constraints

getDescription() (deprecated)

public String getDescription()

Returns the detailed description of the constraint.

Returns
Type Description
String

getDisplayName() (deprecated)

public String getDisplayName()

Returns the human readable name of the constraint.

Returns
Type Description
String

getName() (deprecated)

public String getName()

Returns the globally unique name of the constraint.

Returns
Type Description
String

getVersion() (deprecated)

public Integer getVersion()

Returns the version of the Constraint. Default version is 0.

Returns
Type Description
Integer

hashCode() (deprecated)

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder() (deprecated)

public ConstraintInfo.Builder toBuilder()

Returns a builder for the ConstraintInfo object.

Returns
Type Description
com.google.cloud.resourcemanager.ConstraintInfo.Builder