Enum GitHubConfig.GitHubApp (0.24.0)

publicenumGitHubConfig.GitHubAppextendsEnum<GitHubConfig.GitHubApp>implementsProtocolMessageEnum

Represents 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 = 1;

DEVELOPER_CONNECT_VALUE

The Developer Connect GitHub Application.

DEVELOPER_CONNECT = 1;

FIREBASE

The Firebase GitHub Application.

FIREBASE = 2;

FIREBASE_VALUE

The Firebase GitHub Application.

FIREBASE = 2;

GIT_HUB_APP_UNSPECIFIED

GitHub App not specified.

GIT_HUB_APP_UNSPECIFIED = 0;

GIT_HUB_APP_UNSPECIFIED_VALUE

GitHub App not specified.

GIT_HUB_APP_UNSPECIFIED = 0;

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()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.