public interface ConfigUpdateOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsIsolatedData(String key)
Data which is not to be reflected in the resulting Config, but is still needed for some other purpose.
|
String |
getChannelId()
Which channel this config update is for
|
com.google.protobuf.ByteString |
getChannelIdBytes()
Which channel this config update is for
|
Map<String,com.google.protobuf.ByteString> |
getIsolatedData()
Deprecated.
|
int |
getIsolatedDataCount()
Data which is not to be reflected in the resulting Config, but is still needed for some other purpose.
|
Map<String,com.google.protobuf.ByteString> |
getIsolatedDataMap()
Data which is not to be reflected in the resulting Config, but is still needed for some other purpose.
|
com.google.protobuf.ByteString |
getIsolatedDataOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
Data which is not to be reflected in the resulting Config, but is still needed for some other purpose.
|
com.google.protobuf.ByteString |
getIsolatedDataOrThrow(String key)
Data which is not to be reflected in the resulting Config, but is still needed for some other purpose.
|
ConfigGroup |
getReadSet()
ReadSet explicitly lists the portion of the config which was read, this should be sparse with only Version set
|
ConfigGroupOrBuilder |
getReadSetOrBuilder()
ReadSet explicitly lists the portion of the config which was read, this should be sparse with only Version set
|
ConfigGroup |
getWriteSet()
WriteSet lists the portion of the config which was written, this should included updated Versions
|
ConfigGroupOrBuilder |
getWriteSetOrBuilder()
WriteSet lists the portion of the config which was written, this should included updated Versions
|
boolean |
hasReadSet()
ReadSet explicitly lists the portion of the config which was read, this should be sparse with only Version set
|
boolean |
hasWriteSet()
WriteSet lists the portion of the config which was written, this should included updated Versions
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getChannelId()
Which channel this config update is for
string channel_id = 1 [json_name = "channelId"];
com.google.protobuf.ByteString getChannelIdBytes()
Which channel this config update is for
string channel_id = 1 [json_name = "channelId"];
boolean hasReadSet()
ReadSet explicitly lists the portion of the config which was read, this should be sparse with only Version set
.common.ConfigGroup read_set = 2 [json_name = "readSet"];
ConfigGroup getReadSet()
ReadSet explicitly lists the portion of the config which was read, this should be sparse with only Version set
.common.ConfigGroup read_set = 2 [json_name = "readSet"];
ConfigGroupOrBuilder getReadSetOrBuilder()
ReadSet explicitly lists the portion of the config which was read, this should be sparse with only Version set
.common.ConfigGroup read_set = 2 [json_name = "readSet"];
boolean hasWriteSet()
WriteSet lists the portion of the config which was written, this should included updated Versions
.common.ConfigGroup write_set = 3 [json_name = "writeSet"];
ConfigGroup getWriteSet()
WriteSet lists the portion of the config which was written, this should included updated Versions
.common.ConfigGroup write_set = 3 [json_name = "writeSet"];
ConfigGroupOrBuilder getWriteSetOrBuilder()
WriteSet lists the portion of the config which was written, this should included updated Versions
.common.ConfigGroup write_set = 3 [json_name = "writeSet"];
int getIsolatedDataCount()
Data which is not to be reflected in the resulting Config, but is still needed for some other purpose. For instance, rscc_seed_data
map<string, bytes> isolated_data = 5 [json_name = "isolatedData"];
boolean containsIsolatedData(String key)
Data which is not to be reflected in the resulting Config, but is still needed for some other purpose. For instance, rscc_seed_data
map<string, bytes> isolated_data = 5 [json_name = "isolatedData"];
@Deprecated Map<String,com.google.protobuf.ByteString> getIsolatedData()
getIsolatedDataMap()
instead.Map<String,com.google.protobuf.ByteString> getIsolatedDataMap()
Data which is not to be reflected in the resulting Config, but is still needed for some other purpose. For instance, rscc_seed_data
map<string, bytes> isolated_data = 5 [json_name = "isolatedData"];
com.google.protobuf.ByteString getIsolatedDataOrDefault(String key, com.google.protobuf.ByteString defaultValue)
Data which is not to be reflected in the resulting Config, but is still needed for some other purpose. For instance, rscc_seed_data
map<string, bytes> isolated_data = 5 [json_name = "isolatedData"];
com.google.protobuf.ByteString getIsolatedDataOrThrow(String key)
Data which is not to be reflected in the resulting Config, but is still needed for some other purpose. For instance, rscc_seed_data
map<string, bytes> isolated_data = 5 [json_name = "isolatedData"];
Copyright © 2022. All rights reserved.