public enum PullRequestFilter.CommentControl extends Enum<PullRequestFilter.CommentControl> implements ProtocolMessageEnumControls behavior of Pull Request comments.
Protobuf enum google.devtools.cloudbuild.v1.PullRequestFilter.CommentControl
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| COMMENTS_DISABLED | Do not require comments on Pull Requests before builds are triggered. |
| COMMENTS_DISABLED_VALUE | Do not require comments on Pull Requests before builds are triggered. |
| COMMENTS_ENABLED | Enforce that repository owners or collaborators must comment on Pull Requests before builds are triggered. |
| COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY | Enforce that repository owners or collaborators must comment on external contributors' Pull Requests before builds are triggered. |
| COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY_VALUE | Enforce that repository owners or collaborators must comment on external contributors' Pull Requests before builds are triggered. |
| COMMENTS_ENABLED_VALUE | Enforce that repository owners or collaborators must comment on Pull Requests before builds are triggered. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |