Google Business Performance API has a
NEW API method that allows fetching multiple `DailyMetrics` in a single API request. Review the
deprecation schedule and instructions to migrate over from v4 reportInsights API method to Google Business Profile Performance API.
WriteResponse
Stay organized with collections
Save and categorize content based on your preferences.
Response object for ByteStream.Write
.
JSON representation |
{
"committedSize": string
} |
Fields |
committedSize |
string (int64 format)
The number of bytes that have been processed for the given resource.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eByteStream.Write\u003c/code\u003e response object uses JSON to represent the status of a write operation.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003ecommittedSize\u003c/code\u003e field, indicating the number of bytes successfully processed as a string formatted integer.\u003c/p\u003e\n"]]],[],null,["# WriteResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse object for `ByteStream.Write`.\n\n| JSON representation ||\n|-------------------------------------|---|\n| ``` { \"committedSize\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `committedSize` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The number of bytes that have been processed for the given resource. |"]]