Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Bootstrapping gax-httpjson - #355

Merged
garrettjonesgoogle merged 1 commit into
googleapis:gax-httpjsonfrom
garrettjonesgoogle:gax-httpjson
Aug 22, 2017
Merged

Bootstrapping gax-httpjson#355
garrettjonesgoogle merged 1 commit into
googleapis:gax-httpjsonfrom
garrettjonesgoogle:gax-httpjson

Conversation

@garrettjonesgoogle

Copy link
Copy Markdown
Contributor

Creating new PR against gax-httpjson branch instead of master.

@garrettjonesgoogle
garrettjonesgoogle merged commit 74089be into googleapis:gax-httpjsonAug 22, 2017
garrettjonesgoogle added a commit to garrettjonesgoogle/gax-java that referenced this pull request Oct 18, 2017
garrettjonesgoogle added a commit that referenced this pull request Oct 31, 2017
garrettjonesgoogle added a commit that referenced this pull request Oct 31, 2017
andreamlin added a commit to andreamlin/gax-java that referenced this pull request Mar 15, 2018
correct license on MockHttpService
remove unused de/serialization methods in ApiMethodDescriptor
comments
comments for MockHttpService
Bootstrapping gax-httpjson (googleapis#355)
Http implementation (googleapis#361)
Starting implementation for HTTP/JSON.
This was tested by using the surface generated from https://github.com/googleapis/toolkit/tree/discogapic to list, get, insert, and delete Compute Address resources in a live Google Cloud project.
Retry and failure-handling logic for http-json (googleapis#363)
Exception handling and retry logic for http calls.
Merge master (googleapis#364)
Merge in updates from the master branch.
new HttpApiExceptionFactory that uses googleapis/rpc/code.proto to map http status codes to wrapper exception types
RetryTest passes
removed HttpJsonApiException.java
no longer need to check status code when catching specific apiexception
???
removed unused file
adding Struct class
comments
moving ResourceName stuff to ApiMessage
pushing ResourceNameStruct into ApiMethodDescriptor and out of ApiMessage
add license
getFieldValue() updated
remove resourcenamestruct and replace with new resourcenamefactory class; this depends on api-common PR
formatting
apimessage.getFieldSTringValue doesn't throw IOException
ResourseNameFactory uses parse() instead of parseFrom()
no need to declare throws IllegalArgumentException"
setSerializer->setMethodDescriptor
fix license header
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@garrettjonesgoogle