public final class DmlAction extends GeneratedMessage implements DmlActionOrBuilderA single DML statement.
Protobuf type google.spanner.executor.v1.DmlAction
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DmlActionImplements
DmlActionOrBuilderStatic Fields
AUTOCOMMIT_IF_SUPPORTED_FIELD_NUMBER
public static final int AUTOCOMMIT_IF_SUPPORTED_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
UPDATE_FIELD_NUMBER
public static final int UPDATE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static DmlAction getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static DmlAction.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
DmlAction.Builder |
|
newBuilder(DmlAction prototype)
public static DmlAction.Builder newBuilder(DmlAction prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
DmlAction |
| Returns | |
|---|---|
| Type | Description |
DmlAction.Builder |
|
parseDelimitedFrom(InputStream input)
public static DmlAction parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DmlAction parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static DmlAction parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DmlAction parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static DmlAction parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DmlAction parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static DmlAction parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DmlAction parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static DmlAction parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DmlAction parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static DmlAction parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DmlAction parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<DmlAction> parser()| Returns | |
|---|---|
| Type | Description |
Parser<DmlAction> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAutocommitIfSupported()
public boolean getAutocommitIfSupported()Whether to autocommit the transaction after executing the DML statement, if the Executor supports autocommit.
optional bool autocommit_if_supported = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The autocommitIfSupported. |
getDefaultInstanceForType()
public DmlAction getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DmlAction |
|
getParserForType()
public Parser<DmlAction> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<DmlAction> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getUpdate()
public QueryAction getUpdate()DML statement.
.google.spanner.executor.v1.QueryAction update = 1;
| Returns | |
|---|---|
| Type | Description |
QueryAction |
The update. |
getUpdateOrBuilder()
public QueryActionOrBuilder getUpdateOrBuilder()DML statement.
.google.spanner.executor.v1.QueryAction update = 1;
| Returns | |
|---|---|
| Type | Description |
QueryActionOrBuilder |
|
hasAutocommitIfSupported()
public boolean hasAutocommitIfSupported()Whether to autocommit the transaction after executing the DML statement, if the Executor supports autocommit.
optional bool autocommit_if_supported = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the autocommitIfSupported field is set. |
hasUpdate()
public boolean hasUpdate()DML statement.
.google.spanner.executor.v1.QueryAction update = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the update field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public DmlAction.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
DmlAction.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected DmlAction.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
DmlAction.Builder |
|
toBuilder()
public DmlAction.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
DmlAction.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|