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 IndexConfig
IndexConfig.Builder. build()
IndexConfig
IndexConfig.Builder. buildPartial()
static IndexConfig
IndexConfig. getDefaultInstance()
IndexConfig
IndexConfig.Builder. getDefaultInstanceForType()
IndexConfig
IndexConfig. getDefaultInstanceForType()
IndexConfig
LogBucket.Builder. getIndexConfigs(int index)
A list of indexed fields and related configuration data.IndexConfig
LogBucket. getIndexConfigs(int index)
A list of indexed fields and related configuration data.IndexConfig
LogBucketOrBuilder. getIndexConfigs(int index)
A list of indexed fields and related configuration data.static IndexConfig
IndexConfig. parseDelimitedFrom(InputStream input)
static IndexConfig
IndexConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexConfig
IndexConfig. parseFrom(byte[] data)
static IndexConfig
IndexConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexConfig
IndexConfig. parseFrom(com.google.protobuf.ByteString data)
static IndexConfig
IndexConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexConfig
IndexConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static IndexConfig
IndexConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexConfig
IndexConfig. parseFrom(InputStream input)
static IndexConfig
IndexConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexConfig
IndexConfig. parseFrom(ByteBuffer data)
static IndexConfig
IndexConfig. 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.Builder
LogBucket.Builder. addIndexConfigs(int index, IndexConfig value)
A list of indexed fields and related configuration data.LogBucket.Builder
LogBucket.Builder. addIndexConfigs(IndexConfig value)
A list of indexed fields and related configuration data.IndexConfig.Builder
IndexConfig.Builder. mergeFrom(IndexConfig other)
static IndexConfig.Builder
IndexConfig. newBuilder(IndexConfig prototype)
LogBucket.Builder
LogBucket.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.Builder
LogBucket.Builder. addAllIndexConfigs(Iterable<? extends IndexConfig> values)
A list of indexed fields and related configuration data.
-