public static interface ConfigSource.SomeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
optional bool bool_value = 2; |
java.util.Map<java.lang.String,java.lang.String> |
getMapValue()
map<string, string> map_value = 7; |
ConfigSource.NestedConfig |
getNestedConfig()
optional .model.ConfigSourceTest.NestedConfig nested_config = 4; |
ConfigSource.NestedConfigOrBuilder |
getNestedConfigOrBuilder()
optional .model.ConfigSourceTest.NestedConfig nested_config = 4; |
java.util.Map<java.lang.String,ConfigSource.NestedConfig> |
getNestedMapValue()
map<string, .model.ConfigSourceTest.NestedConfig> nested_map_value = 8; |
ConfigSource.NestedConfig |
getRepeatedNestedConfig(int index)
repeated .model.ConfigSourceTest.NestedConfig repeated_nested_config = 6; |
int |
getRepeatedNestedConfigCount()
repeated .model.ConfigSourceTest.NestedConfig repeated_nested_config = 6; |
java.util.List<ConfigSource.NestedConfig> |
getRepeatedNestedConfigList()
repeated .model.ConfigSourceTest.NestedConfig repeated_nested_config = 6; |
ConfigSource.NestedConfigOrBuilder |
getRepeatedNestedConfigOrBuilder(int index)
repeated .model.ConfigSourceTest.NestedConfig repeated_nested_config = 6; |
java.util.List<? extends ConfigSource.NestedConfigOrBuilder> |
getRepeatedNestedConfigOrBuilderList()
repeated .model.ConfigSourceTest.NestedConfig repeated_nested_config = 6; |
java.lang.String |
getRepeatedStringValue(int index)
repeated string repeated_string_value = 5; |
com.google.protobuf.ByteString |
getRepeatedStringValueBytes(int index)
repeated string repeated_string_value = 5; |
int |
getRepeatedStringValueCount()
repeated string repeated_string_value = 5; |
com.google.protobuf.ProtocolStringList |
getRepeatedStringValueList()
repeated string repeated_string_value = 5; |
java.lang.String |
getStringValue()
optional string string_value = 1; |
com.google.protobuf.ByteString |
getStringValueBytes()
optional string string_value = 1; |
boolean |
hasNestedConfig()
optional .model.ConfigSourceTest.NestedConfig nested_config = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getStringValue()
optional string string_value = 1;com.google.protobuf.ByteString getStringValueBytes()
optional string string_value = 1;boolean getBoolValue()
optional bool bool_value = 2;boolean hasNestedConfig()
optional .model.ConfigSourceTest.NestedConfig nested_config = 4;ConfigSource.NestedConfig getNestedConfig()
optional .model.ConfigSourceTest.NestedConfig nested_config = 4;ConfigSource.NestedConfigOrBuilder getNestedConfigOrBuilder()
optional .model.ConfigSourceTest.NestedConfig nested_config = 4;com.google.protobuf.ProtocolStringList getRepeatedStringValueList()
repeated string repeated_string_value = 5;int getRepeatedStringValueCount()
repeated string repeated_string_value = 5;java.lang.String getRepeatedStringValue(int index)
repeated string repeated_string_value = 5;com.google.protobuf.ByteString getRepeatedStringValueBytes(int index)
repeated string repeated_string_value = 5;java.util.List<ConfigSource.NestedConfig> getRepeatedNestedConfigList()
repeated .model.ConfigSourceTest.NestedConfig repeated_nested_config = 6;ConfigSource.NestedConfig getRepeatedNestedConfig(int index)
repeated .model.ConfigSourceTest.NestedConfig repeated_nested_config = 6;int getRepeatedNestedConfigCount()
repeated .model.ConfigSourceTest.NestedConfig repeated_nested_config = 6;java.util.List<? extends ConfigSource.NestedConfigOrBuilder> getRepeatedNestedConfigOrBuilderList()
repeated .model.ConfigSourceTest.NestedConfig repeated_nested_config = 6;ConfigSource.NestedConfigOrBuilder getRepeatedNestedConfigOrBuilder(int index)
repeated .model.ConfigSourceTest.NestedConfig repeated_nested_config = 6;java.util.Map<java.lang.String,java.lang.String> getMapValue()
map<string, string> map_value = 7;java.util.Map<java.lang.String,ConfigSource.NestedConfig> getNestedMapValue()
map<string, .model.ConfigSourceTest.NestedConfig> nested_map_value = 8;