publicfinalclass ServerConfigextendsGeneratedMessageV3implementsServerConfigOrBuilder
Server configuration for supported versions and release channels.
Protobuf type google.cloud.edgecontainer.v1.ServerConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CHANNELS_FIELD_NUMBER
publicstaticfinalintCHANNELS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
DEFAULT_VERSION_FIELD_NUMBER
publicstaticfinalintDEFAULT_VERSION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
VERSIONS_FIELD_NUMBER
publicstaticfinalintVERSIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticServerConfiggetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticServerConfig.BuildernewBuilder()
newBuilder(ServerConfig prototype)
publicstaticServerConfig.BuildernewBuilder(ServerConfigprototype)
publicstaticServerConfigparseDelimitedFrom(InputStreaminput)
publicstaticServerConfigparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticServerConfigparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticServerConfigparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticServerConfigparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticServerConfigparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticServerConfigparseFrom(CodedInputStreaminput)
publicstaticServerConfigparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticServerConfigparseFrom(InputStreaminput)
publicstaticServerConfigparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticServerConfigparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticServerConfigparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<ServerConfig>parser()
Methods
containsChannels(String key)
publicbooleancontainsChannels(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
|
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getChannels() (deprecated)
publicMap<String,ChannelConfig>getChannels()
getChannelsCount()
publicintgetChannelsCount()
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()
publicMap<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];
getChannelsOrDefault(String key, ChannelConfig defaultValue)
publicChannelConfiggetChannelsOrDefault(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];
getChannelsOrThrow(String key)
publicChannelConfiggetChannelsOrThrow(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
|
getDefaultInstanceForType()
publicServerConfiggetDefaultInstanceForType()
getDefaultVersion()
publicStringgetDefaultVersion()
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()
publicByteStringgetDefaultVersionBytes()
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.
|
getParserForType()
publicParser<ServerConfig>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getVersions(int index)
publicVersiongetVersions(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
|
getVersionsCount()
publicintgetVersionsCount()
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()
publicList<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];
getVersionsOrBuilder(int index)
publicVersionOrBuildergetVersionsOrBuilder(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
|
getVersionsOrBuilderList()
publicList<?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> |
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protectedMapFieldReflectionAccessorinternalGetMapFieldReflection(intnumber)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicServerConfig.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedServerConfig.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicServerConfig.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides