Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9adeaf4
feat(androidpublisher): update the api
yoshi-automation Mar 29, 2022
2234f87
feat(baremetalsolution): update the api
yoshi-automation Mar 29, 2022
b7e0564
feat(bigquery): update the api
yoshi-automation Mar 29, 2022
b3fb53a
feat(chromepolicy): update the api
yoshi-automation Mar 29, 2022
ef6853d
feat(cloudbuild): update the api
yoshi-automation Mar 29, 2022
20c1e96
feat(cloudfunctions): update the api
yoshi-automation Mar 29, 2022
0cc225b
feat(cloudsearch): update the api
yoshi-automation Mar 29, 2022
946d92e
feat(compute): update the api
yoshi-automation Mar 29, 2022
45aab7d
feat(container): update the api
yoshi-automation Mar 29, 2022
bc197df
feat(containeranalysis): update the api
yoshi-automation Mar 29, 2022
fbfe2be
feat(content): update the api
yoshi-automation Mar 29, 2022
bc324de
feat(datastream): update the api
yoshi-automation Mar 29, 2022
e146ba8
feat(displayvideo): update the api
yoshi-automation Mar 29, 2022
d415965
feat(documentai): update the api
yoshi-automation Mar 29, 2022
5eaeb4b
feat(firebaseappcheck): update the api
yoshi-automation Mar 29, 2022
72d910c
feat(firestore): update the api
yoshi-automation Mar 29, 2022
b8e15af
feat(games): update the api
yoshi-automation Mar 29, 2022
c0bec91
feat(healthcare): update the api
yoshi-automation Mar 29, 2022
dbed650
feat(iap): update the api
yoshi-automation Mar 29, 2022
11670e6
feat(notebooks): update the api
yoshi-automation Mar 29, 2022
a69869b
feat(recommender): update the api
yoshi-automation Mar 29, 2022
11eb944
feat(sasportal): update the api
yoshi-automation Mar 29, 2022
5f51350
feat(servicecontrol): update the api
yoshi-automation Mar 29, 2022
bc8a50d
feat(sqladmin): update the api
yoshi-automation Mar 29, 2022
7c84831
feat(workflowexecutions): update the api
yoshi-automation Mar 29, 2022
6ed0ae0
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Mar 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions docs/dyn/accesscontextmanager_v1.operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}</pre>
</div>

Expand All @@ -136,7 +136,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}</pre>
</div>

Expand Down
10 changes: 5 additions & 5 deletions docs/dyn/analyticsdata_v1beta.properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ <h3>Method Details</h3>
],
&quot;offset&quot;: &quot;A String&quot;, # The row count of the start row. The first row is counted as row 0.
&quot;orderBys&quot;: [ # Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
{ # The sort options.
{ # Order bys define how rows will be sorted in the response. For example, ordering rows by descending event count is one ordering, and ordering rows by the event name string is a different ordering.
&quot;desc&quot;: True or False, # If true, sorts by descending order.
&quot;dimension&quot;: { # Sorts by dimension values. # Sorts results by a dimension&#x27;s values.
&quot;dimensionName&quot;: &quot;A String&quot;, # A dimension name in the request to order by.
Expand Down Expand Up @@ -566,7 +566,7 @@ <h3>Method Details</h3>
],
&quot;offset&quot;: &quot;A String&quot;, # The row count of the start row. The first row is counted as row 0. When paging, the first request does not specify offset; or equivalently, sets offset to 0; the first request returns the first `limit` of rows. The second request sets offset to the `limit` of the first request; the second request returns the second `limit` of rows. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).
&quot;orderBys&quot;: [ # Specifies how rows are ordered in the response.
{ # The sort options.
{ # Order bys define how rows will be sorted in the response. For example, ordering rows by descending event count is one ordering, and ordering rows by the event name string is a different ordering.
&quot;desc&quot;: True or False, # If true, sorts by descending order.
&quot;dimension&quot;: { # Sorts by dimension values. # Sorts results by a dimension&#x27;s values.
&quot;dimensionName&quot;: &quot;A String&quot;, # A dimension name in the request to order by.
Expand Down Expand Up @@ -1109,7 +1109,7 @@ <h3>Method Details</h3>
],
&quot;offset&quot;: &quot;A String&quot;, # The row count of the start row. The first row is counted as row 0.
&quot;orderBys&quot;: [ # Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
{ # The sort options.
{ # Order bys define how rows will be sorted in the response. For example, ordering rows by descending event count is one ordering, and ordering rows by the event name string is a different ordering.
&quot;desc&quot;: True or False, # If true, sorts by descending order.
&quot;dimension&quot;: { # Sorts by dimension values. # Sorts results by a dimension&#x27;s values.
&quot;dimensionName&quot;: &quot;A String&quot;, # A dimension name in the request to order by.
Expand Down Expand Up @@ -1376,7 +1376,7 @@ <h3>Method Details</h3>
},
],
&quot;orderBys&quot;: [ # Specifies how rows are ordered in the response.
{ # The sort options.
{ # Order bys define how rows will be sorted in the response. For example, ordering rows by descending event count is one ordering, and ordering rows by the event name string is a different ordering.
&quot;desc&quot;: True or False, # If true, sorts by descending order.
&quot;dimension&quot;: { # Sorts by dimension values. # Sorts results by a dimension&#x27;s values.
&quot;dimensionName&quot;: &quot;A String&quot;, # A dimension name in the request to order by.
Expand Down Expand Up @@ -1662,7 +1662,7 @@ <h3>Method Details</h3>
],
&quot;offset&quot;: &quot;A String&quot;, # The row count of the start row. The first row is counted as row 0. When paging, the first request does not specify offset; or equivalently, sets offset to 0; the first request returns the first `limit` of rows. The second request sets offset to the `limit` of the first request; the second request returns the second `limit` of rows. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).
&quot;orderBys&quot;: [ # Specifies how rows are ordered in the response.
{ # The sort options.
{ # Order bys define how rows will be sorted in the response. For example, ordering rows by descending event count is one ordering, and ordering rows by the event name string is a different ordering.
&quot;desc&quot;: True or False, # If true, sorts by descending order.
&quot;dimension&quot;: { # Sorts by dimension values. # Sorts results by a dimension&#x27;s values.
&quot;dimensionName&quot;: &quot;A String&quot;, # A dimension name in the request to order by.
Expand Down
Loading