public static interface Agent.GitIntegrationSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGitSettingsCase()
public abstract Agent.GitIntegrationSettings.GitSettingsCase getGitSettingsCase()| Returns | |
|---|---|
| Type | Description |
Agent.GitIntegrationSettings.GitSettingsCase |
|
getGithubSettings()
public abstract Agent.GitIntegrationSettings.GithubSettings getGithubSettings()GitHub settings.
.google.cloud.dialogflow.cx.v3.Agent.GitIntegrationSettings.GithubSettings github_settings = 1;
| Returns | |
|---|---|
| Type | Description |
Agent.GitIntegrationSettings.GithubSettings |
The githubSettings. |
getGithubSettingsOrBuilder()
public abstract Agent.GitIntegrationSettings.GithubSettingsOrBuilder getGithubSettingsOrBuilder()GitHub settings.
.google.cloud.dialogflow.cx.v3.Agent.GitIntegrationSettings.GithubSettings github_settings = 1;
| Returns | |
|---|---|
| Type | Description |
Agent.GitIntegrationSettings.GithubSettingsOrBuilder |
|
hasGithubSettings()
public abstract boolean hasGithubSettings()GitHub settings.
.google.cloud.dialogflow.cx.v3.Agent.GitIntegrationSettings.GithubSettings github_settings = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the githubSettings field is set. |