public static interface Agent.GitIntegrationSettings.GithubSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccessToken()
public abstract String getAccessToken()The access token used to authenticate the access to the GitHub repository.
string access_token = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The accessToken. |
getAccessTokenBytes()
public abstract ByteString getAccessTokenBytes()The access token used to authenticate the access to the GitHub repository.
string access_token = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accessToken. |
getBranches(int index)
public abstract String getBranches(int index)A list of branches configured to be used from Dialogflow.
repeated string branches = 5;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The branches at the given index. |
getBranchesBytes(int index)
public abstract ByteString getBranchesBytes(int index)A list of branches configured to be used from Dialogflow.
repeated string branches = 5;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the branches at the given index. |
getBranchesCount()
public abstract int getBranchesCount()A list of branches configured to be used from Dialogflow.
repeated string branches = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The count of branches. |
getBranchesList()
public abstract List<String> getBranchesList()A list of branches configured to be used from Dialogflow.
repeated string branches = 5;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the branches. |
getDisplayName()
public abstract String getDisplayName()The unique repository display name for the GitHub repository.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The unique repository display name for the GitHub repository.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getRepositoryUri()
public abstract String getRepositoryUri()The GitHub repository URI related to the agent.
string repository_uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The repositoryUri. |
getRepositoryUriBytes()
public abstract ByteString getRepositoryUriBytes()The GitHub repository URI related to the agent.
string repository_uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for repositoryUri. |
getTrackingBranch()
public abstract String getTrackingBranch()The branch of the GitHub repository tracked for this agent.
string tracking_branch = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The trackingBranch. |
getTrackingBranchBytes()
public abstract ByteString getTrackingBranchBytes()The branch of the GitHub repository tracked for this agent.
string tracking_branch = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for trackingBranch. |