Interface SkaffoldModules.SkaffoldGitSourceOrBuilder (1.39.0)

public static interface SkaffoldModules.SkaffoldGitSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for path.

getRef()

public abstract String getRef()

Optional. Git ref the package should be cloned from.

string ref = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The ref.

getRefBytes()

public abstract ByteString getRefBytes()

Optional. Git ref the package should be cloned from.

string ref = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for repo.