chore: Update discovery artifacts (#1336)
## Deleted keys were detected in the following stable discovery artifacts:
servicemanagementv1[ [More details]](https://github.com/googleapis/google-api-python-client/commit/6e593517543990b40c8c6a4c2512e176a0b896f4)
## Discovery Artifact Change Summary:
contentv21[ [More details]](https://github.com/googleapis/google-api-python-client/commit/e18a707b3351372b6bad9961a3cc0a1087fb907b)
dnsv1beta2[ [More details]](https://github.com/googleapis/google-api-python-client/commit/bb15dc54f5f110036bdb96d247d20f6908324547)
servicemanagementv1[ [More details]](https://github.com/googleapis/google-api-python-client/commit/6e593517543990b40c8c6a4c2512e176a0b896f4)
translatev3beta1[ [More details]](https://github.com/googleapis/google-api-python-client/commit/0ab9156b06cbc33b173851b20ab73bdd06522fe8)
chore(acceleratedmobilepageurl): update the api
chore(accessapproval): update the api
chore(adexchangebuyer): update the api
chore(adexchangebuyer2): update the api
chore(admob): update the api
chore(analyticsadmin): update the api
chore(analyticsdata): update the api
chore(analyticsreporting): update the api
chore(androiddeviceprovisioning): update the api
chore(androidmanagement): update the api
chore(apigateway): update the api
chore(apikeys): update the api
chore(area120tables): update the api
chore(calendar): update the api
chore(chromemanagement): update the api
chore(chromepolicy): update the api
chore(cloudchannel): update the api
chore(cloudkms): update the api
chore(cloudtasks): update the api
chore(composer): update the api
feat(content): update the api
chore(customsearch): update the api
chore(datastore): update the api
chore(dialogflow): update the api
chore(digitalassetlinks): update the api
feat(dns): update the api
chore(docs): update the api
chore(domainsrdap): update the api
chore(essentialcontacts): update the api
chore(eventarc): update the api
chore(factchecktools): update the api
chore(file): update the api
chore(firebase): update the api
chore(firebasedatabase): update the api
chore(firestore): update the api
chore(gmailpostmastertools): update the api
chore(indexing): update the api
chore(jobs): update the api
chore(libraryagent): update the api
chore(licensing): update the api
chore(manufacturers): update the api
chore(mybusinessaccountmanagement): update the api
chore(mybusinesslodging): update the api
chore(mybusinessplaceactions): update the api
chore(orgpolicy): update the api
chore(pagespeedonline): update the api
chore(paymentsresellersubscription): update the api
chore(policytroubleshooter): update the api
chore(prod_tt_sasportal): update the api
chore(realtimebidding): update the api
chore(runtimeconfig): update the api
chore(safebrowsing): update the api
chore(script): update the api
chore(serviceconsumermanagement): update the api
feat(servicemanagement): update the api
chore(serviceusage): update the api
chore(slides): update the api
chore(storage): update the api
chore(streetviewpublish): update the api
chore(tasks): update the api
chore(toolresults): update the api
feat(translate): update the api
chore(workflows): update the api
chore(youtube): update the api
chore(youtubeAnalytics): update the api
chore(youtubereporting): update the api
chore(docs): Add new discovery artifacts and reference documents
diff --git a/docs/dyn/servicemanagement_v1.services.html b/docs/dyn/servicemanagement_v1.services.html
index cdc71fd..0be9eaf 100644
--- a/docs/dyn/servicemanagement_v1.services.html
+++ b/docs/dyn/servicemanagement_v1.services.html
@@ -112,7 +112,7 @@
<p class="firstline">Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.</p>
<p class="toc_element">
<code><a href="#list">list(consumerId=None, pageSize=None, pageToken=None, producerProjectId=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Lists managed services. Returns all public services. For authenticated users, also returns all services the calling user has "servicemanagement.services.get" permission for. **BETA:** If the caller specifies the `consumer_id`, it returns only the services enabled on the consumer. The `consumer_id` must have the format of "project:{PROJECT-ID}".</p>
+<p class="firstline">Lists managed services. Returns all public services. For authenticated users, also returns all services the calling user has "servicemanagement.services.get" permission for.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
@@ -302,7 +302,7 @@
Returns:
An object of the form:
- { # `Service` is the root object of Google service configuration schema. It describes basic information about a service, such as the name and the title, and delegates other aspects to sub-sections. Each sub-section is either a proto message or a repeated proto message that configures a specific aspect, such as auth. See each proto message definition for details. Example: type: google.api.Service name: calendar.googleapis.com title: Google Calendar API apis: - name: google.calendar.v3.Calendar authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth
+ { # `Service` is the root object of Google API service configuration (service config). It describes the basic information about a logical service, such as the service name and the user-facing title, and delegates other aspects to sub-sections. Each sub-section is either a proto message or a repeated proto message that configures a specific aspect, such as auth. For more information, see each proto message definition. Example: type: google.api.Service name: calendar.googleapis.com title: Google Calendar API apis: - name: google.calendar.v3.Calendar visibility: rules: - selector: "google.calendar.v3.*" restriction: PREVIEW backend: rules: - selector: "google.calendar.v3.*" address: calendar.example.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth
"apis": [ # A list of API interfaces exported by this service. Only the `name` field of the google.protobuf.Api needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
{ # Api is a light-weight descriptor for an API Interface. Interfaces are also described as "protocol buffer services" in some contexts, such as by the "service" keyword in a .proto file, but they are different from API Services, which represent a concrete implementation of an interface as opposed to simply a description of methods and bindings. They are also sometimes simply referred to as "APIs" in other contexts, such as the name of this message itself. See https://cloud.google.com/apis/design/glossary for detailed terminology.
"methods": [ # The methods of this interface, in unspecified order.
@@ -460,7 +460,7 @@
"summary": "A String", # A short summary of what the service does. Can only be provided by plain text.
},
"endpoints": [ # Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
- { # `Endpoint` describes a network endpoint of a service that serves a set of APIs. It is commonly known as a service endpoint. A service may expose any number of service endpoints, and all service endpoints share the same service definition, such as quota limits and monitoring metrics. Example service configuration: name: library-example.googleapis.com endpoints: # Below entry makes 'google.example.library.v1.Library' # API be served from endpoint address library-example.googleapis.com. # It also allows HTTP OPTIONS calls to be passed to the backend, for # it to decide whether the subsequent cross-origin request is # allowed to proceed. - name: library-example.googleapis.com allow_cors: true
+ { # `Endpoint` describes a network address of a service that serves a set of APIs. It is commonly known as a service endpoint. A service may expose any number of service endpoints, and all service endpoints share the same service definition, such as quota limits and monitoring metrics. Example: type: google.api.Service name: library-example.googleapis.com endpoints: # Declares network address `https://library-example.googleapis.com` # for service `library-example.googleapis.com`. The `https` scheme # is implicit for all service endpoints. Other schemes may be # supported in the future. - name: library-example.googleapis.com allow_cors: false - name: content-staging-library-example.googleapis.com # Allows HTTP OPTIONS calls to be passed to the API frontend, for it # to decide whether the subsequent cross-origin request is allowed # to proceed. allow_cors: true
"allowCors": True or False, # Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain traffic, would allow the backends served from this endpoint to receive and respond to HTTP OPTIONS requests. The response will be used by the browser to determine whether the subsequent cross-origin request is allowed to proceed.
"name": "A String", # The canonical name of this endpoint.
"target": "A String", # The specification of an Internet routable address of API frontend that will handle requests to this [API Endpoint](https://cloud.google.com/apis/design/glossary). It should be either a valid IPv4 address or a fully-qualified domain name. For example, "8.8.8.8" or "myservice.appspot.com".
@@ -819,7 +819,7 @@
<div class="method">
<code class="details" id="list">list(consumerId=None, pageSize=None, pageToken=None, producerProjectId=None, x__xgafv=None)</code>
- <pre>Lists managed services. Returns all public services. For authenticated users, also returns all services the calling user has "servicemanagement.services.get" permission for. **BETA:** If the caller specifies the `consumer_id`, it returns only the services enabled on the consumer. The `consumer_id` must have the format of "project:{PROJECT-ID}".
+ <pre>Lists managed services. Returns all public services. For authenticated users, also returns all services the calling user has "servicemanagement.services.get" permission for.
Args:
consumerId: string, Include services consumed by the specified consumer. The Google Service Management implementation accepts the following forms: - project: