| Modifier and Type | Method and Description |
|---|---|
Mutation.Write |
Mutation.Write.Builder.build() |
Mutation.Write |
Mutation.Write.Builder.buildPartial() |
static Mutation.Write |
Mutation.Write.getDefaultInstance() |
Mutation.Write |
Mutation.Write.getDefaultInstanceForType() |
Mutation.Write |
Mutation.Write.Builder.getDefaultInstanceForType() |
Mutation.Write |
MutationOrBuilder.getInsert()
Insert new rows in a table.
|
Mutation.Write |
Mutation.getInsert()
Insert new rows in a table.
|
Mutation.Write |
Mutation.Builder.getInsert()
Insert new rows in a table.
|
Mutation.Write |
MutationOrBuilder.getInsertOrUpdate()
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then
its column values are overwritten with the ones provided.
|
Mutation.Write |
Mutation.getInsertOrUpdate()
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then
its column values are overwritten with the ones provided.
|
Mutation.Write |
Mutation.Builder.getInsertOrUpdate()
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then
its column values are overwritten with the ones provided.
|
Mutation.Write |
MutationOrBuilder.getReplace()
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is
deleted, and the column values provided are inserted
instead.
|
Mutation.Write |
Mutation.getReplace()
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is
deleted, and the column values provided are inserted
instead.
|
Mutation.Write |
Mutation.Builder.getReplace()
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is
deleted, and the column values provided are inserted
instead.
|
Mutation.Write |
MutationOrBuilder.getUpdate()
Update existing rows in a table.
|
Mutation.Write |
Mutation.getUpdate()
Update existing rows in a table.
|
Mutation.Write |
Mutation.Builder.getUpdate()
Update existing rows in a table.
|
static Mutation.Write |
Mutation.Write.parseDelimitedFrom(InputStream input) |
static Mutation.Write |
Mutation.Write.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation.Write |
Mutation.Write.parseFrom(byte[] data) |
static Mutation.Write |
Mutation.Write.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation.Write |
Mutation.Write.parseFrom(ByteBuffer data) |
static Mutation.Write |
Mutation.Write.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation.Write |
Mutation.Write.parseFrom(com.google.protobuf.ByteString data) |
static Mutation.Write |
Mutation.Write.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation.Write |
Mutation.Write.parseFrom(com.google.protobuf.CodedInputStream input) |
static Mutation.Write |
Mutation.Write.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation.Write |
Mutation.Write.parseFrom(InputStream input) |
static Mutation.Write |
Mutation.Write.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Mutation.Write> |
Mutation.Write.getParserForType() |
static com.google.protobuf.Parser<Mutation.Write> |
Mutation.Write.parser() |
| Modifier and Type | Method and Description |
|---|---|
Mutation.Write.Builder |
Mutation.Write.Builder.mergeFrom(Mutation.Write other) |
Mutation.Builder |
Mutation.Builder.mergeInsert(Mutation.Write value)
Insert new rows in a table.
|
Mutation.Builder |
Mutation.Builder.mergeInsertOrUpdate(Mutation.Write value)
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then
its column values are overwritten with the ones provided.
|
Mutation.Builder |
Mutation.Builder.mergeReplace(Mutation.Write value)
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is
deleted, and the column values provided are inserted
instead.
|
Mutation.Builder |
Mutation.Builder.mergeUpdate(Mutation.Write value)
Update existing rows in a table.
|
static Mutation.Write.Builder |
Mutation.Write.newBuilder(Mutation.Write prototype) |
Mutation.Builder |
Mutation.Builder.setInsert(Mutation.Write value)
Insert new rows in a table.
|
Mutation.Builder |
Mutation.Builder.setInsertOrUpdate(Mutation.Write value)
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then
its column values are overwritten with the ones provided.
|
Mutation.Builder |
Mutation.Builder.setReplace(Mutation.Write value)
Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is
deleted, and the column values provided are inserted
instead.
|
Mutation.Builder |
Mutation.Builder.setUpdate(Mutation.Write value)
Update existing rows in a table.
|
Copyright © 2021 Google LLC. All rights reserved.