google-ads-api 25.1.0-beta.0 → 25.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build/cjs/protos/autogen/enums.d.ts +1188 -1188
- package/build/cjs/protos/autogen/enums.js +1188 -1188
- package/build/cjs/protos/autogen/fields.js +478 -2
- package/build/cjs/protos/autogen/resourceNames.d.ts +1090 -1090
- package/build/cjs/protos/autogen/resourceNames.js +1857 -1473
- package/build/cjs/protos/autogen/serviceFactory.js +218 -218
- package/build/cjs/service.js +2 -2
- package/build/esm/protos/autogen/enums.d.ts +1188 -1188
- package/build/esm/protos/autogen/enums.js +1188 -1188
- package/build/esm/protos/autogen/fields.js +478 -2
- package/build/esm/protos/autogen/resourceNames.d.ts +1090 -1090
- package/build/esm/protos/autogen/resourceNames.js +1857 -1473
- package/build/esm/protos/autogen/serviceFactory.js +218 -218
- package/build/esm/service.js +2 -2
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ const client = new GoogleAdsApi({
|
|
|
74
74
|
|
|
75
75
|
Optional client settings:
|
|
76
76
|
|
|
77
|
-
- `grpc_channel_options`: [gRPC channel options](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js#supported-channel-options) applied to every service client this instance creates, for example `{ "grpc.keepalive_time_ms": 30000, "grpc.keepalive_timeout_ms": 10000 }`.
|
|
77
|
+
- `grpc_channel_options`: [gRPC channel options](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js#supported-channel-options) applied to every service client this instance creates, for example `{ "grpc.keepalive_time_ms": 30000, "grpc.keepalive_timeout_ms": 10000 }`. Cached service clients are keyed by client id, refresh token and these options, so instances with different options never share a client.
|
|
78
78
|
- `max_reporting_rows`: throw once a report or query returns more rows than this.
|
|
79
79
|
- `disable_parsing`: return raw API responses instead of parsed rows.
|
|
80
80
|
|