Interface Agent.GitIntegrationSettingsOrBuilder (0.52.0)

public static interface Agent.GitIntegrationSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGitSettingsCase()

public abstract Agent.GitIntegrationSettings.GitSettingsCase getGitSettingsCase()
Returns
TypeDescription
Agent.GitIntegrationSettings.GitSettingsCase

getGithubSettings()

public abstract Agent.GitIntegrationSettings.GithubSettings getGithubSettings()

GitHub settings.

.google.cloud.dialogflow.cx.v3beta1.Agent.GitIntegrationSettings.GithubSettings github_settings = 1;

Returns
TypeDescription
Agent.GitIntegrationSettings.GithubSettings

The githubSettings.

getGithubSettingsOrBuilder()

public abstract Agent.GitIntegrationSettings.GithubSettingsOrBuilder getGithubSettingsOrBuilder()

GitHub settings.

.google.cloud.dialogflow.cx.v3beta1.Agent.GitIntegrationSettings.GithubSettings github_settings = 1;

Returns
TypeDescription
Agent.GitIntegrationSettings.GithubSettingsOrBuilder

hasGithubSettings()

public abstract boolean hasGithubSettings()

GitHub settings.

.google.cloud.dialogflow.cx.v3beta1.Agent.GitIntegrationSettings.GithubSettings github_settings = 1;

Returns
TypeDescription
boolean

Whether the githubSettings field is set.