Interface SkaffoldModules.SkaffoldGCSSourceOrBuilder (0.16.0)

public static interface SkaffoldModules.SkaffoldGCSSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPath()

public abstract String getPath()

Optional. Relative path from the source to the Skaffold file.

string path = 2;

Returns
Type Description
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Optional. Relative path from the source to the Skaffold file.

string path = 2;

Returns
Type Description
ByteString

The bytes for path.

getSource()

public abstract String getSource()

Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".

string source = 1;

Returns
Type Description
String

The source.

getSourceBytes()

public abstract ByteString getSourceBytes()

Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".

string source = 1;

Returns
Type Description
ByteString

The bytes for source.