public static interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessTokenSecret()
The name of the SecretManager secret version resource storing the
git access token.
|
com.google.protobuf.ByteString |
getAccessTokenSecretBytes()
The name of the SecretManager secret version resource storing the
git access token.
|
String |
getBranches(int index)
Optional.
|
com.google.protobuf.ByteString |
getBranchesBytes(int index)
Optional.
|
int |
getBranchesCount()
Optional.
|
List<String> |
getBranchesList()
Optional.
|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
Agent.GitIntegrationSettings.GitConnectionSettings.GitAuthenticationCase |
getGitAuthenticationCase() |
String |
getRepositoryUri()
Required.
|
com.google.protobuf.ByteString |
getRepositoryUriBytes()
Required.
|
String |
getTrackingBranch()
Required.
|
com.google.protobuf.ByteString |
getTrackingBranchBytes()
Required.
|
boolean |
hasAccessTokenSecret()
The name of the SecretManager secret version resource storing the
git access token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Required. Display name for the repository
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDisplayNameBytes()
Required. Display name for the repository
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];String getRepositoryUri()
Required. Git server reporitory URI.
string repository_uri = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getRepositoryUriBytes()
Required. Git server reporitory URI.
string repository_uri = 2 [(.google.api.field_behavior) = REQUIRED];String getTrackingBranch()
Required. Default branch of the repository.
string tracking_branch = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTrackingBranchBytes()
Required. Default branch of the repository.
string tracking_branch = 3 [(.google.api.field_behavior) = REQUIRED];List<String> getBranchesList()
Optional. List of branches configured for the repository.
repeated string branches = 4 [(.google.api.field_behavior) = OPTIONAL];int getBranchesCount()
Optional. List of branches configured for the repository.
repeated string branches = 4 [(.google.api.field_behavior) = OPTIONAL];String getBranches(int index)
Optional. List of branches configured for the repository.
repeated string branches = 4 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getBranchesBytes(int index)
Optional. List of branches configured for the repository.
repeated string branches = 4 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.boolean hasAccessTokenSecret()
The name of the SecretManager secret version resource storing the
git access token.
Format: `projects/{project}/secrets/{secret}/versions/{version}`
string access_token_secret = 5 [(.google.api.resource_reference) = { ... }String getAccessTokenSecret()
The name of the SecretManager secret version resource storing the
git access token.
Format: `projects/{project}/secrets/{secret}/versions/{version}`
string access_token_secret = 5 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getAccessTokenSecretBytes()
The name of the SecretManager secret version resource storing the
git access token.
Format: `projects/{project}/secrets/{secret}/versions/{version}`
string access_token_secret = 5 [(.google.api.resource_reference) = { ... }Agent.GitIntegrationSettings.GitConnectionSettings.GitAuthenticationCase getGitAuthenticationCase()
Copyright © 2025 Google LLC. All rights reserved.