public interface ConfigTreeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Config |
getChannelConfig()
.common.Config channel_config = 1 [json_name = "channelConfig"]; |
ConfigOrBuilder |
getChannelConfigOrBuilder()
.common.Config channel_config = 1 [json_name = "channelConfig"]; |
Config |
getResourcesConfig()
.common.Config resources_config = 2 [json_name = "resourcesConfig"]; |
ConfigOrBuilder |
getResourcesConfigOrBuilder()
.common.Config resources_config = 2 [json_name = "resourcesConfig"]; |
boolean |
hasChannelConfig()
.common.Config channel_config = 1 [json_name = "channelConfig"]; |
boolean |
hasResourcesConfig()
.common.Config resources_config = 2 [json_name = "resourcesConfig"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasChannelConfig()
.common.Config channel_config = 1 [json_name = "channelConfig"];
Config getChannelConfig()
.common.Config channel_config = 1 [json_name = "channelConfig"];
ConfigOrBuilder getChannelConfigOrBuilder()
.common.Config channel_config = 1 [json_name = "channelConfig"];
boolean hasResourcesConfig()
.common.Config resources_config = 2 [json_name = "resourcesConfig"];
Config getResourcesConfig()
.common.Config resources_config = 2 [json_name = "resourcesConfig"];
ConfigOrBuilder getResourcesConfigOrBuilder()
.common.Config resources_config = 2 [json_name = "resourcesConfig"];
Copyright © 2022. All rights reserved.