Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update discovery artifacts #2405

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8b4da4f
feat(analyticsadmin): update the api
yoshi-automation May 21, 2024
ea34c1f
feat(androidpublisher): update the api
yoshi-automation May 21, 2024
307a247
feat(artifactregistry): update the api
yoshi-automation May 21, 2024
8d9ebbe
feat(backupdr): update the api
yoshi-automation May 21, 2024
ee57ab1
feat(chromemanagement): update the api
yoshi-automation May 21, 2024
9014d37
feat(clouddeploy): update the api
yoshi-automation May 21, 2024
2efbae8
feat(cloudkms): update the api
yoshi-automation May 21, 2024
f335fed
feat(compute): update the api
yoshi-automation May 21, 2024
89ade96
feat(containeranalysis): update the api
yoshi-automation May 21, 2024
38de354
feat(content): update the api
yoshi-automation May 21, 2024
b0e7989
feat(discoveryengine): update the api
yoshi-automation May 21, 2024
104db25
feat(dlp): update the api
yoshi-automation May 21, 2024
a7b954f
feat(fcmdata): update the api
yoshi-automation May 21, 2024
106faf3
feat(firestore): update the api
yoshi-automation May 21, 2024
edbcc36
feat(gkehub): update the api
yoshi-automation May 21, 2024
e998730
feat(healthcare): update the api
yoshi-automation May 21, 2024
0bee19b
feat(integrations): update the api
yoshi-automation May 21, 2024
473fcb5
feat(metastore): update the api
yoshi-automation May 21, 2024
d6ab2f3
feat(migrationcenter): update the api
yoshi-automation May 21, 2024
67f9691
feat(orgpolicy): update the api
yoshi-automation May 21, 2024
9187b8c
feat(osconfig): update the api
yoshi-automation May 21, 2024
d562f9c
feat(run): update the api
yoshi-automation May 21, 2024
d23f02f
feat(securitycenter): update the api
yoshi-automation May 21, 2024
7d21417
feat(sqladmin): update the api
yoshi-automation May 21, 2024
24dda12
feat(walletobjects): update the api
yoshi-automation May 21, 2024
dd11ebf
feat(workflows): update the api
yoshi-automation May 21, 2024
6c6645a
feat(youtube): update the api
yoshi-automation May 21, 2024
c6e7c68
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation May 21, 2024
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
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions docs/dyn/admob_v1.accounts.mediationReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#generate">generate(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Generates an AdMob mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.</p>
<p class="firstline">Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand All @@ -88,14 +88,14 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="generate">generate(parent, body=None, x__xgafv=None)</code>
<pre>Generates an AdMob mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.
<pre>Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.

Args:
parent: string, Resource name of the account to generate the report for. Example: accounts/pub-9876543210987654 (required)
body: object, The request body.
The object takes the form of:

{ # Request to generate an AdMob mediation report.
{ # Request to generate an AdMob Mediation report.
&quot;reportSpec&quot;: { # The specification for generating an AdMob Mediation report. For example, the specification to get observed ECPM sliced by ad source and app for the &#x27;US&#x27; and &#x27;CN&#x27; countries can look like the following example: { &quot;date_range&quot;: { &quot;start_date&quot;: {&quot;year&quot;: 2021, &quot;month&quot;: 9, &quot;day&quot;: 1}, &quot;end_date&quot;: {&quot;year&quot;: 2021, &quot;month&quot;: 9, &quot;day&quot;: 30} }, &quot;dimensions&quot;: [&quot;AD_SOURCE&quot;, &quot;APP&quot;, &quot;COUNTRY&quot;], &quot;metrics&quot;: [&quot;OBSERVED_ECPM&quot;], &quot;dimension_filters&quot;: [ { &quot;dimension&quot;: &quot;COUNTRY&quot;, &quot;matches_any&quot;: {&quot;values&quot;: [{&quot;value&quot;: &quot;US&quot;, &quot;value&quot;: &quot;CN&quot;}]} } ], &quot;sort_conditions&quot;: [ {&quot;dimension&quot;:&quot;APP&quot;, order: &quot;ASCENDING&quot;} ], &quot;localization_settings&quot;: { &quot;currency_code&quot;: &quot;USD&quot;, &quot;language_code&quot;: &quot;en-US&quot; } } For a better understanding, you can treat the preceding specification like the following pseudo SQL: SELECT AD_SOURCE, APP, COUNTRY, OBSERVED_ECPM FROM MEDIATION_REPORT WHERE DATE &gt;= &#x27;2021-09-01&#x27; AND DATE &lt;= &#x27;2021-09-30&#x27; AND COUNTRY IN (&#x27;US&#x27;, &#x27;CN&#x27;) GROUP BY AD_SOURCE, APP, COUNTRY ORDER BY APP ASC; # Network report specification.
&quot;dateRange&quot;: { # Specification of a single date range. Both dates are inclusive. # The date range for which the report is generated.
&quot;endDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # End date of the date range, inclusive. Must be greater than or equal to the start date.
Expand Down Expand Up @@ -149,7 +149,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # The streaming response for the AdMob mediation report where the first response contains the report header, then a stream of row responses, and finally a footer as the last response message. For example: [{ &quot;header&quot;: { &quot;date_range&quot;: { &quot;start_date&quot;: {&quot;year&quot;: 2018, &quot;month&quot;: 9, &quot;day&quot;: 1}, &quot;end_date&quot;: {&quot;year&quot;: 2018, &quot;month&quot;: 9, &quot;day&quot;: 1} }, &quot;localization_settings&quot;: { &quot;currency_code&quot;: &quot;USD&quot;, &quot;language_code&quot;: &quot;en-US&quot; } } }, { &quot;row&quot;: { &quot;dimension_values&quot;: { &quot;DATE&quot;: {&quot;value&quot;: &quot;20180918&quot;}, &quot;APP&quot;: { &quot;value&quot;: &quot;ca-app-pub-8123415297019784~1001342552&quot;, &quot;display_label&quot;: &quot;My app name!&quot; } }, &quot;metric_values&quot;: { &quot;ESTIMATED_EARNINGS&quot;: {&quot;decimal_value&quot;: &quot;1324746&quot;} } } }, { &quot;footer&quot;: {&quot;matching_row_count&quot;: 1} }]
{ # The streaming response for the AdMob Mediation report where the first response contains the report header, then a stream of row responses, and finally a footer as the last response message. For example: [{ &quot;header&quot;: { &quot;date_range&quot;: { &quot;start_date&quot;: {&quot;year&quot;: 2018, &quot;month&quot;: 9, &quot;day&quot;: 1}, &quot;end_date&quot;: {&quot;year&quot;: 2018, &quot;month&quot;: 9, &quot;day&quot;: 1} }, &quot;localization_settings&quot;: { &quot;currency_code&quot;: &quot;USD&quot;, &quot;language_code&quot;: &quot;en-US&quot; } } }, { &quot;row&quot;: { &quot;dimension_values&quot;: { &quot;DATE&quot;: {&quot;value&quot;: &quot;20180918&quot;}, &quot;APP&quot;: { &quot;value&quot;: &quot;ca-app-pub-8123415297019784~1001342552&quot;, &quot;display_label&quot;: &quot;My app name!&quot; } }, &quot;metric_values&quot;: { &quot;ESTIMATED_EARNINGS&quot;: {&quot;decimal_value&quot;: &quot;1324746&quot;} } } }, { &quot;footer&quot;: {&quot;matching_row_count&quot;: 1} }]
&quot;footer&quot;: { # Groups data available after report generation, for example, warnings and row counts. Always sent as the last message in the stream response. # Additional information about the generated report, such as warnings about the data.
&quot;matchingRowCount&quot;: &quot;A String&quot;, # Total number of rows that matched the request. Warning: This count does NOT always match the number of rows in the response. Do not make that assumption when processing the response.
&quot;warnings&quot;: [ # Warnings associated with generation of the report.
Expand Down
10 changes: 5 additions & 5 deletions docs/dyn/admob_v1beta.accounts.mediationGroups.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # Describes an AdMob mediation group.
{ # Describes an AdMob Mediation group.
&quot;displayName&quot;: &quot;A String&quot;, # User provided name for the mediation group. The maximum length allowed is 120 characters.
&quot;mediationAbExperimentState&quot;: &quot;A String&quot;, # Output only. The state of the mediation a/b experiment that belongs to this mediation group.
&quot;mediationGroupId&quot;: &quot;A String&quot;, # The ID of the mediation group. Example: &quot;0123456789&quot;. This is a read only property.
Expand Down Expand Up @@ -153,7 +153,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # Describes an AdMob mediation group.
{ # Describes an AdMob Mediation group.
&quot;displayName&quot;: &quot;A String&quot;, # User provided name for the mediation group. The maximum length allowed is 120 characters.
&quot;mediationAbExperimentState&quot;: &quot;A String&quot;, # Output only. The state of the mediation a/b experiment that belongs to this mediation group.
&quot;mediationGroupId&quot;: &quot;A String&quot;, # The ID of the mediation group. Example: &quot;0123456789&quot;. This is a read only property.
Expand Down Expand Up @@ -209,7 +209,7 @@ <h3>Method Details</h3>

{ # Response for the mediation groups list request.
&quot;mediationGroups&quot;: [ # The resulting mediation groups for the requested account.
{ # Describes an AdMob mediation group.
{ # Describes an AdMob Mediation group.
&quot;displayName&quot;: &quot;A String&quot;, # User provided name for the mediation group. The maximum length allowed is 120 characters.
&quot;mediationAbExperimentState&quot;: &quot;A String&quot;, # Output only. The state of the mediation a/b experiment that belongs to this mediation group.
&quot;mediationGroupId&quot;: &quot;A String&quot;, # The ID of the mediation group. Example: &quot;0123456789&quot;. This is a read only property.
Expand Down Expand Up @@ -272,7 +272,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # Describes an AdMob mediation group.
{ # Describes an AdMob Mediation group.
&quot;displayName&quot;: &quot;A String&quot;, # User provided name for the mediation group. The maximum length allowed is 120 characters.
&quot;mediationAbExperimentState&quot;: &quot;A String&quot;, # Output only. The state of the mediation a/b experiment that belongs to this mediation group.
&quot;mediationGroupId&quot;: &quot;A String&quot;, # The ID of the mediation group. Example: &quot;0123456789&quot;. This is a read only property.
Expand Down Expand Up @@ -317,7 +317,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # Describes an AdMob mediation group.
{ # Describes an AdMob Mediation group.
&quot;displayName&quot;: &quot;A String&quot;, # User provided name for the mediation group. The maximum length allowed is 120 characters.
&quot;mediationAbExperimentState&quot;: &quot;A String&quot;, # Output only. The state of the mediation a/b experiment that belongs to this mediation group.
&quot;mediationGroupId&quot;: &quot;A String&quot;, # The ID of the mediation group. Example: &quot;0123456789&quot;. This is a read only property.
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/admob_v1beta.accounts.mediationReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#generate">generate(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Generates an AdMob mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.</p>
<p class="firstline">Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand All @@ -88,14 +88,14 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="generate">generate(parent, body=None, x__xgafv=None)</code>
<pre>Generates an AdMob mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.
<pre>Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.

Args:
parent: string, Resource name of the account to generate the report for. Example: accounts/pub-9876543210987654 (required)
body: object, The request body.
The object takes the form of:

{ # Request to generate an AdMob mediation report.
{ # Request to generate an AdMob Mediation report.
&quot;reportSpec&quot;: { # The specification for generating an AdMob Mediation report. For example, the specification to get observed ECPM sliced by ad source and app for the &#x27;US&#x27; and &#x27;CN&#x27; countries can look like the following example: { &quot;date_range&quot;: { &quot;start_date&quot;: {&quot;year&quot;: 2021, &quot;month&quot;: 9, &quot;day&quot;: 1}, &quot;end_date&quot;: {&quot;year&quot;: 2021, &quot;month&quot;: 9, &quot;day&quot;: 30} }, &quot;dimensions&quot;: [&quot;AD_SOURCE&quot;, &quot;APP&quot;, &quot;COUNTRY&quot;], &quot;metrics&quot;: [&quot;OBSERVED_ECPM&quot;], &quot;dimension_filters&quot;: [ { &quot;dimension&quot;: &quot;COUNTRY&quot;, &quot;matches_any&quot;: {&quot;values&quot;: [{&quot;value&quot;: &quot;US&quot;, &quot;value&quot;: &quot;CN&quot;}]} } ], &quot;sort_conditions&quot;: [ {&quot;dimension&quot;:&quot;APP&quot;, order: &quot;ASCENDING&quot;} ], &quot;localization_settings&quot;: { &quot;currency_code&quot;: &quot;USD&quot;, &quot;language_code&quot;: &quot;en-US&quot; } } For a better understanding, you can treat the preceding specification like the following pseudo SQL: SELECT AD_SOURCE, APP, COUNTRY, OBSERVED_ECPM FROM MEDIATION_REPORT WHERE DATE &gt;= &#x27;2021-09-01&#x27; AND DATE &lt;= &#x27;2021-09-30&#x27; AND COUNTRY IN (&#x27;US&#x27;, &#x27;CN&#x27;) GROUP BY AD_SOURCE, APP, COUNTRY ORDER BY APP ASC; # Network report specification.
&quot;dateRange&quot;: { # Specification of a single date range. Both dates are inclusive. # The date range for which the report is generated.
&quot;endDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # End date of the date range, inclusive. Must be greater than or equal to the start date.
Expand Down Expand Up @@ -149,7 +149,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # The streaming response for the AdMob mediation report where the first response contains the report header, then a stream of row responses, and finally a footer as the last response message. For example: [{ &quot;header&quot;: { &quot;date_range&quot;: { &quot;start_date&quot;: {&quot;year&quot;: 2018, &quot;month&quot;: 9, &quot;day&quot;: 1}, &quot;end_date&quot;: {&quot;year&quot;: 2018, &quot;month&quot;: 9, &quot;day&quot;: 1} }, &quot;localization_settings&quot;: { &quot;currency_code&quot;: &quot;USD&quot;, &quot;language_code&quot;: &quot;en-US&quot; } } }, { &quot;row&quot;: { &quot;dimension_values&quot;: { &quot;DATE&quot;: {&quot;value&quot;: &quot;20180918&quot;}, &quot;APP&quot;: { &quot;value&quot;: &quot;ca-app-pub-8123415297019784~1001342552&quot;, &quot;display_label&quot;: &quot;My app name!&quot; } }, &quot;metric_values&quot;: { &quot;ESTIMATED_EARNINGS&quot;: {&quot;decimal_value&quot;: &quot;1324746&quot;} } } }, { &quot;footer&quot;: {&quot;matching_row_count&quot;: 1} }]
{ # The streaming response for the AdMob Mediation report where the first response contains the report header, then a stream of row responses, and finally a footer as the last response message. For example: [{ &quot;header&quot;: { &quot;date_range&quot;: { &quot;start_date&quot;: {&quot;year&quot;: 2018, &quot;month&quot;: 9, &quot;day&quot;: 1}, &quot;end_date&quot;: {&quot;year&quot;: 2018, &quot;month&quot;: 9, &quot;day&quot;: 1} }, &quot;localization_settings&quot;: { &quot;currency_code&quot;: &quot;USD&quot;, &quot;language_code&quot;: &quot;en-US&quot; } } }, { &quot;row&quot;: { &quot;dimension_values&quot;: { &quot;DATE&quot;: {&quot;value&quot;: &quot;20180918&quot;}, &quot;APP&quot;: { &quot;value&quot;: &quot;ca-app-pub-8123415297019784~1001342552&quot;, &quot;display_label&quot;: &quot;My app name!&quot; } }, &quot;metric_values&quot;: { &quot;ESTIMATED_EARNINGS&quot;: {&quot;decimal_value&quot;: &quot;1324746&quot;} } } }, { &quot;footer&quot;: {&quot;matching_row_count&quot;: 1} }]
&quot;footer&quot;: { # Groups data available after report generation, for example, warnings and row counts. Always sent as the last message in the stream response. # Additional information about the generated report, such as warnings about the data.
&quot;matchingRowCount&quot;: &quot;A String&quot;, # Total number of rows that matched the request. Warning: This count does NOT always match the number of rows in the response. Do not make that assumption when processing the response.
&quot;warnings&quot;: [ # Warnings associated with generation of the report.
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/adsense_v2.accounts.policyIssues.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Gets information about the selected policy issue.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all the policy issues for the specified account.</p>
<p class="firstline">Lists all the policy issues where the specified account is involved, both directly and through any AFP child accounts.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand Down Expand Up @@ -143,7 +143,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists all the policy issues for the specified account.
<pre>Lists all the policy issues where the specified account is involved, both directly and through any AFP child accounts.

Args:
parent: string, Required. The account for which policy issues are being retrieved. Format: accounts/{account} (required)
Expand Down
2 changes: 2 additions & 0 deletions docs/dyn/analyticsadmin_v1alpha.accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ <h3>Method Details</h3>
},
&quot;audience&quot;: { # A resource message representing a GA4 Audience. # A snapshot of an Audience resource in change history.
&quot;adsPersonalizationEnabled&quot;: True or False, # Output only. It is automatically set by GA to false if this is an NPA Audience and is excluded from ads personalization.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when the Audience was created.
&quot;description&quot;: &quot;A String&quot;, # Required. The description of the Audience.
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the Audience.
&quot;eventTrigger&quot;: { # Specifies an event to log when a user joins the Audience. # Optional. Specifies an event to log when a user joins the Audience. If not set, no event is logged when a user joins the Audience.
Expand Down Expand Up @@ -1044,6 +1045,7 @@ <h3>Method Details</h3>
},
&quot;audience&quot;: { # A resource message representing a GA4 Audience. # A snapshot of an Audience resource in change history.
&quot;adsPersonalizationEnabled&quot;: True or False, # Output only. It is automatically set by GA to false if this is an NPA Audience and is excluded from ads personalization.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when the Audience was created.
&quot;description&quot;: &quot;A String&quot;, # Required. The description of the Audience.
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the Audience.
&quot;eventTrigger&quot;: { # Specifies an event to log when a user joins the Audience. # Optional. Specifies an event to log when a user joins the Audience. If not set, no event is logged when a user joins the Audience.
Expand Down
Loading