Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add InsertAllRequest, InsertAllResponse and model classes for table data #443

Merged
merged 5 commits into from
Dec 11, 2015

Commits on Dec 10, 2015

  1. Configuration menu
    Copy the full SHA
    27f4d0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1674c9c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2015

  1. Minor changes to FieldValue and InsertAllRequest

    - Add static FROM_PB_FUNCTION in FieldValue
    - Rename Kind to Attribute in FieldValue
    - Add isNull() and document NPEs in FieldValue getters
    - Change has type to is a type in FieldValue
    - Copy row content in RowToInsert constructor
    - Add factory method for null id to RowToInsert
    - Use isEmpty() instead of size() > 0 in InsertAllResponse
    - Better unit testing
    mziccard committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    d2f0a82 View commit details
    Browse the repository at this point in the history
  2. Remove TableRow class

    mziccard committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    50d381f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aacc383 View commit details
    Browse the repository at this point in the history