com.google.datastore.v1.TransactionOptionsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datastore-v1-protos Show documentation
Show all versions of datastore-v1-protos Show documentation
Protocol buffers for accessing the Google Cloud Datastore API.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/datastore/v1/datastore.proto
package com.google.datastore.v1;
public interface TransactionOptionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.datastore.v1.TransactionOptions)
com.google.protobuf.MessageOrBuilder {
/**
*
* The transaction should allow both reads and writes.
*
*
* optional .google.datastore.v1.TransactionOptions.ReadWrite read_write = 1;
*/
com.google.datastore.v1.TransactionOptions.ReadWrite getReadWrite();
/**
*
* The transaction should allow both reads and writes.
*
*
* optional .google.datastore.v1.TransactionOptions.ReadWrite read_write = 1;
*/
com.google.datastore.v1.TransactionOptions.ReadWriteOrBuilder getReadWriteOrBuilder();
/**
*
* The transaction should only allow reads.
*
*
* optional .google.datastore.v1.TransactionOptions.ReadOnly read_only = 2;
*/
com.google.datastore.v1.TransactionOptions.ReadOnly getReadOnly();
/**
*
* The transaction should only allow reads.
*
*
* optional .google.datastore.v1.TransactionOptions.ReadOnly read_only = 2;
*/
com.google.datastore.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyOrBuilder();
public com.google.datastore.v1.TransactionOptions.ModeCase getModeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy