Class ConstraintInfo (1.43.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
NameDescription
nameString
Returns
TypeDescription
com.google.cloud.resourcemanager.ConstraintInfo.Builder

Methods

equals(Object o) (deprecated)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getBooleanConstraint() (deprecated)

public BooleanConstraint getBooleanConstraint()

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

Returns
TypeDescription
com.google.api.services.cloudresourcemanager.model.BooleanConstraint

getConstraintDefault() (deprecated)

public String getConstraintDefault()

Returns the default behavior of the constraint.

Returns
TypeDescription
String

getConstraints() (deprecated)

public ConstraintInfo.Constraints getConstraints()

Returns the listConstraintInfo.

Returns
TypeDescription
com.google.cloud.resourcemanager.ConstraintInfo.Constraints

getDescription() (deprecated)

public String getDescription()

Returns the detailed description of the constraint.

Returns
TypeDescription
String

getDisplayName() (deprecated)

public String getDisplayName()

Returns the human readable name of the constraint.

Returns
TypeDescription
String

getName() (deprecated)

public String getName()

Returns the globally unique name of the constraint.

Returns
TypeDescription
String

getVersion() (deprecated)

public Integer getVersion()

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

Returns
TypeDescription
Integer

hashCode() (deprecated)

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder() (deprecated)

public ConstraintInfo.Builder toBuilder()

Returns a builder for the ConstraintInfo object.

Returns
TypeDescription
com.google.cloud.resourcemanager.ConstraintInfo.Builder