Interface BeginTransactionRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BeginTransactionRequest, BeginTransactionRequest.Builder

    public interface BeginTransactionRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getProjectId

        String getProjectId()
         Required. The ID of the project against which to make the request.
         
        string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The projectId.
      • getProjectIdBytes

        com.google.protobuf.ByteString getProjectIdBytes()
         Required. The ID of the project against which to make the request.
         
        string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for projectId.
      • getDatabaseId

        String getDatabaseId()
         The ID of the database against which to make the request.
        
         '(default)' is not allowed; please use empty string '' to refer the default
         database.
         
        string database_id = 9;
        Returns:
        The databaseId.
      • getDatabaseIdBytes

        com.google.protobuf.ByteString getDatabaseIdBytes()
         The ID of the database against which to make the request.
        
         '(default)' is not allowed; please use empty string '' to refer the default
         database.
         
        string database_id = 9;
        Returns:
        The bytes for databaseId.
      • hasTransactionOptions

        boolean hasTransactionOptions()
         Options for a new transaction.
         
        .google.datastore.v1.TransactionOptions transaction_options = 10;
        Returns:
        Whether the transactionOptions field is set.
      • getTransactionOptions

        TransactionOptions getTransactionOptions()
         Options for a new transaction.
         
        .google.datastore.v1.TransactionOptions transaction_options = 10;
        Returns:
        The transactionOptions.
      • getTransactionOptionsOrBuilder

        TransactionOptionsOrBuilder getTransactionOptionsOrBuilder()
         Options for a new transaction.
         
        .google.datastore.v1.TransactionOptions transaction_options = 10;