Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9f30db4
feat(apigeeregistry): update the api
yoshi-automation Jul 19, 2022
166131a
feat(bigtableadmin): update the api
yoshi-automation Jul 19, 2022
318a536
feat(certificatemanager): update the api
yoshi-automation Jul 19, 2022
b5bb878
feat(chromemanagement): update the api
yoshi-automation Jul 19, 2022
df983ba
feat(chromepolicy): update the api
yoshi-automation Jul 19, 2022
f6b2cad
feat(cloudfunctions): update the api
yoshi-automation Jul 19, 2022
d4ea38a
feat(cloudsearch): update the api
yoshi-automation Jul 19, 2022
7855113
feat(cloudtasks): update the api
yoshi-automation Jul 19, 2022
0861cb7
feat(connectors): update the api
yoshi-automation Jul 19, 2022
afe85f5
feat(containeranalysis): update the api
yoshi-automation Jul 19, 2022
05688d8
feat(content): update the api
yoshi-automation Jul 19, 2022
fc42815
feat(datacatalog): update the api
yoshi-automation Jul 19, 2022
24b6a0e
feat(dataplex): update the api
yoshi-automation Jul 19, 2022
56fb20a
feat(documentai): update the api
yoshi-automation Jul 19, 2022
a0d5f48
feat(drive): update the api
yoshi-automation Jul 19, 2022
7fdfb91
feat(gkehub): update the api
yoshi-automation Jul 19, 2022
cb875b8
feat(mybusinessaccountmanagement): update the api
yoshi-automation Jul 19, 2022
68e45cd
feat(ondemandscanning): update the api
yoshi-automation Jul 19, 2022
daf5183
feat(run): update the api
yoshi-automation Jul 19, 2022
9c5ed43
feat(securitycenter): update the api
yoshi-automation Jul 19, 2022
bd1e2e4
feat(servicenetworking): update the api
yoshi-automation Jul 19, 2022
e344e6f
feat(youtube): update the api
yoshi-automation Jul 19, 2022
c40111d
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Jul 19, 2022
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
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h3>Method Details</h3>
{ # An enrollment token.
&quot;additionalData&quot;: &quot;A String&quot;, # Optional, arbitrary data associated with the enrollment token. This could contain, for example, the ID of an org unit the device is assigned to after enrollment. After a device enrolls with the token, this data will be exposed in the enrollment_token_data field of the Device resource. The data must be 1024 characters or less; otherwise, the creation request will fail.
&quot;allowPersonalUsage&quot;: &quot;A String&quot;, # Controls whether personal usage is allowed on a device provisioned with this enrollment token.For company-owned devices: Enabling personal usage allows the user to set up a work profile on the device. Disabling personal usage requires the user provision the device as a fully managed device.For personally-owned devices: Enabling personal usage allows the user to set up a work profile on the device. Disabling personal usage will prevent the device from provisioning. Personal usage cannot be disabled on personally-owned device.
&quot;duration&quot;: &quot;A String&quot;, # The length of time the enrollment token is valid, ranging from 1 minute to 90 days. If not specified, the default duration is 1 hour.
&quot;duration&quot;: &quot;A String&quot;, # The length of time the enrollment token is valid, ranging from 1 minute to Durations.MAX_VALUE (https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Durations.html#MAX_VALUE), approximately 10,000 years. If not specified, the default duration is 1 hour. Please note that if requested duration causes the resulting expiration_timestamp to exceed Timestamps.MAX_VALUE (https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Timestamps.html#MAX_VALUE), then expiration_timestamp is coerced to Timestamps.MAX_VALUE.
&quot;expirationTimestamp&quot;: &quot;A String&quot;, # The expiration time of the token. This is a read-only field generated by the server.
&quot;name&quot;: &quot;A String&quot;, # The name of the enrollment token, which is generated by the server during creation, in the form enterprises/{enterpriseId}/enrollmentTokens/{enrollmentTokenId}.
&quot;oneTimeOnly&quot;: True or False, # Whether the enrollment token is for one time use only. If the flag is set to true, only one device can use it for registration.
Expand All @@ -133,7 +133,7 @@ <h3>Method Details</h3>
{ # An enrollment token.
&quot;additionalData&quot;: &quot;A String&quot;, # Optional, arbitrary data associated with the enrollment token. This could contain, for example, the ID of an org unit the device is assigned to after enrollment. After a device enrolls with the token, this data will be exposed in the enrollment_token_data field of the Device resource. The data must be 1024 characters or less; otherwise, the creation request will fail.
&quot;allowPersonalUsage&quot;: &quot;A String&quot;, # Controls whether personal usage is allowed on a device provisioned with this enrollment token.For company-owned devices: Enabling personal usage allows the user to set up a work profile on the device. Disabling personal usage requires the user provision the device as a fully managed device.For personally-owned devices: Enabling personal usage allows the user to set up a work profile on the device. Disabling personal usage will prevent the device from provisioning. Personal usage cannot be disabled on personally-owned device.
&quot;duration&quot;: &quot;A String&quot;, # The length of time the enrollment token is valid, ranging from 1 minute to 90 days. If not specified, the default duration is 1 hour.
&quot;duration&quot;: &quot;A String&quot;, # The length of time the enrollment token is valid, ranging from 1 minute to Durations.MAX_VALUE (https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Durations.html#MAX_VALUE), approximately 10,000 years. If not specified, the default duration is 1 hour. Please note that if requested duration causes the resulting expiration_timestamp to exceed Timestamps.MAX_VALUE (https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Timestamps.html#MAX_VALUE), then expiration_timestamp is coerced to Timestamps.MAX_VALUE.
&quot;expirationTimestamp&quot;: &quot;A String&quot;, # The expiration time of the token. This is a read-only field generated by the server.
&quot;name&quot;: &quot;A String&quot;, # The name of the enrollment token, which is generated by the server during creation, in the form enterprises/{enterpriseId}/enrollmentTokens/{enrollmentTokenId}.
&quot;oneTimeOnly&quot;: True or False, # Whether the enrollment token is for one time use only. If the flag is set to true, only one device can use it for registration.
Expand Down Expand Up @@ -181,7 +181,7 @@ <h3>Method Details</h3>
{ # An enrollment token.
&quot;additionalData&quot;: &quot;A String&quot;, # Optional, arbitrary data associated with the enrollment token. This could contain, for example, the ID of an org unit the device is assigned to after enrollment. After a device enrolls with the token, this data will be exposed in the enrollment_token_data field of the Device resource. The data must be 1024 characters or less; otherwise, the creation request will fail.
&quot;allowPersonalUsage&quot;: &quot;A String&quot;, # Controls whether personal usage is allowed on a device provisioned with this enrollment token.For company-owned devices: Enabling personal usage allows the user to set up a work profile on the device. Disabling personal usage requires the user provision the device as a fully managed device.For personally-owned devices: Enabling personal usage allows the user to set up a work profile on the device. Disabling personal usage will prevent the device from provisioning. Personal usage cannot be disabled on personally-owned device.
&quot;duration&quot;: &quot;A String&quot;, # The length of time the enrollment token is valid, ranging from 1 minute to 90 days. If not specified, the default duration is 1 hour.
&quot;duration&quot;: &quot;A String&quot;, # The length of time the enrollment token is valid, ranging from 1 minute to Durations.MAX_VALUE (https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Durations.html#MAX_VALUE), approximately 10,000 years. If not specified, the default duration is 1 hour. Please note that if requested duration causes the resulting expiration_timestamp to exceed Timestamps.MAX_VALUE (https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Timestamps.html#MAX_VALUE), then expiration_timestamp is coerced to Timestamps.MAX_VALUE.
&quot;expirationTimestamp&quot;: &quot;A String&quot;, # The expiration time of the token. This is a read-only field generated by the server.
&quot;name&quot;: &quot;A String&quot;, # The name of the enrollment token, which is generated by the server during creation, in the form enterprises/{enterpriseId}/enrollmentTokens/{enrollmentTokenId}.
&quot;oneTimeOnly&quot;: True or False, # Whether the enrollment token is for one time use only. If the flag is set to true, only one device can use it for registration.
Expand Down Expand Up @@ -215,7 +215,7 @@ <h3>Method Details</h3>
{ # An enrollment token.
&quot;additionalData&quot;: &quot;A String&quot;, # Optional, arbitrary data associated with the enrollment token. This could contain, for example, the ID of an org unit the device is assigned to after enrollment. After a device enrolls with the token, this data will be exposed in the enrollment_token_data field of the Device resource. The data must be 1024 characters or less; otherwise, the creation request will fail.
&quot;allowPersonalUsage&quot;: &quot;A String&quot;, # Controls whether personal usage is allowed on a device provisioned with this enrollment token.For company-owned devices: Enabling personal usage allows the user to set up a work profile on the device. Disabling personal usage requires the user provision the device as a fully managed device.For personally-owned devices: Enabling personal usage allows the user to set up a work profile on the device. Disabling personal usage will prevent the device from provisioning. Personal usage cannot be disabled on personally-owned device.
&quot;duration&quot;: &quot;A String&quot;, # The length of time the enrollment token is valid, ranging from 1 minute to 90 days. If not specified, the default duration is 1 hour.
&quot;duration&quot;: &quot;A String&quot;, # The length of time the enrollment token is valid, ranging from 1 minute to Durations.MAX_VALUE (https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Durations.html#MAX_VALUE), approximately 10,000 years. If not specified, the default duration is 1 hour. Please note that if requested duration causes the resulting expiration_timestamp to exceed Timestamps.MAX_VALUE (https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Timestamps.html#MAX_VALUE), then expiration_timestamp is coerced to Timestamps.MAX_VALUE.
&quot;expirationTimestamp&quot;: &quot;A String&quot;, # The expiration time of the token. This is a read-only field generated by the server.
&quot;name&quot;: &quot;A String&quot;, # The name of the enrollment token, which is generated by the server during creation, in the form enterprises/{enterpriseId}/enrollmentTokens/{enrollmentTokenId}.
&quot;oneTimeOnly&quot;: True or False, # Whether the enrollment token is for one time use only. If the flag is set to true, only one device can use it for registration.
Expand Down
Loading