Package | Description |
---|---|
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
Field.IndexConfig |
Field.IndexConfig.Builder.build() |
Field.IndexConfig |
Field.IndexConfig.Builder.buildPartial() |
static Field.IndexConfig |
Field.IndexConfig.getDefaultInstance() |
Field.IndexConfig |
Field.IndexConfig.getDefaultInstanceForType() |
Field.IndexConfig |
Field.IndexConfig.Builder.getDefaultInstanceForType() |
Field.IndexConfig |
FieldOrBuilder.getIndexConfig()
The index configuration for this field.
|
Field.IndexConfig |
Field.getIndexConfig()
The index configuration for this field.
|
Field.IndexConfig |
Field.Builder.getIndexConfig()
The index configuration for this field.
|
static Field.IndexConfig |
Field.IndexConfig.parseDelimitedFrom(InputStream input) |
static Field.IndexConfig |
Field.IndexConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Field.IndexConfig |
Field.IndexConfig.parseFrom(byte[] data) |
static Field.IndexConfig |
Field.IndexConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Field.IndexConfig |
Field.IndexConfig.parseFrom(ByteBuffer data) |
static Field.IndexConfig |
Field.IndexConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Field.IndexConfig |
Field.IndexConfig.parseFrom(com.google.protobuf.ByteString data) |
static Field.IndexConfig |
Field.IndexConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Field.IndexConfig |
Field.IndexConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static Field.IndexConfig |
Field.IndexConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Field.IndexConfig |
Field.IndexConfig.parseFrom(InputStream input) |
static Field.IndexConfig |
Field.IndexConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Field.IndexConfig> |
Field.IndexConfig.getParserForType() |
static com.google.protobuf.Parser<Field.IndexConfig> |
Field.IndexConfig.parser() |
Modifier and Type | Method and Description |
---|---|
Field.IndexConfig.Builder |
Field.IndexConfig.Builder.mergeFrom(Field.IndexConfig other) |
Field.Builder |
Field.Builder.mergeIndexConfig(Field.IndexConfig value)
The index configuration for this field.
|
static Field.IndexConfig.Builder |
Field.IndexConfig.newBuilder(Field.IndexConfig prototype) |
Field.Builder |
Field.Builder.setIndexConfig(Field.IndexConfig value)
The index configuration for this field.
|
Copyright © 2023 Google LLC. All rights reserved.