public interface ConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDefaultSkaffoldVersion()
public abstract String getDefaultSkaffoldVersion()Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version.
string default_skaffold_version = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The defaultSkaffoldVersion. |
getDefaultSkaffoldVersionBytes()
public abstract ByteString getDefaultSkaffoldVersionBytes()Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version.
string default_skaffold_version = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for defaultSkaffoldVersion. |
getName()
public abstract String getName()Name of the configuration.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Name of the configuration.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSupportedVersions(int index)
public abstract SkaffoldVersion getSupportedVersions(int index)All supported versions of Skaffold.
repeated .google.cloud.deploy.v1.SkaffoldVersion supported_versions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SkaffoldVersion |
|
getSupportedVersionsCount()
public abstract int getSupportedVersionsCount()All supported versions of Skaffold.
repeated .google.cloud.deploy.v1.SkaffoldVersion supported_versions = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSupportedVersionsList()
public abstract List<SkaffoldVersion> getSupportedVersionsList()All supported versions of Skaffold.
repeated .google.cloud.deploy.v1.SkaffoldVersion supported_versions = 2;
| Returns | |
|---|---|
| Type | Description |
List<SkaffoldVersion> |
|
getSupportedVersionsOrBuilder(int index)
public abstract SkaffoldVersionOrBuilder getSupportedVersionsOrBuilder(int index)All supported versions of Skaffold.
repeated .google.cloud.deploy.v1.SkaffoldVersion supported_versions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SkaffoldVersionOrBuilder |
|
getSupportedVersionsOrBuilderList()
public abstract List<? extends SkaffoldVersionOrBuilder> getSupportedVersionsOrBuilderList()All supported versions of Skaffold.
repeated .google.cloud.deploy.v1.SkaffoldVersion supported_versions = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.deploy.v1.SkaffoldVersionOrBuilder> |
|