public interface GitConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGcpServiceAccountEmail()
The GCP Service Account Email used for auth when secret_type is
gcpServiceAccount.
|
com.google.protobuf.ByteString |
getGcpServiceAccountEmailBytes()
The GCP Service Account Email used for auth when secret_type is
gcpServiceAccount.
|
String |
getHttpsProxy()
URL for the HTTPS proxy to be used when communicating with the Git repo.
|
com.google.protobuf.ByteString |
getHttpsProxyBytes()
URL for the HTTPS proxy to be used when communicating with the Git repo.
|
String |
getPolicyDir()
The path within the Git repository that represents the top level of the
repo to sync.
|
com.google.protobuf.ByteString |
getPolicyDirBytes()
The path within the Git repository that represents the top level of the
repo to sync.
|
String |
getSecretType()
Type of secret configured for access to the Git repo.
|
com.google.protobuf.ByteString |
getSecretTypeBytes()
Type of secret configured for access to the Git repo.
|
String |
getSyncBranch()
The branch of the repository to sync from.
|
com.google.protobuf.ByteString |
getSyncBranchBytes()
The branch of the repository to sync from.
|
String |
getSyncRepo()
The URL of the Git repository to use as the source of truth.
|
com.google.protobuf.ByteString |
getSyncRepoBytes()
The URL of the Git repository to use as the source of truth.
|
String |
getSyncRev()
Git revision (tag or hash) to check out.
|
com.google.protobuf.ByteString |
getSyncRevBytes()
Git revision (tag or hash) to check out.
|
long |
getSyncWaitSecs()
Period in seconds between consecutive syncs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSyncRepo()
The URL of the Git repository to use as the source of truth.
string sync_repo = 1;com.google.protobuf.ByteString getSyncRepoBytes()
The URL of the Git repository to use as the source of truth.
string sync_repo = 1;String getSyncBranch()
The branch of the repository to sync from. Default: master.
string sync_branch = 2;com.google.protobuf.ByteString getSyncBranchBytes()
The branch of the repository to sync from. Default: master.
string sync_branch = 2;String getPolicyDir()
The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
string policy_dir = 3;com.google.protobuf.ByteString getPolicyDirBytes()
The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
string policy_dir = 3;long getSyncWaitSecs()
Period in seconds between consecutive syncs. Default: 15.
int64 sync_wait_secs = 4;String getSyncRev()
Git revision (tag or hash) to check out. Default HEAD.
string sync_rev = 5;com.google.protobuf.ByteString getSyncRevBytes()
Git revision (tag or hash) to check out. Default HEAD.
string sync_rev = 5;String getSecretType()
Type of secret configured for access to the Git repo.
string secret_type = 6;com.google.protobuf.ByteString getSecretTypeBytes()
Type of secret configured for access to the Git repo.
string secret_type = 6;String getHttpsProxy()
URL for the HTTPS proxy to be used when communicating with the Git repo.
string https_proxy = 7;com.google.protobuf.ByteString getHttpsProxyBytes()
URL for the HTTPS proxy to be used when communicating with the Git repo.
string https_proxy = 7;String getGcpServiceAccountEmail()
The GCP Service Account Email used for auth when secret_type is gcpServiceAccount.
string gcp_service_account_email = 8;com.google.protobuf.ByteString getGcpServiceAccountEmailBytes()
The GCP Service Account Email used for auth when secret_type is gcpServiceAccount.
string gcp_service_account_email = 8;Copyright © 2024 Google LLC. All rights reserved.