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