| Modifier and Type | Method and Description |
|---|---|
Constraint.Builder |
ListConstraintsResponse.Builder.addConstraintsBuilder()
The collection of constraints that are available on the targeted resource.
|
Constraint.Builder |
ListConstraintsResponse.Builder.addConstraintsBuilder(int index)
The collection of constraints that are available on the targeted resource.
|
Constraint.Builder |
Constraint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Constraint.Builder |
Constraint.Builder.clear() |
Constraint.Builder |
Constraint.Builder.clearBooleanConstraint()
Defines this constraint as being a BooleanConstraint.
|
Constraint.Builder |
Constraint.Builder.clearConstraintDefault()
The evaluation behavior of this constraint in the absence of a policy.
|
Constraint.Builder |
Constraint.Builder.clearConstraintType() |
Constraint.Builder |
Constraint.Builder.clearDescription()
Detailed description of what this constraint controls as well as how and
where it is enforced.
|
Constraint.Builder |
Constraint.Builder.clearDisplayName()
The human readable name.
|
Constraint.Builder |
Constraint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Constraint.Builder |
Constraint.Builder.clearListConstraint()
Defines this constraint as being a ListConstraint.
|
Constraint.Builder |
Constraint.Builder.clearName()
Immutable.
|
Constraint.Builder |
Constraint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Constraint.Builder |
Constraint.Builder.clearSupportsDryRun()
Shows if dry run is supported for this constraint or not.
|
Constraint.Builder |
Constraint.Builder.clone() |
Constraint.Builder |
ListConstraintsResponse.Builder.getConstraintsBuilder(int index)
The collection of constraints that are available on the targeted resource.
|
Constraint.Builder |
Constraint.Builder.mergeBooleanConstraint(Constraint.BooleanConstraint value)
Defines this constraint as being a BooleanConstraint.
|
Constraint.Builder |
Constraint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Constraint.Builder |
Constraint.Builder.mergeFrom(Constraint other) |
Constraint.Builder |
Constraint.Builder.mergeFrom(com.google.protobuf.Message other) |
Constraint.Builder |
Constraint.Builder.mergeListConstraint(Constraint.ListConstraint value)
Defines this constraint as being a ListConstraint.
|
Constraint.Builder |
Constraint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Constraint.Builder |
Constraint.newBuilder() |
static Constraint.Builder |
Constraint.newBuilder(Constraint prototype) |
Constraint.Builder |
Constraint.newBuilderForType() |
protected Constraint.Builder |
Constraint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Constraint.Builder |
Constraint.Builder.setBooleanConstraint(Constraint.BooleanConstraint.Builder builderForValue)
Defines this constraint as being a BooleanConstraint.
|
Constraint.Builder |
Constraint.Builder.setBooleanConstraint(Constraint.BooleanConstraint value)
Defines this constraint as being a BooleanConstraint.
|
Constraint.Builder |
Constraint.Builder.setConstraintDefault(Constraint.ConstraintDefault value)
The evaluation behavior of this constraint in the absence of a policy.
|
Constraint.Builder |
Constraint.Builder.setConstraintDefaultValue(int value)
The evaluation behavior of this constraint in the absence of a policy.
|
Constraint.Builder |
Constraint.Builder.setDescription(String value)
Detailed description of what this constraint controls as well as how and
where it is enforced.
|
Constraint.Builder |
Constraint.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
Detailed description of what this constraint controls as well as how and
where it is enforced.
|
Constraint.Builder |
Constraint.Builder.setDisplayName(String value)
The human readable name.
|
Constraint.Builder |
Constraint.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value)
The human readable name.
|
Constraint.Builder |
Constraint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Constraint.Builder |
Constraint.Builder.setListConstraint(Constraint.ListConstraint.Builder builderForValue)
Defines this constraint as being a ListConstraint.
|
Constraint.Builder |
Constraint.Builder.setListConstraint(Constraint.ListConstraint value)
Defines this constraint as being a ListConstraint.
|
Constraint.Builder |
Constraint.Builder.setName(String value)
Immutable.
|
Constraint.Builder |
Constraint.Builder.setNameBytes(com.google.protobuf.ByteString value)
Immutable.
|
Constraint.Builder |
Constraint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Constraint.Builder |
Constraint.Builder.setSupportsDryRun(boolean value)
Shows if dry run is supported for this constraint or not.
|
Constraint.Builder |
Constraint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Constraint.Builder |
Constraint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Constraint.Builder> |
ListConstraintsResponse.Builder.getConstraintsBuilderList()
The collection of constraints that are available on the targeted resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListConstraintsResponse.Builder |
ListConstraintsResponse.Builder.addConstraints(Constraint.Builder builderForValue)
The collection of constraints that are available on the targeted resource.
|
ListConstraintsResponse.Builder |
ListConstraintsResponse.Builder.addConstraints(int index,
Constraint.Builder builderForValue)
The collection of constraints that are available on the targeted resource.
|
ListConstraintsResponse.Builder |
ListConstraintsResponse.Builder.setConstraints(int index,
Constraint.Builder builderForValue)
The collection of constraints that are available on the targeted resource.
|
Copyright © 2024 Google LLC. All rights reserved.