public enum Hook.HookEventType extends Enum<Hook.HookEventType> implements ProtocolMessageEnum
Protobuf enum google.cloud.securesourcemanager.v1.Hook.HookEventType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
PULL_REQUEST |
Pull request events are triggered when a pull request is opened, closed, reopened, or edited. |
PULL_REQUEST_VALUE |
Pull request events are triggered when a pull request is opened, closed, reopened, or edited. |
PUSH |
Push events are triggered when pushing to the repository. |
PUSH_VALUE |
Push events are triggered when pushing to the repository. |
UNRECOGNIZED |
|
UNSPECIFIED |
Unspecified. |
UNSPECIFIED_VALUE |
Unspecified. |
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() |