Skip to content

Commit 7f9754e

Browse files
chore: Update discovery artifacts (#1686)
## Deleted keys were detected in the following stable discovery artifacts: artifactregistry v1 45409ce bigquery v2 58dcafa connectors v1 5cb3b52 gameservices v1 1dbe4d1 orgpolicy v2 04de88b recaptchaenterprise v1 e3e13dd redis v1 5524626 vmmigration v1 689775f ## Deleted keys were detected in the following pre-stable discovery artifacts: artifactregistry v1beta2 45409ce cloudsupport v2beta d11e33d gameservices v1beta 1dbe4d1 redis v1beta1 5524626 ## Discovery Artifact Change Summary: feat(analyticsadmin): update the api 1857db0 feat(apigee): update the api 5891817 feat(artifactregistry): update the api 45409ce feat(bigquery): update the api 58dcafa feat(chat): update the api 00a4b27 feat(classroom): update the api 13d8599 feat(cloudbuild): update the api f30d7d4 feat(clouddeploy): update the api ee2f63c feat(cloudidentity): update the api d88519b feat(cloudkms): update the api e8a865c feat(cloudsearch): update the api 1778efa feat(cloudsupport): update the api d11e33d feat(compute): update the api 4fddcac feat(connectors): update the api 5cb3b52 feat(dataproc): update the api 2cb1c07 feat(digitalassetlinks): update the api 8c45114 feat(displayvideo): update the api 93c6063 feat(dns): update the api 28c2e2c feat(documentai): update the api 6749e1b feat(eventarc): update the api fb99401 feat(gameservices): update the api 1dbe4d1 feat(gkehub): update the api 7f9103e feat(logging): update the api b61344a feat(metastore): update the api f59f0bd feat(orgpolicy): update the api 04de88b feat(prod_tt_sasportal): update the api a2466e3 feat(recaptchaenterprise): update the api e3e13dd feat(redis): update the api 5524626 feat(retail): update the api f44e1a0 feat(run): update the api d8098d5 feat(searchconsole): update the api ae9b18d feat(servicenetworking): update the api 186f055 feat(spanner): update the api 46715e5 feat(sqladmin): update the api 7f3cd9c feat(storagetransfer): update the api 695b77d feat(vmmigration): update the api 689775f
1 parent a9ce0e1 commit 7f9754e

File tree

600 files changed

+21556
-4952
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

600 files changed

+21556
-4952
lines changed

docs/dyn/adexchangebuyer2_v2beta1.bidders.accounts.filterSets.html

+8-8
Large diffs are not rendered by default.

docs/dyn/adexchangebuyer2_v2beta1.bidders.filterSets.html

+8-8
Large diffs are not rendered by default.

docs/dyn/admin_directory_v1.chromeosdevices.html

+12-12
Large diffs are not rendered by default.

docs/dyn/admin_directory_v1.customers.chrome.printers.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ <h3>Method Details</h3>
388388

389389
{ # Response for listing printers.
390390
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
391-
&quot;printers&quot;: [ # List of printers. If `org_unit_id` was given in the request, then only printers visible for this OU will be returned. If `org_unit_id` was given in the request, then all printers will be returned.
391+
&quot;printers&quot;: [ # List of printers. If `org_unit_id` was given in the request, then only printers visible for this OU will be returned. If `org_unit_id` was not given in the request, then all printers will be returned.
392392
{ # Printer configuration.
393393
&quot;auxiliaryMessages&quot;: [ # Output only. Auxiliary messages about issues with the printer configuration if any.
394394
{ # Auxiliary message about issues with printers or settings. Example: {message_type:AUXILIARY_MESSAGE_WARNING, field_mask:make_and_model, message:&quot;Given printer is invalid or no longer supported.&quot;}

docs/dyn/admin_directory_v1.groups.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h3>Method Details</h3>
211211

212212
Args:
213213
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, fill this field instead of domain. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users)
214-
domain: string, The domain name. Use this field to get fields from only one domain. To return all domains for a customer account, use the `customer` query parameter instead.
214+
domain: string, The domain name. Use this field to get groups from only one domain. To return all domains for a customer account, use the `customer` query parameter instead.
215215
maxResults: integer, Maximum number of results to return. Max allowed value is 200.
216216
orderBy: string, Column to use for sorting results
217217
Allowed values

docs/dyn/admin_directory_v1.users.html

+10-10
Large diffs are not rendered by default.

docs/dyn/admob_v1.accounts.mediationReport.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ <h3>Method Details</h3>
9898
{ # Request to generate an AdMob Mediation report.
9999
&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.
100100
&quot;dateRange&quot;: { # Specification of a single date range. Both dates are inclusive. # The date range for which the report is generated.
101-
&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 value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # End date of the date range, inclusive. Must be greater than or equal to the start date.
101+
&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 (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., 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.
102102
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
103103
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
104104
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
105105
},
106-
&quot;startDate&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 value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # Start date of the date range, inclusive. Must be less than or equal to the end date.
106+
&quot;startDate&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 (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Start date of the date range, inclusive. Must be less than or equal to the end date.
107107
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
108108
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
109109
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
@@ -161,12 +161,12 @@ <h3>Method Details</h3>
161161
},
162162
&quot;header&quot;: { # Groups data helps to treat the generated report. Always sent as a first message in the stream response. # Report generation settings that describes the report contents, such as the report date range and localization settings.
163163
&quot;dateRange&quot;: { # Specification of a single date range. Both dates are inclusive. # The date range for which the report is generated. This is identical to the range specified in the report request.
164-
&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 value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # End date of the date range, inclusive. Must be greater than or equal to the start date.
164+
&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 (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., 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.
165165
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
166166
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
167167
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
168168
},
169-
&quot;startDate&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 value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # Start date of the date range, inclusive. Must be less than or equal to the end date.
169+
&quot;startDate&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 (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Start date of the date range, inclusive. Must be less than or equal to the end date.
170170
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
171171
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
172172
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

0 commit comments

Comments
 (0)