public static interface ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDir()
public abstract String getDir()Required. Directory, relative to the source root, in which to run the build.
string dir = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The dir. |
getDirBytes()
public abstract ByteString getDirBytes()Required. Directory, relative to the source root, in which to run the build.
string dir = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dir. |
getGitRepositoryLink()
public abstract String getGitRepositoryLink() Required. The Developer Connect Git repository link, formatted as
projects/*/locations/*/connections/*/gitRepositoryLink/*.
string git_repository_link = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The gitRepositoryLink. |
getGitRepositoryLinkBytes()
public abstract ByteString getGitRepositoryLinkBytes() Required. The Developer Connect Git repository link, formatted as
projects/*/locations/*/connections/*/gitRepositoryLink/*.
string git_repository_link = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gitRepositoryLink. |
getRevision()
public abstract String getRevision()Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.
string revision = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The revision. |
getRevisionBytes()
public abstract ByteString getRevisionBytes()Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.
string revision = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for revision. |