Interface Agent.GitIntegrationSettings.GithubSettingsOrBuilder (0.52.0)

public static interface Agent.GitIntegrationSettings.GithubSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessToken()

public abstract String getAccessToken()

The access token used to authenticate the access to the GitHub repository.

string access_token = 4;

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The unique repository display name for the GitHub repository.

string display_name = 1;

Returns
TypeDescription
ByteString

The bytes for displayName.

getRepositoryUri()

public abstract String getRepositoryUri()

The GitHub repository URI related to the agent.

string repository_uri = 2;

Returns
TypeDescription
String

The repositoryUri.

getRepositoryUriBytes()

public abstract ByteString getRepositoryUriBytes()

The GitHub repository URI related to the agent.

string repository_uri = 2;

Returns
TypeDescription
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
TypeDescription
String

The trackingBranch.

getTrackingBranchBytes()

public abstract ByteString getTrackingBranchBytes()

The branch of the GitHub repository tracked for this agent.

string tracking_branch = 3;

Returns
TypeDescription
ByteString

The bytes for trackingBranch.