Package | Description |
---|---|
com.google.logging.v2 |
Modifier and Type | Method and Description |
---|---|
IndexConfig |
IndexConfig.Builder.build() |
IndexConfig |
IndexConfig.Builder.buildPartial() |
static IndexConfig |
IndexConfig.getDefaultInstance() |
IndexConfig |
IndexConfig.getDefaultInstanceForType() |
IndexConfig |
IndexConfig.Builder.getDefaultInstanceForType() |
IndexConfig |
LogBucketOrBuilder.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 |
LogBucket.Builder.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(ByteBuffer data) |
static IndexConfig |
IndexConfig.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
List<IndexConfig> |
LogBucketOrBuilder.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> |
LogBucket.Builder.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() |
Modifier and Type | Method and Description |
---|---|
LogBucket.Builder |
LogBucket.Builder.addIndexConfigs(IndexConfig value)
A list of indexed fields and related configuration data.
|
LogBucket.Builder |
LogBucket.Builder.addIndexConfigs(int index,
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.
|
Modifier and Type | Method and Description |
---|---|
LogBucket.Builder |
LogBucket.Builder.addAllIndexConfigs(Iterable<? extends IndexConfig> values)
A list of indexed fields and related configuration data.
|
Copyright © 2023 Google LLC. All rights reserved.