aboutsummaryrefslogtreecommitdiff
path: root/google
AgeCommit message (Expand)Author
2019-08-22API Core: Retry.__init__ add on_error (#8892)Leonid Emar-Kar
2019-08-19docs: about of time -> amount of time (#9052)ritiko
2019-08-01Fix race in 'BackgroundConsumer._thread_main'. (#8883)Tres Seaver
2019-07-30API Core: Add client_options documentation. (#8834)Bu Sun Kim
2019-07-29Remove error log entry on clean BiDi shutdown. (#8806)Tres Seaver
2019-07-23Forward 'timeout' arg from 'exception' to '_blocking_poll'. (#8735)Tres Seaver
2019-07-19Link to googleapis.dev documentation in READMEs. (#8705)Bu Sun Kim
2019-07-17Firestore: Add 'should_terminate' predicate for clean BiDi shutdown. (#8650)Tres Seaver
2019-06-24Add client options. (#8265)Bu Sun Kim
2019-06-18Core: Mitigate busy reopen loop in ResumableBidiRpc consuming 100% CPU (#8193)Peter Lamut
2019-05-28Core: Classify 503 Service Unavailable errors as transient. (#8182)Tres Seaver
2019-05-22Unbreak pytype by silencing a false positive. (#8106)Rebecca Chen
2019-05-07Refactor 'client_info' support. (#7849)Tres Seaver
2019-04-29Add `user_agent` property to `ClientInfo` (#7799)Tim Swast
2019-04-07Append leading zeros for nanosecond precision DateTimes (#7663)gleeper
2019-03-27Allow passing metadata as part of creating a bidi (#7514)Christopher Wilcox
2019-03-22When re-opening a ResumableBidiRPC set _request_queue_generator to None. (#7548)Christopher Wilcox
2019-03-12Adds a ready event to BackgroundConsumer to wait on start. (#7499)Christopher Wilcox
2019-02-23Add support to unwrap Anys into wrapped pb2 objects. (#7430)Luke Sneeringer
2019-02-23Add `Operation.deserialize`. (#7427)Luke Sneeringer
2018-12-13Api_core: Convert 'DatetimeWithNanos' to / from 'google.protobuf.timestamp_pb...Tres Seaver
2018-12-10Add usage example for 'google.api_core.iam.Polcy'. (#6855)Tres Seaver
2018-12-07API Core: fix pytype build (#6873)Tres Seaver
2018-11-30Move google.cloud.iam (core) to google.api_core.iam (#6740)Christopher Wilcox
2018-11-29blacken api_core and core (#6668)Christopher Wilcox
2018-11-15Fix typo (#6532)Dustin Ingram
2018-11-12Import stdlib ABCs from 'collections.abc' rather than 'collections'. (#6451)Tres Seaver
2018-11-12Firestore: Add Watch Support (#6191)Christopher Wilcox
2018-10-31Retry transient errors in 'PollingFuture.result'. (#6305)Tres Seaver
2018-10-29Back out changes from #6267 / 'api_core-1.6.0a1' release. (#6328)Tres Seaver
2018-10-26Don't URL-encode slashes in gRPC request headers. (#6310)Tim Swast
2018-10-18Add methods to api_core used by new autogenerator. (#6267)Luke Sneeringer
2018-10-16Move bidi to api-core (#6211)Christopher Wilcox
2018-07-27Add support for gRPC connection management (available when using optional grp...Weiran Fang
2018-07-25Add protobuf_helpers.field_mask to calculate a field mask from two messages (...Ernest Landrito
2018-06-14Rename `x-goog-header-params` to `x-goog-request-params` (#5495)Evawere Ogbe
2018-05-24Make client_info work without gRPC installed. (#5075)Luke Sneeringer
2018-05-16Fix tests after grpcio update (#5333)Christopher Wilcox
2018-03-09Move DatetimeWithNanoSeconds to api_core (#4979)chemelnucfin
2018-03-06Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)Jon Wayne Parrott
2018-02-27Make `api_core.page_iterator.PageIterator.item_to_value` publicJon Wayne Parrott
2018-02-26Add ability to specify retry for `Operation` and `polling.Future`. (#4922)Jon Wayne Parrott
2018-01-10Revert "api_core: Make PageIterator.item_to_value public. (#4702)" (#4731)Jon Wayne Parrott
2018-01-05api_core: Add ChannelStub to grpc_helpers (#4705)Jon Wayne Parrott
2018-01-05api_core: Make PageIterator.item_to_value public. (#4702)Jon Wayne Parrott
2018-01-05api_core: Fix handling of gapic metadata when specified as 'None'. (#4701)Jon Wayne Parrott
2017-12-15Apply scopes to explicitly provided credentials if needed (#4594)Jon Wayne Parrott
2017-12-13Add `google.cloud.container` API. (#4577)Luke Sneeringer
2017-12-13Removing redundant constant. (#4588)Danny Hermes
2017-11-16Move datetime helpers from google.cloud._helpers to google.api_core.datetime_...Jon Wayne Parrott