public interface GitHubEnterpriseConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getApiKey()
public abstract String getApiKey()
Required. API Key used for authentication of webhook events.
string api_key = 12 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString | The bytes for apiKey. |
getAppId()
public abstract long getAppId()
Id of the GitHub App created from the manifest.
int64 app_id = 2;
Returns | |
---|---|
Type | Description |
long | The appId. |
getAppInstallationId()
public abstract long getAppInstallationId()
ID of the installation of the GitHub App.
int64 app_installation_id = 9;
Returns | |
---|---|
Type | Description |
long | The appInstallationId. |
getAppSlug()