Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
static CommitRequest.Mode |
CommitRequest.Mode.forNumber(int value) |
CommitRequest.Mode |
CommitRequestOrBuilder.getMode()
The type of commit to perform.
|
CommitRequest.Mode |
CommitRequest.getMode()
The type of commit to perform.
|
CommitRequest.Mode |
CommitRequest.Builder.getMode()
The type of commit to perform.
|
static CommitRequest.Mode |
CommitRequest.Mode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CommitRequest.Mode |
CommitRequest.Mode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CommitRequest.Mode |
CommitRequest.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitRequest.Mode[] |
CommitRequest.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<CommitRequest.Mode> |
CommitRequest.Mode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CommitRequest.Builder |
CommitRequest.Builder.setMode(CommitRequest.Mode value)
The type of commit to perform.
|
Copyright © 2023 Google LLC. All rights reserved.