@Deprecated public class ConstraintInfo extends Object
Modifier and Type | Method and 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 the
ConstraintInfo object. |
com.google.cloud.resourcemanager.ConstraintInfo.Builder |
toBuilder()
Deprecated.
Returns a builder for the
ConstraintInfo object. |
public com.google.api.services.cloudresourcemanager.model.BooleanConstraint getBooleanConstraint()
public String getConstraintDefault()
public String getDescription()
public String getDisplayName()
public com.google.cloud.resourcemanager.ConstraintInfo.Constraints getConstraints()
public String getName()
public Integer getVersion()
public static com.google.cloud.resourcemanager.ConstraintInfo.Builder newBuilder(String name)
ConstraintInfo
object.public com.google.cloud.resourcemanager.ConstraintInfo.Builder toBuilder()
ConstraintInfo
object.Copyright © 2022 Google LLC. All rights reserved.