X Tutup
Skip to content

Add support for batches to DNS#940

Merged
mziccard merged 6 commits intogoogleapis:masterfrom
mziccard:dns-alpha-batch
Apr 20, 2016
Merged

Add support for batches to DNS#940
mziccard merged 6 commits intogoogleapis:masterfrom
mziccard:dns-alpha-batch

Conversation

@mziccard
Copy link
Copy Markdown
Contributor

@mziccard mziccard commented Apr 19, 2016

This PR takes our dns-alpha-batch branch, rebases it on top of master ad applies some necessary rebase-related adjustments.

Major adjustments are:

  • Add DnsException(GoogleJsonError error, boolean idempotent) constructor to DnsException
  • Set exception's idempotent field in RpcBatch.Callback, see here for an example
  • Add tests for idempotent being correctly set by batches
  • Fix the type of the result parameter in DnsBatch.createXXXCallback() to avoid rawtypes warning. See here for an example

The discussion on batches can be found at #787

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: dns Issues related to the Cloud DNS API. cla: no This human has *not* signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup