Package | Description |
---|---|
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
Index.IndexField |
Index.IndexField.Builder.build() |
Index.IndexField |
Index.IndexField.Builder.buildPartial() |
static Index.IndexField |
Index.IndexField.getDefaultInstance() |
Index.IndexField |
Index.IndexField.getDefaultInstanceForType() |
Index.IndexField |
Index.IndexField.Builder.getDefaultInstanceForType() |
Index.IndexField |
Index.getFields(int index)
The fields supported by this index.
|
Index.IndexField |
Index.Builder.getFields(int index)
The fields supported by this index.
|
Index.IndexField |
IndexOrBuilder.getFields(int index)
The fields supported by this index.
|
static Index.IndexField |
Index.IndexField.parseDelimitedFrom(InputStream input) |
static Index.IndexField |
Index.IndexField.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Index.IndexField |
Index.IndexField.parseFrom(byte[] data) |
static Index.IndexField |
Index.IndexField.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Index.IndexField |
Index.IndexField.parseFrom(ByteBuffer data) |
static Index.IndexField |
Index.IndexField.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Index.IndexField |
Index.IndexField.parseFrom(com.google.protobuf.ByteString data) |
static Index.IndexField |
Index.IndexField.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Index.IndexField |
Index.IndexField.parseFrom(com.google.protobuf.CodedInputStream input) |
static Index.IndexField |
Index.IndexField.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Index.IndexField |
Index.IndexField.parseFrom(InputStream input) |
static Index.IndexField |
Index.IndexField.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Index.IndexField> |
Index.getFieldsList()
The fields supported by this index.
|
List<Index.IndexField> |
Index.Builder.getFieldsList()
The fields supported by this index.
|
List<Index.IndexField> |
IndexOrBuilder.getFieldsList()
The fields supported by this index.
|
com.google.protobuf.Parser<Index.IndexField> |
Index.IndexField.getParserForType() |
static com.google.protobuf.Parser<Index.IndexField> |
Index.IndexField.parser() |
Modifier and Type | Method and Description |
---|---|
Index.Builder |
Index.Builder.addFields(Index.IndexField value)
The fields supported by this index.
|
Index.Builder |
Index.Builder.addFields(int index,
Index.IndexField value)
The fields supported by this index.
|
Index.IndexField.Builder |
Index.IndexField.Builder.mergeFrom(Index.IndexField other) |
static Index.IndexField.Builder |
Index.IndexField.newBuilder(Index.IndexField prototype) |
Index.Builder |
Index.Builder.setFields(int index,
Index.IndexField value)
The fields supported by this index.
|
Modifier and Type | Method and Description |
---|---|
Index.Builder |
Index.Builder.addAllFields(Iterable<? extends Index.IndexField> values)
The fields supported by this index.
|
Copyright © 2023 Google LLC. All rights reserved.