Uses of Class
com.google.logging.v2.IndexConfig
-
Packages that use IndexConfig Package Description com.google.logging.v2 -
-
Uses of IndexConfig in com.google.logging.v2
Methods in com.google.logging.v2 that return IndexConfig Modifier and Type Method Description IndexConfigIndexConfig.Builder. build()IndexConfigIndexConfig.Builder. buildPartial()static IndexConfigIndexConfig. getDefaultInstance()IndexConfigIndexConfig.Builder. getDefaultInstanceForType()IndexConfigIndexConfig. getDefaultInstanceForType()IndexConfigLogBucket.Builder. getIndexConfigs(int index)A list of indexed fields and related configuration data.IndexConfigLogBucket. getIndexConfigs(int index)A list of indexed fields and related configuration data.IndexConfigLogBucketOrBuilder. getIndexConfigs(int index)A list of indexed fields and related configuration data.static IndexConfigIndexConfig. parseDelimitedFrom(InputStream input)static IndexConfigIndexConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexConfigIndexConfig. parseFrom(byte[] data)static IndexConfigIndexConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexConfigIndexConfig. parseFrom(com.google.protobuf.ByteString data)static IndexConfigIndexConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexConfigIndexConfig. parseFrom(com.google.protobuf.CodedInputStream input)static IndexConfigIndexConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexConfigIndexConfig. parseFrom(InputStream input)static IndexConfigIndexConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexConfigIndexConfig. parseFrom(ByteBuffer data)static IndexConfigIndexConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type IndexConfig Modifier and Type Method Description List<IndexConfig>LogBucket.Builder. getIndexConfigsList()A list of indexed fields and related configuration data.List<IndexConfig>LogBucket. getIndexConfigsList()A list of indexed fields and related configuration data.List<IndexConfig>LogBucketOrBuilder. getIndexConfigsList()A list of indexed fields and related configuration data.com.google.protobuf.Parser<IndexConfig>IndexConfig. getParserForType()static com.google.protobuf.Parser<IndexConfig>IndexConfig. parser()Methods in com.google.logging.v2 with parameters of type IndexConfig Modifier and Type Method Description LogBucket.BuilderLogBucket.Builder. addIndexConfigs(int index, IndexConfig value)A list of indexed fields and related configuration data.LogBucket.BuilderLogBucket.Builder. addIndexConfigs(IndexConfig value)A list of indexed fields and related configuration data.IndexConfig.BuilderIndexConfig.Builder. mergeFrom(IndexConfig other)static IndexConfig.BuilderIndexConfig. newBuilder(IndexConfig prototype)LogBucket.BuilderLogBucket.Builder. setIndexConfigs(int index, IndexConfig value)A list of indexed fields and related configuration data.Method parameters in com.google.logging.v2 with type arguments of type IndexConfig Modifier and Type Method Description LogBucket.BuilderLogBucket.Builder. addAllIndexConfigs(Iterable<? extends IndexConfig> values)A list of indexed fields and related configuration data.
-