Interface Agent.GitIntegrationSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Agent.GitIntegrationSettings
,Agent.GitIntegrationSettings.Builder
- Enclosing class:
- Agent
public static interface Agent.GitIntegrationSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Agent.GitIntegrationSettings.GithubSettings
getGithubSettings()
GitHub settings.Agent.GitIntegrationSettings.GithubSettingsOrBuilder
getGithubSettingsOrBuilder()
GitHub settings.Agent.GitIntegrationSettings.GitSettingsCase
getGitSettingsCase()
boolean
hasGithubSettings()
GitHub settings.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGithubSettings
boolean hasGithubSettings()
GitHub settings.
.google.cloud.dialogflow.cx.v3.Agent.GitIntegrationSettings.GithubSettings github_settings = 1;
- Returns:
- Whether the githubSettings field is set.
-
getGithubSettings
Agent.GitIntegrationSettings.GithubSettings getGithubSettings()
GitHub settings.
.google.cloud.dialogflow.cx.v3.Agent.GitIntegrationSettings.GithubSettings github_settings = 1;
- Returns:
- The githubSettings.
-
getGithubSettingsOrBuilder
Agent.GitIntegrationSettings.GithubSettingsOrBuilder getGithubSettingsOrBuilder()
GitHub settings.
.google.cloud.dialogflow.cx.v3.Agent.GitIntegrationSettings.GithubSettings github_settings = 1;
-
getGitSettingsCase
Agent.GitIntegrationSettings.GitSettingsCase getGitSettingsCase()
-
-