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