Interface GitHubEnterpriseConfigOrBuilder (3.26.0)

public interface GitHubEnterpriseConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApiKey()

public abstract String getApiKey()

Required. API Key used for authentication of webhook events.

string api_key = 12 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The apiKey.

getApiKeyBytes()

public abstract ByteString getApiKeyBytes()

Required. API Key used for authentication of webhook events.

string api_key = 12 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for apiKey.

getAppId()

public abstract long getAppId()

Id of the GitHub App created from the manifest.

int64 app_id = 2;

Returns
TypeDescription
long

The appId.

getAppInstallationId()

public abstract long getAppInstallationId()

ID of the installation of the GitHub App.

int64 app_installation_id = 9;

Returns
TypeDescription
long

The appInstallationId.

getAppSlug()