public static interface SkaffoldModules.SkaffoldGitSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPath()
public abstract String getPath()Optional. Relative path from the repository root to the Skaffold file.
string path = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The path. |
getPathBytes()
public abstract ByteString getPathBytes()Optional. Relative path from the repository root to the Skaffold file.
string path = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for path. |
getRef()
public abstract String getRef()Optional. Git branch or tag to use when cloning the repository.
string ref = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The ref. |
getRefBytes()
public abstract ByteString getRefBytes()Optional. Git branch or tag to use when cloning the repository.
string ref = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ref. |
getRepo()
public abstract String getRepo()Required. Git repository the package should be cloned from.
string repo = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The repo. |
getRepoBytes()
public abstract ByteString getRepoBytes()Required. Git repository the package should be cloned from.
string repo = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for repo. |