public interface ConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ConfigGroup |
getChannelGroup()
channel_group is a bad name for this, it should be changed to root when API breakage is allowed
|
ConfigGroupOrBuilder |
getChannelGroupOrBuilder()
channel_group is a bad name for this, it should be changed to root when API breakage is allowed
|
long |
getSequence()
uint64 sequence = 1 [json_name = "sequence"]; |
boolean |
hasChannelGroup()
channel_group is a bad name for this, it should be changed to root when API breakage is allowed
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getSequence()
uint64 sequence = 1 [json_name = "sequence"];
boolean hasChannelGroup()
channel_group is a bad name for this, it should be changed to root when API breakage is allowed
.common.ConfigGroup channel_group = 2 [json_name = "channelGroup"];
ConfigGroup getChannelGroup()
channel_group is a bad name for this, it should be changed to root when API breakage is allowed
.common.ConfigGroup channel_group = 2 [json_name = "channelGroup"];
ConfigGroupOrBuilder getChannelGroupOrBuilder()
channel_group is a bad name for this, it should be changed to root when API breakage is allowed
.common.ConfigGroup channel_group = 2 [json_name = "channelGroup"];
Copyright © 2022. All rights reserved.