public interface GitFileSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnterpriseConfigCase()
public abstract GitFileSource.EnterpriseConfigCase getEnterpriseConfigCase()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String | The path. |