@Deprecated public interface CollectionConfigPackageOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CollectionConfig |
getConfig(int index)
Deprecated.
repeated .common.CollectionConfig config = 1 [json_name = "config"]; |
int |
getConfigCount()
Deprecated.
repeated .common.CollectionConfig config = 1 [json_name = "config"]; |
List<CollectionConfig> |
getConfigList()
Deprecated.
repeated .common.CollectionConfig config = 1 [json_name = "config"]; |
CollectionConfigOrBuilder |
getConfigOrBuilder(int index)
Deprecated.
repeated .common.CollectionConfig config = 1 [json_name = "config"]; |
List<? extends CollectionConfigOrBuilder> |
getConfigOrBuilderList()
Deprecated.
repeated .common.CollectionConfig config = 1 [json_name = "config"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<CollectionConfig> getConfigList()
repeated .common.CollectionConfig config = 1 [json_name = "config"];
CollectionConfig getConfig(int index)
repeated .common.CollectionConfig config = 1 [json_name = "config"];
int getConfigCount()
repeated .common.CollectionConfig config = 1 [json_name = "config"];
List<? extends CollectionConfigOrBuilder> getConfigOrBuilderList()
repeated .common.CollectionConfig config = 1 [json_name = "config"];
CollectionConfigOrBuilder getConfigOrBuilder(int index)
repeated .common.CollectionConfig config = 1 [json_name = "config"];
Copyright © 2022. All rights reserved.