Interface ServerConfigOrBuilder (0.50.0)

publicinterface ServerConfigOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

containsChannels(String key)

publicabstractbooleancontainsChannels(Stringkey)

Output only. Mapping from release channel to channel config.

map<string, .google.cloud.edgecontainer.v1.ChannelConfig> channels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
key String
Returns
Type Description
boolean

getChannels() (deprecated)

publicabstractMap<String,ChannelConfig>getChannels()

Use #getChannelsMap() instead.

Returns
Type Description
Map<String,ChannelConfig>

getChannelsCount()

publicabstractintgetChannelsCount()

Output only. Mapping from release channel to channel config.

map<string, .google.cloud.edgecontainer.v1.ChannelConfig> channels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getChannelsMap()

publicabstractMap<String,ChannelConfig>getChannelsMap()

Output only. Mapping from release channel to channel config.

map<string, .google.cloud.edgecontainer.v1.ChannelConfig> channels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Map<String,ChannelConfig>

getChannelsOrDefault(String key, ChannelConfig defaultValue)

publicabstractChannelConfiggetChannelsOrDefault(Stringkey,ChannelConfigdefaultValue)

Output only. Mapping from release channel to channel config.

map<string, .google.cloud.edgecontainer.v1.ChannelConfig> channels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
key String
defaultValue ChannelConfig
Returns
Type Description
ChannelConfig

getChannelsOrThrow(String key)

publicabstractChannelConfiggetChannelsOrThrow(Stringkey)

Output only. Mapping from release channel to channel config.

map<string, .google.cloud.edgecontainer.v1.ChannelConfig> channels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
key String
Returns
Type Description
ChannelConfig

getDefaultVersion()

publicabstractStringgetDefaultVersion()

Output only. Default version, e.g.: "1.4.0".

string default_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The defaultVersion.

getDefaultVersionBytes()

publicabstractByteStringgetDefaultVersionBytes()

Output only. Default version, e.g.: "1.4.0".

string default_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for defaultVersion.

getVersions(int index)

publicabstractVersiongetVersions(intindex)

Output only. Supported versions, e.g.: ["1.4.0", "1.5.0"].

repeated .google.cloud.edgecontainer.v1.Version versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
Version

getVersionsCount()

publicabstractintgetVersionsCount()

Output only. Supported versions, e.g.: ["1.4.0", "1.5.0"].

repeated .google.cloud.edgecontainer.v1.Version versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getVersionsList()

publicabstractList<Version>getVersionsList()

Output only. Supported versions, e.g.: ["1.4.0", "1.5.0"].

repeated .google.cloud.edgecontainer.v1.Version versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Version>

getVersionsOrBuilder(int index)

publicabstractVersionOrBuildergetVersionsOrBuilder(intindex)

Output only. Supported versions, e.g.: ["1.4.0", "1.5.0"].

repeated .google.cloud.edgecontainer.v1.Version versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
VersionOrBuilder

getVersionsOrBuilderList()

publicabstractList<?extendsVersionOrBuilder>getVersionsOrBuilderList()

Output only. Supported versions, e.g.: ["1.4.0", "1.5.0"].

repeated .google.cloud.edgecontainer.v1.Version versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.edgecontainer.v1.VersionOrBuilder>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.