Package | Description |
---|---|
com.google.firestore.v1 |
Modifier and Type | Method and Description |
---|---|
DocumentTransform |
DocumentTransform.Builder.build() |
DocumentTransform |
DocumentTransform.Builder.buildPartial() |
static DocumentTransform |
DocumentTransform.getDefaultInstance() |
DocumentTransform |
DocumentTransform.getDefaultInstanceForType() |
DocumentTransform |
DocumentTransform.Builder.getDefaultInstanceForType() |
DocumentTransform |
WriteOrBuilder.getTransform()
Applies a transformation to a document.
|
DocumentTransform |
Write.getTransform()
Applies a transformation to a document.
|
DocumentTransform |
Write.Builder.getTransform()
Applies a transformation to a document.
|
static DocumentTransform |
DocumentTransform.parseDelimitedFrom(InputStream input) |
static DocumentTransform |
DocumentTransform.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentTransform |
DocumentTransform.parseFrom(byte[] data) |
static DocumentTransform |
DocumentTransform.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentTransform |
DocumentTransform.parseFrom(ByteBuffer data) |
static DocumentTransform |
DocumentTransform.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentTransform |
DocumentTransform.parseFrom(com.google.protobuf.ByteString data) |
static DocumentTransform |
DocumentTransform.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentTransform |
DocumentTransform.parseFrom(com.google.protobuf.CodedInputStream input) |
static DocumentTransform |
DocumentTransform.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentTransform |
DocumentTransform.parseFrom(InputStream input) |
static DocumentTransform |
DocumentTransform.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<DocumentTransform> |
DocumentTransform.getParserForType() |
static com.google.protobuf.Parser<DocumentTransform> |
DocumentTransform.parser() |
Modifier and Type | Method and Description |
---|---|
DocumentTransform.Builder |
DocumentTransform.Builder.mergeFrom(DocumentTransform other) |
Write.Builder |
Write.Builder.mergeTransform(DocumentTransform value)
Applies a transformation to a document.
|
static DocumentTransform.Builder |
DocumentTransform.newBuilder(DocumentTransform prototype) |
Write.Builder |
Write.Builder.setTransform(DocumentTransform value)
Applies a transformation to a document.
|
Copyright © 2023 Google LLC. All rights reserved.