com.google.datastore.v1.ReadOptionsOrBuilder 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 ReadOptionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.datastore.v1.ReadOptions)
com.google.protobuf.MessageOrBuilder {
/**
*
* The non-transactional read consistency to use.
* Cannot be set to `STRONG` for global queries.
*
*
* optional .google.datastore.v1.ReadOptions.ReadConsistency read_consistency = 1;
*/
int getReadConsistencyValue();
/**
*
* The non-transactional read consistency to use.
* Cannot be set to `STRONG` for global queries.
*
*
* optional .google.datastore.v1.ReadOptions.ReadConsistency read_consistency = 1;
*/
com.google.datastore.v1.ReadOptions.ReadConsistency getReadConsistency();
/**
*
* The identifier of the transaction in which to read. A
* transaction identifier is returned by a call to
* [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
*
*
* optional bytes transaction = 2;
*/
com.google.protobuf.ByteString getTransaction();
public com.google.datastore.v1.ReadOptions.ConsistencyTypeCase getConsistencyTypeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy