Skip to content

Commit 44a6719

Browse files
chore: Update discovery artifacts (#1333)
## 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
1 parent 1c4d199 commit 44a6719

File tree

183 files changed

+4192
-1094
lines changed

Some content is hidden

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

183 files changed

+4192
-1094
lines changed

docs/dyn/androidenterprise_v1.enterprises.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ <h3>Method Details</h3>
195195
&quot;webApps&quot;: { # Options for displaying the Web Apps page.
196196
&quot;enabled&quot;: True or False, # Whether the Web Apps page is displayed. Default is true.
197197
},
198+
&quot;zeroTouch&quot;: { # Options for displaying the Zero Touch page.
199+
&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.
200+
},
198201
}
199202

200203
x__xgafv: string, V1 error format.

docs/dyn/androidpublisher_v3.edits.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2>Instance Methods</h2>
123123
<code><a href="#close">close()</a></code></p>
124124
<p class="firstline">Close httplib2 connections.</p>
125125
<p class="toc_element">
126-
<code><a href="#commit">commit(packageName, editId, x__xgafv=None)</a></code></p>
126+
<code><a href="#commit">commit(packageName, editId, changesNotSentForReview=None, x__xgafv=None)</a></code></p>
127127
<p class="firstline">Commits an app edit.</p>
128128
<p class="toc_element">
129129
<code><a href="#delete">delete(packageName, editId, x__xgafv=None)</a></code></p>
@@ -144,12 +144,13 @@ <h3>Method Details</h3>
144144
</div>
145145

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

150150
Args:
151151
packageName: string, Package name of the app. (required)
152152
editId: string, Identifier of the edit. (required)
153+
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.
153154
x__xgafv: string, V1 error format.
154155
Allowed values
155156
1 - v1 error format

docs/dyn/apigee_v1.organizations.environments.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ <h3>Method Details</h3>
474474
&quot;host&quot;: &quot;A String&quot;, # Host name of the target server.
475475
&quot;name&quot;: &quot;A String&quot;, # Target server revision name in the following format: `organizations/{org}/environments/{env}/targetservers/{targetserver}/revisions/{rev}`
476476
&quot;port&quot;: 42, # Port number for the target server.
477+
&quot;protocol&quot;: &quot;A String&quot;, # The protocol used by this target server.
477478
&quot;tlsInfo&quot;: { # TLS settings for the target server.
478479
&quot;ciphers&quot;: [ # List of ciphers that are granted access.
479480
&quot;A String&quot;,

docs/dyn/apigee_v1.organizations.environments.targetservers.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ <h3>Method Details</h3>
110110
&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.
111111
&quot;name&quot;: &quot;A String&quot;, # Required. The resource id of this target server. Values must match the regular expression
112112
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
113+
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
113114
&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.
114115
&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
115116
&quot;A String&quot;,
@@ -145,6 +146,7 @@ <h3>Method Details</h3>
145146
&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.
146147
&quot;name&quot;: &quot;A String&quot;, # Required. The resource id of this target server. Values must match the regular expression
147148
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
149+
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
148150
&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.
149151
&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
150152
&quot;A String&quot;,
@@ -186,6 +188,7 @@ <h3>Method Details</h3>
186188
&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.
187189
&quot;name&quot;: &quot;A String&quot;, # Required. The resource id of this target server. Values must match the regular expression
188190
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
191+
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
189192
&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.
190193
&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
191194
&quot;A String&quot;,
@@ -227,6 +230,7 @@ <h3>Method Details</h3>
227230
&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.
228231
&quot;name&quot;: &quot;A String&quot;, # Required. The resource id of this target server. Values must match the regular expression
229232
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
233+
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
230234
&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.
231235
&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
232236
&quot;A String&quot;,
@@ -263,6 +267,7 @@ <h3>Method Details</h3>
263267
&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.
264268
&quot;name&quot;: &quot;A String&quot;, # Required. The resource id of this target server. Values must match the regular expression
265269
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
270+
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
266271
&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.
267272
&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
268273
&quot;A String&quot;,
@@ -297,6 +302,7 @@ <h3>Method Details</h3>
297302
&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.
298303
&quot;name&quot;: &quot;A String&quot;, # Required. The resource id of this target server. Values must match the regular expression
299304
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
305+
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
300306
&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.
301307
&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
302308
&quot;A String&quot;,

docs/dyn/apigee_v1.organizations.instances.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2>Instance Methods</h2>
9393
<code><a href="#close">close()</a></code></p>
9494
<p class="firstline">Close httplib2 connections.</p>
9595
<p class="toc_element">
96-
<code><a href="#create">create(parent, body=None, environments=None, x__xgafv=None)</a></code></p>
96+
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
9797
<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>
9898
<p class="toc_element">
9999
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
@@ -117,7 +117,7 @@ <h3>Method Details</h3>
117117
</div>
118118

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

123123
Args:
@@ -139,7 +139,6 @@ <h3>Method Details</h3>
139139
&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.
140140
}
141141

142-
environments: string, Optional. List of environments that will be attached to the instance during creation. (repeated)
143142
x__xgafv: string, V1 error format.
144143
Allowed values
145144
1 - v1 error format

docs/dyn/apigee_v1.projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h3>Method Details</h3>
9898
{ # Request for ProvisionOrganization.
9999
&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`.
100100
&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.
101-
&quot;runtimeLocation&quot;: &quot;A String&quot;, # Cloud Platform location for the runtime instance. Defaults to `us-west1-a`.
101+
&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.
102102
}
103103

104104
x__xgafv: string, V1 error format.

docs/dyn/artifactregistry_v1.projects.locations.repositories.html

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,94 @@ <h2>Instance Methods</h2>
8282
<p class="toc_element">
8383
<code><a href="#close">close()</a></code></p>
8484
<p class="firstline">Close httplib2 connections.</p>
85+
<p class="toc_element">
86+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
87+
<p class="firstline">Gets a repository.</p>
88+
<p class="toc_element">
89+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
90+
<p class="firstline">Lists repositories.</p>
91+
<p class="toc_element">
92+
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
93+
<p class="firstline">Retrieves the next page of results.</p>
8594
<h3>Method Details</h3>
8695
<div class="method">
8796
<code class="details" id="close">close()</code>
8897
<pre>Close httplib2 connections.</pre>
8998
</div>
9099

100+
<div class="method">
101+
<code class="details" id="get">get(name, x__xgafv=None)</code>
102+
<pre>Gets a repository.
103+
104+
Args:
105+
name: string, Required. The name of the repository to retrieve. (required)
106+
x__xgafv: string, V1 error format.
107+
Allowed values
108+
1 - v1 error format
109+
2 - v2 error format
110+
111+
Returns:
112+
An object of the form:
113+
114+
{ # A Repository for storing artifacts with a specific format.
115+
&quot;createTime&quot;: &quot;A String&quot;, # The time when the repository was created.
116+
&quot;description&quot;: &quot;A String&quot;, # The user-provided description of the repository.
117+
&quot;format&quot;: &quot;A String&quot;, # The format of packages that are stored in the repository.
118+
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The Cloud KMS resource name of the customer managed encryption key that’s 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.
119+
&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.
120+
&quot;a_key&quot;: &quot;A String&quot;,
121+
},
122+
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
123+
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
124+
}</pre>
125+
</div>
126+
127+
<div class="method">
128+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
129+
<pre>Lists repositories.
130+
131+
Args:
132+
parent: string, Required. The name of the parent resource whose repositories will be listed. (required)
133+
pageSize: integer, The maximum number of repositories to return.
134+
pageToken: string, The next_page_token value returned from a previous list request, if any.
135+
x__xgafv: string, V1 error format.
136+
Allowed values
137+
1 - v1 error format
138+
2 - v2 error format
139+
140+
Returns:
141+
An object of the form:
142+
143+
{ # The response from listing repositories.
144+
&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.
145+
&quot;repositories&quot;: [ # The repositories returned.
146+
{ # A Repository for storing artifacts with a specific format.
147+
&quot;createTime&quot;: &quot;A String&quot;, # The time when the repository was created.
148+
&quot;description&quot;: &quot;A String&quot;, # The user-provided description of the repository.
149+
&quot;format&quot;: &quot;A String&quot;, # The format of packages that are stored in the repository.
150+
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The Cloud KMS resource name of the customer managed encryption key that’s 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.
151+
&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.
152+
&quot;a_key&quot;: &quot;A String&quot;,
153+
},
154+
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
155+
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
156+
},
157+
],
158+
}</pre>
159+
</div>
160+
161+
<div class="method">
162+
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
163+
<pre>Retrieves the next page of results.
164+
165+
Args:
166+
previous_request: The request for the previous page. (required)
167+
previous_response: The response from the request for the previous page. (required)
168+
169+
Returns:
170+
A request object that you can call &#x27;execute()&#x27; on to request the next
171+
page. Returns None if there are no more items in the collection.
172+
</pre>
173+
</div>
174+
91175
</body></html>

docs/dyn/bigquery_v2.models.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Instance Methods</h2>
8585
<p class="firstline">Gets the specified model resource by model ID.</p>
8686
<p class="toc_element">
8787
<code><a href="#list">list(projectId, datasetId, maxResults=None, pageToken=None)</a></code></p>
88-
<p class="firstline">Lists all models in the specified dataset. Requires the READER dataset role.</p>
88+
<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>
8989
<p class="toc_element">
9090
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
9191
<p class="firstline">Retrieves the next page of results.</p>
@@ -461,7 +461,7 @@ <h3>Method Details</h3>
461461

462462
<div class="method">
463463
<code class="details" id="list">list(projectId, datasetId, maxResults=None, pageToken=None)</code>
464-
<pre>Lists all models in the specified dataset. Requires the READER dataset role.
464+
<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.
465465

466466
Args:
467467
projectId: string, Required. Project ID of the models to list. (required)

docs/dyn/chromepolicy_v1.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
7979
</p>
8080
<p class="firstline">Returns the customers Resource.</p>
8181

82+
<p class="toc_element">
83+
<code><a href="chromepolicy_v1.media.html">media()</a></code>
84+
</p>
85+
<p class="firstline">Returns the media Resource.</p>
86+
8287
<p class="toc_element">
8388
<code><a href="#close">close()</a></code></p>
8489
<p class="firstline">Close httplib2 connections.</p>

0 commit comments

Comments
 (0)