Skip to content

Commit

Permalink
chore: Update discovery artifacts (#1333)
Browse files Browse the repository at this point in the history
## Deleted keys were detected in the following pre-stable discovery artifacts:
gkehubv1alpha[ [More details]](dcd0166)
gkehubv1beta[ [More details]](dcd0166)

## Discovery Artifact Change Summary:
androidenterprisev1[ [More details]](362d0dd)
androidpublisherv3[ [More details]](90851f6)
artifactregistryv1[ [More details]](e772978)
chromepolicyv1[ [More details]](cd1df57)
dialogflowv3beta1[ [More details]](bd668e1)
filev1[ [More details]](804ea3b)
gkehubv1alpha[ [More details]](dcd0166)
gkehubv1beta[ [More details]](dcd0166)
lifesciencesv2beta[ [More details]](a1b8cf2)
servicedirectoryv1beta1[ [More details]](b79051d)

chore(acceleratedmobilepageurl): update the api
chore(adexchangebuyer): update the api
chore(adexchangebuyer2): update the api
chore(admob): update the api
chore(adsense): update the api
chore(analyticsadmin): update the api
chore(analyticsdata): update the api
chore(analyticsreporting): update the api
feat(androidenterprise): update the api
feat(androidpublisher): update the api
chore(apigateway): update the api
chore(apikeys): update the api
chore(area120tables): update the api
feat(artifactregistry): update the api
chore(bigquery): update the api
chore(blogger): update the api
chore(books): update the api
chore(chat): update the api
chore(chromemanagement): update the api
feat(chromepolicy): update the api
chore(chromeuxreport): update the api
chore(classroom): update the api
chore(cloudasset): update the api
chore(cloudbuild): update the api
chore(cloudchannel): update the api
chore(cloudprofiler): update the api
chore(cloudsearch): update the api
chore(cloudtrace): update the api
chore(containeranalysis): update the api
chore(customsearch): update the api
feat(dialogflow): update the api
chore(domainsrdap): update the api
chore(doubleclicksearch): update the api
chore(driveactivity): update the api
chore(essentialcontacts): update the api
chore(eventarc): update the api
chore(factchecktools): update the api
feat(file): update the api
chore(firebase): update the api
chore(firebasedatabase): update the api
chore(firebaseml): update the api
chore(fitness): update the api
feat(gkehub): update the api
chore(gmailpostmastertools): update the api
chore(iam): update the api
chore(iamcredentials): update the api
chore(language): update the api
chore(libraryagent): update the api
feat(lifesciences): update the api
chore(logging): update the api
chore(ml): update the api
chore(monitoring): update the api
chore(mybusinessaccountmanagement): update the api
chore(mybusinesslodging): update the api
chore(mybusinessplaceactions): update the api
chore(networkconnectivity): update the api
chore(orgpolicy): update the api
chore(osconfig): update the api
chore(pagespeedonline): update the api
chore(paymentsresellersubscription): update the api
chore(people): update the api
chore(playablelocations): update the api
chore(playcustomapp): update the api
chore(poly): update the api
chore(prod_tt_sasportal): update the api
chore(pubsublite): update the api
chore(realtimebidding): update the api
chore(recommender): update the api
chore(remotebuildexecution): update the api
chore(safebrowsing): update the api
chore(sasportal): update the api
chore(searchconsole): update the api
chore(serviceconsumermanagement): update the api
feat(servicedirectory): update the api
chore(serviceusage): update the api
chore(sheets): update the api
chore(smartdevicemanagement): update the api
chore(storage): update the api
chore(storagetransfer): update the api
chore(streetviewpublish): update the api
chore(sts): update the api
chore(tagmanager): update the api
chore(toolresults): update the api
chore(tpu): update the api
chore(vectortile): update the api
chore(videointelligence): 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
  • Loading branch information
yoshi-code-bot committed May 2, 2021
1 parent 1c4d199 commit 44a6719
Show file tree
Hide file tree
Showing 183 changed files with 4,192 additions and 1,094 deletions.
3 changes: 3 additions & 0 deletions docs/dyn/androidenterprise_v1.enterprises.html
Expand Up @@ -195,6 +195,9 @@ <h3>Method Details</h3>
&quot;webApps&quot;: { # Options for displaying the Web Apps page.
&quot;enabled&quot;: True or False, # Whether the Web Apps page is displayed. Default is true.
},
&quot;zeroTouch&quot;: { # Options for displaying the Zero Touch page.
&quot;enabled&quot;: True or False, # Whether zero-touch embedded UI is usable with this token. If enabled, the admin can link zero-touch customers to this enterprise.
},
}

