All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.datastore.v1.BeginTransactionRequestOrBuilder Maven / Gradle / Ivy

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 BeginTransactionRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.datastore.v1.BeginTransactionRequest)
    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(); /** *
   * Options for a new transaction.
   * 
* * optional .google.datastore.v1.TransactionOptions transaction_options = 10; */ boolean hasTransactionOptions(); /** *
   * Options for a new transaction.
   * 
* * optional .google.datastore.v1.TransactionOptions transaction_options = 10; */ com.google.datastore.v1.TransactionOptions getTransactionOptions(); /** *
   * Options for a new transaction.
   * 
* * optional .google.datastore.v1.TransactionOptions transaction_options = 10; */ com.google.datastore.v1.TransactionOptionsOrBuilder getTransactionOptionsOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy