Add InsertAllRequest, InsertAllResponse and model classes for table data#443
Add InsertAllRequest, InsertAllResponse and model classes for table data#443aozarov merged 5 commits intogoogleapis:bigqueryfrom
Conversation
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
Thanks @ajkannan for the pass. I fixed the comments in place. |
|
Should we make all value getters in |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This PR will probably require some discussion :) I am eager to receive any feedback.
It adds:
InsertAllRequestandInsertAllResponseto insert data using TableData: insertAll.TableRowandFieldValueto hold the results of TableData: list and queryRemarks:
REPEATED_OF_PRIMITIVEandREPEATED_OF_RECORDbut I realized that an empty repeated field is returned as an empty array and there's no way to say whether it is of primitive or record type.