Interface SkaffoldModulesOrBuilder (1.39.0)

public interface SkaffoldModulesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfigs(int index)

public abstract String getConfigs(int index)

Optional. The Skaffold Config modules to use from the specified source.

repeated string configs = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The configs at the given index.

getConfigsBytes(int index)

public abstract ByteString getConfigsBytes(int index)

Optional. The Skaffold Config modules to use from the specified source.

repeated string configs = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the configs at the given index.

getConfigsCount()

public abstract int getConfigsCount()

Optional. The Skaffold Config modules to use from the specified source.

repeated string configs = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The count of configs.

getConfigsList()

public abstract List<String> getConfigsList()

Optional. The Skaffold Config modules to use from the specified source.

repeated string configs = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<String>

A list containing the configs.

getGit()

public abstract SkaffoldModules.SkaffoldGitSource getGit()

Remote git repository containing the Skaffold Config modules.

.google.cloud.deploy.v1.SkaffoldModules.SkaffoldGitSource git = 2;

Returns
TypeDescription
SkaffoldModules.SkaffoldGitSource

The git.

getGitOrBuilder()

public abstract SkaffoldModules.SkaffoldGitSourceOrBuilder getGitOrBuilder()

Remote git repository containing the Skaffold Config modules.

.google.cloud.deploy.v1.SkaffoldModules.SkaffoldGitSource git = 2;

Returns
TypeDescription
SkaffoldModules.SkaffoldGitSourceOrBuilder

getGoogleCloudStorage()

public abstract SkaffoldModules.SkaffoldGCSSource getGoogleCloudStorage()

Cloud Storage bucket containing the Skaffold Config modules.

.google.cloud.deploy.v1.SkaffoldModules.SkaffoldGCSSource google_cloud_storage = 3;

Returns
TypeDescription
SkaffoldModules.SkaffoldGCSSource

The googleCloudStorage.

getGoogleCloudStorageOrBuilder()

public abstract SkaffoldModules.SkaffoldGCSSourceOrBuilder getGoogleCloudStorageOrBuilder()

Cloud Storage bucket containing the Skaffold Config modules.

.google.cloud.deploy.v1.SkaffoldModules.SkaffoldGCSSource google_cloud_storage = 3;

Returns
TypeDescription
SkaffoldModules.SkaffoldGCSSourceOrBuilder

getSourceCase()

public abstract SkaffoldModules.SourceCase getSourceCase()
Returns
TypeDescription
SkaffoldModules.SourceCase

hasGit()

public abstract boolean hasGit()

Remote git repository containing the Skaffold Config modules.

.google.cloud.deploy.v1.SkaffoldModules.SkaffoldGitSource git = 2;

Returns
TypeDescription
boolean

Whether the git field is set.

hasGoogleCloudStorage()

public abstract boolean hasGoogleCloudStorage()

Cloud Storage bucket containing the Skaffold Config modules.

.google.cloud.deploy.v1.SkaffoldModules.SkaffoldGCSSource google_cloud_storage = 3;

Returns
TypeDescription
boolean

Whether the googleCloudStorage field is set.