Enum SystemProvider (0.24.0)

public enum SystemProvider extends Enum<SystemProvider> implements ProtocolMessageEnum

SystemProvider is a list of providers that are owned by Developer Connect.

Protobuf enum google.cloud.developerconnect.v1.SystemProvider

Implements

ProtocolMessageEnum

Static Fields

Name Description
DATASTAX

Datastax provider. No scopes are allowed.

DATASTAX = 7;

DATASTAX_VALUE

Datastax provider. No scopes are allowed.

DATASTAX = 7;

DYNATRACE

Dynatrace provider.

DYNATRACE = 8;

DYNATRACE_VALUE

Dynatrace provider.

DYNATRACE = 8;

GITHUB

GitHub provider. Scopes can be found at https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes

GITHUB = 1;

GITHUB_VALUE

GitHub provider. Scopes can be found at https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes

GITHUB = 1;

GITLAB

GitLab provider. Scopes can be found at https://docs.gitlab.com/user/profile/personal_access_tokens/#personal-access-token-scopes

GITLAB = 2;

GITLAB_VALUE

GitLab provider. Scopes can be found at https://docs.gitlab.com/user/profile/personal_access_tokens/#personal-access-token-scopes

GITLAB = 2;

GOOGLE

Google provider. Recommended scopes: "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/documents.readonly"

GOOGLE = 3;

GOOGLE_VALUE

Google provider. Recommended scopes: "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/documents.readonly"

GOOGLE = 3;

NEW_RELIC

New Relic provider. No scopes are allowed.

NEW_RELIC = 6;

NEW_RELIC_VALUE

New Relic provider. No scopes are allowed.

NEW_RELIC = 6;

ROVO

Rovo provider. Must select the "rovo" scope.

ROVO = 5;

ROVO_VALUE

Rovo provider. Must select the "rovo" scope.

ROVO = 5;

SENTRY

Sentry provider. Scopes can be found at https://docs.sentry.io/api/permissions/

SENTRY = 4;

SENTRY_VALUE

Sentry provider. Scopes can be found at https://docs.sentry.io/api/permissions/

SENTRY = 4;

SYSTEM_PROVIDER_UNSPECIFIED

No system provider specified.

SYSTEM_PROVIDER_UNSPECIFIED = 0;

SYSTEM_PROVIDER_UNSPECIFIED_VALUE

No system provider specified.

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