- 0.80.0 (latest)
- 0.79.0
- 0.78.0
- 0.77.0
- 0.75.0
- 0.73.0
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.67.0
- 0.65.0
- 0.64.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class ServerConfig.Builder extends GeneratedMessage.Builder<ServerConfig.Builder> implements ServerConfigOrBuilderServer configuration for supported versions and release channels.
Protobuf type google.cloud.edgecontainer.v1.ServerConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ServerConfig.BuilderImplements
ServerConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllVersions(Iterable<? extends Version> values)
public ServerConfig.Builder addAllVersions(Iterable<? extends Version> values)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 |
values |
Iterable<? extends com.google.cloud.edgecontainer.v1.Version> |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|
addVersions(Version value)
public ServerConfig.Builder addVersions(Version value)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 |
value |
Version |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|
addVersions(Version.Builder builderForValue)
public ServerConfig.Builder addVersions(Version.Builder builderForValue)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 |
builderForValue |
Version.Builder |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|
addVersions(int index, Version value)
public ServerConfig.Builder addVersions(int index, Version value)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Version |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|
addVersions(int index, Version.Builder builderForValue)
public ServerConfig.Builder addVersions(int index, Version.Builder builderForValue)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Version.Builder |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|
addVersionsBuilder()
public Version.Builder addVersionsBuilder()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 |
Version.Builder |
|
addVersionsBuilder(int index)
public Version.Builder addVersionsBuilder(int index)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.Builder |
|
build()
public ServerConfig build()| Returns | |
|---|---|
| Type | Description |
ServerConfig |
|
buildPartial()
public ServerConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
ServerConfig |
|
clear()
public ServerConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|
clearChannels()
public ServerConfig.Builder clearChannels()| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|
clearDefaultVersion()
public ServerConfig.Builder clearDefaultVersion()Output only. Default version, e.g.: "1.4.0".
string default_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
This builder for chaining. |
clearVersions()
public ServerConfig.Builder clearVersions()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 |
ServerConfig.Builder |
|
containsChannels(String key)
public boolean containsChannels(String key)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)
public Map<String,ChannelConfig> getChannels()Use #getChannelsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,ChannelConfig> |
|
getChannelsCount()
public int getChannelsCount()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()
public Map<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)
public ChannelConfig getChannelsOrDefault(String key, ChannelConfig defaultValue)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)
public ChannelConfig getChannelsOrThrow(String key)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 |
|
getDefaultInstanceForType()
public ServerConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ServerConfig |
|
getDefaultVersion()
public String getDefaultVersion()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()
public ByteString getDefaultVersionBytes()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. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMutableChannels() (deprecated)
public Map<String,ChannelConfig> getMutableChannels()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,ChannelConfig> |
|
getVersions(int index)
public Version getVersions(int index)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 |
|
getVersionsBuilder(int index)
public Version.Builder getVersionsBuilder(int index)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.Builder |
|
getVersionsBuilderList()
public List<Version.Builder> getVersionsBuilderList()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<Builder> |
|
getVersionsCount()
public int getVersionsCount()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()
public List<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)
public VersionOrBuilder getVersionsOrBuilder(int index)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()
public List<? extends VersionOrBuilder> 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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ServerConfig other)
public ServerConfig.Builder mergeFrom(ServerConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ServerConfig |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ServerConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ServerConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|
putAllChannels(Map<String,ChannelConfig> values)
public ServerConfig.Builder putAllChannels(Map<String,ChannelConfig> values)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 |
values |
Map<String,ChannelConfig> |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|
putChannels(String key, ChannelConfig value)
public ServerConfig.Builder putChannels(String key, ChannelConfig value)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 |
value |
ChannelConfig |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|
putChannelsBuilderIfAbsent(String key)
public ChannelConfig.Builder putChannelsBuilderIfAbsent(String key)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.Builder |
|
removeChannels(String key)
public ServerConfig.Builder removeChannels(String key)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 |
ServerConfig.Builder |
|
removeVersions(int index)
public ServerConfig.Builder removeVersions(int index)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 |
ServerConfig.Builder |
|
setDefaultVersion(String value)
public ServerConfig.Builder setDefaultVersion(String value)Output only. Default version, e.g.: "1.4.0".
string default_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe defaultVersion to set. |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
This builder for chaining. |
setDefaultVersionBytes(ByteString value)
public ServerConfig.Builder setDefaultVersionBytes(ByteString value)Output only. Default version, e.g.: "1.4.0".
string default_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for defaultVersion to set. |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
This builder for chaining. |
setVersions(int index, Version value)
public ServerConfig.Builder setVersions(int index, Version value)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Version |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|
setVersions(int index, Version.Builder builderForValue)
public ServerConfig.Builder setVersions(int index, Version.Builder builderForValue)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Version.Builder |
| Returns | |
|---|---|
| Type | Description |
ServerConfig.Builder |
|