public enum GitHubConfig.GitHubApp extends Enum<GitHubConfig.GitHubApp> implements ProtocolMessageEnumRepresents the various GitHub Applications that can be installed to a GitHub user or organization and used with Developer Connect.
 Protobuf enum google.cloud.developerconnect.v1.GitHubConfig.GitHubApp
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| DEVELOPER_CONNECT | The Developer Connect GitHub Application.   | 
| DEVELOPER_CONNECT_VALUE | The Developer Connect GitHub Application.   | 
| FIREBASE | The Firebase GitHub Application.   | 
| FIREBASE_VALUE | The Firebase GitHub Application.   | 
| GIT_HUB_APP_UNSPECIFIED | GitHub App not specified.   | 
| GIT_HUB_APP_UNSPECIFIED_VALUE | GitHub App not specified.   | 
| 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() | |