public interface UpgradeAvailableEventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getReleaseChannel()
public abstract ReleaseChannel getReleaseChannel()The release channel of the version. If empty, it means a non-channel release.
.google.container.v1beta1.ReleaseChannel release_channel = 3;
| Returns | |
|---|---|
| Type | Description |
ReleaseChannel |
The releaseChannel. |
getReleaseChannelOrBuilder()
public abstract ReleaseChannelOrBuilder getReleaseChannelOrBuilder()The release channel of the version. If empty, it means a non-channel release.
.google.container.v1beta1.ReleaseChannel release_channel = 3;
| Returns | |
|---|---|
| Type | Description |
ReleaseChannelOrBuilder |
|
getResource()
public abstract String getResource()Optional relative path to the resource. For example, the relative path of the node pool.
string resource = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The resource. |
getResourceBytes()
public abstract ByteString getResourceBytes()Optional relative path to the resource. For example, the relative path of the node pool.
string resource = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resource. |
getResourceType()
public abstract UpgradeResourceType getResourceType()The resource type of the release version.
.google.container.v1beta1.UpgradeResourceType resource_type = 2;
| Returns | |
|---|---|
| Type | Description |
UpgradeResourceType |
The resourceType. |
getResourceTypeValue()
public abstract int getResourceTypeValue()The resource type of the release version.
.google.container.v1beta1.UpgradeResourceType resource_type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for resourceType. |
getVersion()
public abstract String getVersion()The release version available for upgrade.
string version = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()The release version available for upgrade.
string version = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |
getWindowsVersions()
public abstract WindowsVersions getWindowsVersions()Windows node versions info.
.google.container.v1beta1.WindowsVersions windows_versions = 5;
| Returns | |
|---|---|
| Type | Description |
WindowsVersions |
The windowsVersions. |
getWindowsVersionsOrBuilder()
public abstract WindowsVersionsOrBuilder getWindowsVersionsOrBuilder()Windows node versions info.
.google.container.v1beta1.WindowsVersions windows_versions = 5;
| Returns | |
|---|---|
| Type | Description |
WindowsVersionsOrBuilder |
|
hasReleaseChannel()
public abstract boolean hasReleaseChannel()The release channel of the version. If empty, it means a non-channel release.
.google.container.v1beta1.ReleaseChannel release_channel = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the releaseChannel field is set. |
hasWindowsVersions()
public abstract boolean hasWindowsVersions()Windows node versions info.
.google.container.v1beta1.WindowsVersions windows_versions = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the windowsVersions field is set. |