com.google.datastore.v1.RollbackRequestOrBuilder 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 RollbackRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.datastore.v1.RollbackRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The ID of the project against which to make the request.
*
*
* optional string project_id = 8;
*/
java.lang.String getProjectId();
/**
*
* The ID of the project against which to make the request.
*
*
* optional string project_id = 8;
*/
com.google.protobuf.ByteString
getProjectIdBytes();
/**
*
* The transaction identifier, returned by a call to
* [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
*
*
* optional bytes transaction = 1;
*/
com.google.protobuf.ByteString getTransaction();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy