Interface GitFileSourceOrBuilder (3.26.0)

public interface GitFileSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnterpriseConfigCase()

public abstract GitFileSource.EnterpriseConfigCase getEnterpriseConfigCase()
Returns
TypeDescription
GitFileSource.EnterpriseConfigCase

getGithubEnterpriseConfig()

public abstract String getGithubEnterpriseConfig()

The full resource name of the github enterprise config. Format: projects/{project}/locations/{location}/githubEnterpriseConfigs/{id}. projects/{project}/githubEnterpriseConfigs/{id}.

string github_enterprise_config = 5 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The githubEnterpriseConfig.

getGithubEnterpriseConfigBytes()

public abstract ByteString getGithubEnterpriseConfigBytes()

The full resource name of the github enterprise config. Format: projects/{project}/locations/{location}/githubEnterpriseConfigs/{id}. projects/{project}/githubEnterpriseConfigs/{id}.

string github_enterprise_config = 5 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for githubEnterpriseConfig.

getPath()

public abstract String getPath()

The path of the file, with the repo root as the root of the path.

string path = 1;

Returns
TypeDescription
String

The path.