x__xgafv: string, V1 error format.
Expand Down
5 changes: 3 additions & 2 deletions docs/dyn/androidpublisher_v3.edits.html
Expand Up @@ -123,7 +123,7 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#commit">commit(packageName, editId, x__xgafv=None)</a></code></p>
<code><a href="#commit">commit(packageName, editId, changesNotSentForReview=None, x__xgafv=None)</a></code></p>
<p class="firstline">Commits an app edit.</p>
<p class="toc_element">
<code><a href="#delete">delete(packageName, editId, x__xgafv=None)</a></code></p>
Expand All @@ -144,12 +144,13 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="commit">commit(packageName, editId, x__xgafv=None)</code>
<code class="details" id="commit">commit(packageName, editId, changesNotSentForReview=None, x__xgafv=None)</code>
<pre>Commits an app edit.

Args:
packageName: string, Package name of the app. (required)
editId: string, Identifier of the edit. (required)
changesNotSentForReview: boolean, Indicates that the changes in this edit will not be reviewed until they are explicitly sent for review from the Google Play Console UI. These changes will be added to any other changes that are not yet sent for review.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
1 change: 1 addition & 0 deletions docs/dyn/apigee_v1.organizations.environments.html
Expand Up @@ -474,6 +474,7 @@ <h3>Method Details</h3>
&quot;host&quot;: &quot;A String&quot;, # Host name of the target server.
&quot;name&quot;: &quot;A String&quot;, # Target server revision name in the following format: `organizations/{org}/environments/{env}/targetservers/{targetserver}/revisions/{rev}`
&quot;port&quot;: 42, # Port number for the target server.
&quot;protocol&quot;: &quot;A String&quot;, # The protocol used by this target server.
&quot;tlsInfo&quot;: { # TLS settings for the target server.
&quot;ciphers&quot;: [ # List of ciphers that are granted access.
&quot;A String&quot;,
Expand Down
Expand Up @@ -110,6 +110,7 @@ <h3>Method Details</h3>
&quot;isEnabled&quot;: True or False, # Optional. Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.
&quot;name&quot;: &quot;A String&quot;, # Required. The resource id of this target server. Values must match the regular expression
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
&quot;sSLInfo&quot;: { # TLS configuration information for VirtualHosts and TargetServers. # Optional. Specifies TLS configuration info for this TargetServer. The JSON name is `sSLInfo` for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites
&quot;A String&quot;,
Expand Down Expand Up @@ -145,6 +146,7 @@ <h3>Method Details</h3>
&quot;isEnabled&quot;: True or False, # Optional. Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.
&quot;name&quot;: &quot;A String&quot;, # Required. The resource id of this target server. Values must match the regular expression
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
&quot;sSLInfo&quot;: { # TLS configuration information for VirtualHosts and TargetServers. # Optional. Specifies TLS configuration info for this TargetServer. The JSON name is `sSLInfo` for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites
&quot;A String&quot;,
Expand Down Expand Up @@ -186,6 +188,7 @@ <h3>Method Details</h3>
&quot;isEnabled&quot;: True or False, # Optional. Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.
&quot;name&quot;: &quot;A String&quot;, # Required. The resource id of this target server. Values must match the regular expression
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
&quot;sSLInfo&quot;: { # TLS configuration information for VirtualHosts and TargetServers. # Optional. Specifies TLS configuration info for this TargetServer. The JSON name is `sSLInfo` for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites
&quot;A String&quot;,
Expand Down Expand Up @@ -227,6 +230,7 @@ <h3>Method Details</h3>
&quot;isEnabled&quot;: True or False, # Optional. Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.
&quot;name&quot;: &quot;A String&quot;, # Required. The resource id of this target server. Values must match the regular expression
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
&quot;sSLInfo&quot;: { # TLS configuration information for VirtualHosts and TargetServers. # Optional. Specifies TLS configuration info for this TargetServer. The JSON name is `sSLInfo` for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites
&quot;A String&quot;,
Expand Down Expand Up @@ -263,6 +267,7 @@ <h3>Method Details</h3>
&quot;isEnabled&quot;: True or False, # Optional. Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.
&quot;name&quot;: &quot;A String&quot;, # Required. The resource id of this target server. Values must match the regular expression
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
&quot;sSLInfo&quot;: { # TLS configuration information for VirtualHosts and TargetServers. # Optional. Specifies TLS configuration info for this TargetServer. The JSON name is `sSLInfo` for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites
&quot;A String&quot;,
Expand Down Expand Up @@ -297,6 +302,7 @@ <h3>Method Details</h3>
&quot;isEnabled&quot;: True or False, # Optional. Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.
&quot;name&quot;: &quot;A String&quot;, # Required. The resource id of this target server. Values must match the regular expression
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
&quot;sSLInfo&quot;: { # TLS configuration information for VirtualHosts and TargetServers. # Optional. Specifies TLS configuration info for this TargetServer. The JSON name is `sSLInfo` for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites
&quot;A String&quot;,
Expand Down
5 changes: 2 additions & 3 deletions docs/dyn/apigee_v1.organizations.instances.html
Expand Up @@ -93,7 +93,7 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#create">create(parent, body=None, environments=None, x__xgafv=None)</a></code></p>
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates an Apigee runtime instance. The instance is accessible from the authorized network configured on the organization. **Note:** Not supported for Apigee hybrid.</p>
<p class="toc_element">
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
Expand All @@ -117,7 +117,7 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="create">create(parent, body=None, environments=None, x__xgafv=None)</code>
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
<pre>Creates an Apigee runtime instance. The instance is accessible from the authorized network configured on the organization. **Note:** Not supported for Apigee hybrid.

Args:
Expand All @@ -139,7 +139,6 @@ <h3>Method Details</h3>
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.
}

environments: string, Optional. List of environments that will be attached to the instance during creation. (repeated)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/apigee_v1.projects.html
Expand Up @@ -98,7 +98,7 @@ <h3>Method Details</h3>
{ # Request for ProvisionOrganization.
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Primary Cloud Platform region for analytics data storage. For valid values, see [Create an organization](https://cloud.google.com/apigee/docs/hybrid/latest/precog-provision). Defaults to `us-west1`.
&quot;authorizedNetwork&quot;: &quot;A String&quot;, # Name of the customer project&#x27;s VPC network. If provided, the network needs to be peered through Service Networking. If none is provided, the organization will have access only to the public internet.
&quot;runtimeLocation&quot;: &quot;A String&quot;, # Cloud Platform location for the runtime instance. Defaults to `us-west1-a`.
&quot;runtimeLocation&quot;: &quot;A String&quot;, # Cloud Platform location for the runtime instance. Defaults to zone `us-west1-a`. If a region is provided, `EVAL` organizations will use the region for automatically selecting a zone for the runtime instance.
}

x__xgafv: string, V1 error format.
Expand Down
84 changes: 84 additions & 0 deletions docs/dyn/artifactregistry_v1.projects.locations.repositories.html
Expand Up @@ -82,10 +82,94 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a repository.</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 repositories.</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>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>

<div class="method">
<code class="details" id="get">get(name, x__xgafv=None)</code>
<pre>Gets a repository.

Args:
name: string, Required. The name of the repository to retrieve. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # A Repository for storing artifacts with a specific format.
&quot;createTime&quot;: &quot;A String&quot;, # The time when the repository was created.
&quot;description&quot;: &quot;A String&quot;, # The user-provided description of the repository.
&quot;format&quot;: &quot;A String&quot;, # The format of packages that are stored in the repository.
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The Cloud KMS resource name of the customer managed encryption key that鈥檚 used to encrypt the contents of the Repository. Has the form: `projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`. This value may not be changed after the Repository has been created.
&quot;labels&quot;: { # Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
}</pre>
</div>

<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists repositories.

Args:
parent: string, Required. The name of the parent resource whose repositories will be listed. (required)
pageSize: integer, The maximum number of repositories to return.
pageToken: string, The next_page_token value returned from a previous list request, if any.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # The response from listing repositories.
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token to retrieve the next page of repositories, or empty if there are no more repositories to return.
&quot;repositories&quot;: [ # The repositories returned.
{ # A Repository for storing artifacts with a specific format.
&quot;createTime&quot;: &quot;A String&quot;, # The time when the repository was created.
&quot;description&quot;: &quot;A String&quot;, # The user-provided description of the repository.
&quot;format&quot;: &quot;A String&quot;, # The format of packages that are stored in the repository.
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The Cloud KMS resource name of the customer managed encryption key that鈥檚 used to encrypt the contents of the Repository. Has the form: `projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`. This value may not be changed after the Repository has been created.
&quot;labels&quot;: { # Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
},
],
}</pre>
</div>

<div class="method">
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
<pre>Retrieves the next page of results.

Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)

Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>

</body></html>
4 changes: 2 additions & 2 deletions docs/dyn/bigquery_v2.models.html
Expand Up @@ -85,7 +85,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Gets the specified model resource by model ID.</p>
<p class="toc_element">
<code><a href="#list">list(projectId, datasetId, maxResults=None, pageToken=None)</a></code></p>
<p class="firstline">Lists all models in the specified dataset. Requires the READER dataset role.</p>
<p class="firstline">Lists all models in the specified dataset. Requires the READER dataset role. After retrieving the list of models, you can get information about a particular model by calling the models.get method.</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>
Expand Down Expand Up @@ -461,7 +461,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="list">list(projectId, datasetId, maxResults=None, pageToken=None)</code>
<pre>Lists all models in the specified dataset. Requires the READER dataset role.
<pre>Lists all models in the specified dataset. Requires the READER dataset role. After retrieving the list of models, you can get information about a particular model by calling the models.get method.

Args:
projectId: string, Required. Project ID of the models to list. (required)
Expand Down
5 changes: 5 additions & 0 deletions docs/dyn/chromepolicy_v1.html
Expand Up @@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the customers Resource.</p>

<p class="toc_element">
<code><a href="chromepolicy_v1.media.html">media()</a></code>
</p>
<p class="firstline">Returns the media Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down

0 comments on commit 44a6719

Please sign in to comment.