public static interface Agent.GitIntegrationSettings.GithubSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken()
The access token used to authenticate the access to the GitHub
repository.
|
com.google.protobuf.ByteString |
getAccessTokenBytes()
The access token used to authenticate the access to the GitHub
repository.
|
String |
getBranches(int index)
A list of branches configured to be used from Dialogflow.
|
com.google.protobuf.ByteString |
getBranchesBytes(int index)
A list of branches configured to be used from Dialogflow.
|
int |
getBranchesCount()
A list of branches configured to be used from Dialogflow.
|
List<String> |
getBranchesList()
A list of branches configured to be used from Dialogflow.
|
String |
getDisplayName()
The unique repository display name for the GitHub repository.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The unique repository display name for the GitHub repository.
|
String |
getRepositoryUri()
The GitHub repository URI related to the agent.
|
com.google.protobuf.ByteString |
getRepositoryUriBytes()
The GitHub repository URI related to the agent.
|
String |
getTrackingBranch()
The branch of the GitHub repository tracked for this agent.
|
com.google.protobuf.ByteString |
getTrackingBranchBytes()
The branch of the GitHub repository tracked for this agent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
The unique repository display name for the GitHub repository.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
The unique repository display name for the GitHub repository.
string display_name = 1;String getRepositoryUri()
The GitHub repository URI related to the agent.
string repository_uri = 2;com.google.protobuf.ByteString getRepositoryUriBytes()
The GitHub repository URI related to the agent.
string repository_uri = 2;String getTrackingBranch()
The branch of the GitHub repository tracked for this agent.
string tracking_branch = 3;com.google.protobuf.ByteString getTrackingBranchBytes()
The branch of the GitHub repository tracked for this agent.
string tracking_branch = 3;String getAccessToken()
The access token used to authenticate the access to the GitHub repository.
string access_token = 4;com.google.protobuf.ByteString getAccessTokenBytes()
The access token used to authenticate the access to the GitHub repository.
string access_token = 4;List<String> getBranchesList()
A list of branches configured to be used from Dialogflow.
repeated string branches = 5;int getBranchesCount()
A list of branches configured to be used from Dialogflow.
repeated string branches = 5;String getBranches(int index)
A list of branches configured to be used from Dialogflow.
repeated string branches = 5;index - The index of the element to return.com.google.protobuf.ByteString getBranchesBytes(int index)
A list of branches configured to be used from Dialogflow.
repeated string branches = 5;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.