Interface Release.ReleaseRequirementsOrBuilder (0.2.0)

public static interface Release.ReleaseRequirementsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUpgradeableFromReleases(int index)

public abstract String getUpgradeableFromReleases(int index)

Optional. A list of releases from which a unit can be upgraded to this one (optional). If left empty no constraints will be applied. When provided, unit upgrade requests to this release will check and enforce this constraint.

repeated string upgradeable_from_releases = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The upgradeableFromReleases at the given index.

getUpgradeableFromReleasesBytes(int index)

public abstract ByteString getUpgradeableFromReleasesBytes(int index)

Optional. A list of releases from which a unit can be upgraded to this one (optional). If left empty no constraints will be applied. When provided, unit upgrade requests to this release will check and enforce this constraint.

repeated string upgradeable_from_releases = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the upgradeableFromReleases at the given index.

getUpgradeableFromReleasesCount()

public abstract int getUpgradeableFromReleasesCount()

Optional. A list of releases from which a unit can be upgraded to this one (optional). If left empty no constraints will be applied. When provided, unit upgrade requests to this release will check and enforce this constraint.

repeated string upgradeable_from_releases = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of upgradeableFromReleases.

getUpgradeableFromReleasesList()

public abstract List<String> getUpgradeableFromReleasesList()

Optional. A list of releases from which a unit can be upgraded to this one (optional). If left empty no constraints will be applied. When provided, unit upgrade requests to this release will check and enforce this constraint.

repeated string upgradeable_from_releases = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the upgradeableFromReleases.