Skip to content

chore: Update discovery artifacts #2522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
357c35b
feat(aiplatform): update the api
yoshi-automation Nov 19, 2024
5463175
feat(androidenterprise): update the api
yoshi-automation Nov 19, 2024
8840432
feat(beyondcorp): update the api
yoshi-automation Nov 19, 2024
ff99963
feat(cloudsearch): update the api
yoshi-automation Nov 19, 2024
7027911
feat(connectors): update the api
yoshi-automation Nov 19, 2024
e0be4be
feat(contactcenterinsights): update the api
yoshi-automation Nov 19, 2024
fe4ac00
fix(datalineage): update the api
yoshi-automation Nov 19, 2024
6a3e22f
feat(datamigration): update the api
yoshi-automation Nov 19, 2024
17d6202
feat(deploymentmanager): update the api
yoshi-automation Nov 19, 2024
9af1e3e
feat(digitalassetlinks): update the api
yoshi-automation Nov 19, 2024
58f3605
feat(discoveryengine): update the api
yoshi-automation Nov 19, 2024
2efd3a0
feat(drive): update the api
yoshi-automation Nov 19, 2024
df52483
feat(firebaseappdistribution): update the api
yoshi-automation Nov 19, 2024
eb5c6c1
feat(firebasestorage): update the api
yoshi-automation Nov 19, 2024
a3d7bf9
feat(gkehub): update the api
yoshi-automation Nov 19, 2024
f221440
feat(gkeonprem): update the api
yoshi-automation Nov 19, 2024
6f51005
feat(netapp): update the api
yoshi-automation Nov 19, 2024
69c49f0
feat(networkmanagement): update the api
yoshi-automation Nov 19, 2024
4157413
feat(networksecurity): update the api
yoshi-automation Nov 19, 2024
4d89430
feat(networkservices): update the api
yoshi-automation Nov 19, 2024
0780c45
feat(securitycenter): update the api
yoshi-automation Nov 19, 2024
9f5258c
feat(servicemanagement): update the api
yoshi-automation Nov 19, 2024
026ea82
feat(servicenetworking): update the api
yoshi-automation Nov 19, 2024
9b0e144
fix(speech): update the api
yoshi-automation Nov 19, 2024
bfb2b7f
feat(sqladmin): update the api
yoshi-automation Nov 19, 2024
f78a5ef
feat(storage): update the api
yoshi-automation Nov 19, 2024
ea0f36f
feat(sts): update the api
yoshi-automation Nov 19, 2024
8cfdee5
feat(walletobjects): update the api
yoshi-automation Nov 19, 2024
59c95a9
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Nov 19, 2024
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
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions docs/dyn/addressvalidation_v1.v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h3>Method Details</h3>
&quot;unexpected&quot;: True or False, # Indicates an address component that is not expected to be present in a postal address for the given region. We have retained it only because it was part of the input.
},
],
&quot;formattedAddress&quot;: &quot;A String&quot;, # The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located. Note: the format of this address may not match the format of the address in the `postal_address` field. For example, the `postal_address` will always represent the country as a 2 letter `region_code` (ex. &quot;US&quot; or &quot;CA&quot;), whereas this field will use a longer form of the country name (ex. &quot;USA or &quot;Canada&quot;).
&quot;formattedAddress&quot;: &quot;A String&quot;, # The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located. Note: the format of this address may not match the format of the address in the `postal_address` field. For example, the `postal_address` always represents the country as a 2 letter `region_code`, such as &quot;US&quot; or &quot;NZ&quot;. By contrast, this field uses a longer form of the country name, such as &quot;USA&quot; or &quot;New Zealand&quot;.
&quot;missingComponentTypes&quot;: [ # The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `[&#x27;street_number&#x27;, &#x27;route&#x27;]` for an input like &quot;Boulder, Colorado, 80301, USA&quot;. The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
&quot;A String&quot;,
],
Expand All @@ -198,7 +198,7 @@ <h3>Method Details</h3>
&quot;unconfirmedComponentTypes&quot;: [ # The types of the components that are present in the `address_components` but could not be confirmed to be correct. This field is provided for the sake of convenience: its contents are equivalent to iterating through the `address_components` to find the types of all the components where the confirmation_level is not CONFIRMED or the inferred flag is not set to `true`. The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
&quot;A String&quot;,
],
&quot;unresolvedTokens&quot;: [ # Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address (for example in an input like &quot;Parcel 0000123123 &amp; 0000456456 Str # Guthrie Center IA 50115 US&quot;, the unresolved tokens may look like `[&quot;Parcel&quot;, &quot;0000123123&quot;, &quot;&amp;&quot;, &quot;0000456456&quot;]`.
&quot;unresolvedTokens&quot;: [ # Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address. For example, for an input such as &quot;Parcel 0000123123 &amp; 0000456456 Str # Guthrie Center IA 50115 US&quot;, the unresolved tokens might look like `[&quot;Parcel&quot;, &quot;0000123123&quot;, &quot;&amp;&quot;, &quot;0000456456&quot;]`.
&quot;A String&quot;,
],
},
Expand All @@ -217,7 +217,7 @@ <h3>Method Details</h3>
&quot;unexpected&quot;: True or False, # Indicates an address component that is not expected to be present in a postal address for the given region. We have retained it only because it was part of the input.
},
],
&quot;formattedAddress&quot;: &quot;A String&quot;, # The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located. Note: the format of this address may not match the format of the address in the `postal_address` field. For example, the `postal_address` will always represent the country as a 2 letter `region_code` (ex. &quot;US&quot; or &quot;CA&quot;), whereas this field will use a longer form of the country name (ex. &quot;USA or &quot;Canada&quot;).
&quot;formattedAddress&quot;: &quot;A String&quot;, # The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located. Note: the format of this address may not match the format of the address in the `postal_address` field. For example, the `postal_address` always represents the country as a 2 letter `region_code`, such as &quot;US&quot; or &quot;NZ&quot;. By contrast, this field uses a longer form of the country name, such as &quot;USA&quot; or &quot;New Zealand&quot;.
&quot;missingComponentTypes&quot;: [ # The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `[&#x27;street_number&#x27;, &#x27;route&#x27;]` for an input like &quot;Boulder, Colorado, 80301, USA&quot;. The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
&quot;A String&quot;,
],
Expand All @@ -241,7 +241,7 @@ <h3>Method Details</h3>
&quot;unconfirmedComponentTypes&quot;: [ # The types of the components that are present in the `address_components` but could not be confirmed to be correct. This field is provided for the sake of convenience: its contents are equivalent to iterating through the `address_components` to find the types of all the components where the confirmation_level is not CONFIRMED or the inferred flag is not set to `true`. The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
&quot;A String&quot;,
],
&quot;unresolvedTokens&quot;: [ # Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address (for example in an input like &quot;Parcel 0000123123 &amp; 0000456456 Str # Guthrie Center IA 50115 US&quot;, the unresolved tokens may look like `[&quot;Parcel&quot;, &quot;0000123123&quot;, &quot;&amp;&quot;, &quot;0000456456&quot;]`.
&quot;unresolvedTokens&quot;: [ # Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address. For example, for an input such as &quot;Parcel 0000123123 &amp; 0000456456 Str # Guthrie Center IA 50115 US&quot;, the unresolved tokens might look like `[&quot;Parcel&quot;, &quot;0000123123&quot;, &quot;&amp;&quot;, &quot;0000456456&quot;]`.
&quot;A String&quot;,
],
},
Expand Down
16 changes: 8 additions & 8 deletions docs/dyn/admin_directory_v1.orgunits.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h3>Method Details</h3>
An object of the form:

{ # Managing your account&#x27;s organizational units allows you to configure your users&#x27; access to services and custom settings. For more information about common organizational unit tasks, see the [Developer&#x27;s Guide](/admin-sdk/directory/v1/guides/manage-org-units.html). The customer&#x27;s organizational unit hierarchy is limited to 35 levels of depth.
&quot;blockInheritance&quot;: True or False, # Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of the nearest parent organizational unit. This field is deprecated. Setting it to `true` is no longer supported and can have _unintended consequences_. For more information about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
&quot;blockInheritance&quot;: True or False, # This field is deprecated and setting its value has no effect.
&quot;description&quot;: &quot;A String&quot;, # Description of the organizational unit.
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
&quot;kind&quot;: &quot;admin#directory#orgUnit&quot;, # The type of the API resource. For Orgunits resources, the value is `admin#directory#orgUnit`.
Expand All @@ -153,7 +153,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Managing your account&#x27;s organizational units allows you to configure your users&#x27; access to services and custom settings. For more information about common organizational unit tasks, see the [Developer&#x27;s Guide](/admin-sdk/directory/v1/guides/manage-org-units.html). The customer&#x27;s organizational unit hierarchy is limited to 35 levels of depth.
&quot;blockInheritance&quot;: True or False, # Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of the nearest parent organizational unit. This field is deprecated. Setting it to `true` is no longer supported and can have _unintended consequences_. For more information about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
&quot;blockInheritance&quot;: True or False, # This field is deprecated and setting its value has no effect.
&quot;description&quot;: &quot;A String&quot;, # Description of the organizational unit.
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
&quot;kind&quot;: &quot;admin#directory#orgUnit&quot;, # The type of the API resource. For Orgunits resources, the value is `admin#directory#orgUnit`.
Expand All @@ -173,7 +173,7 @@ <h3>Method Details</h3>
An object of the form:

{ # Managing your account&#x27;s organizational units allows you to configure your users&#x27; access to services and custom settings. For more information about common organizational unit tasks, see the [Developer&#x27;s Guide](/admin-sdk/directory/v1/guides/manage-org-units.html). The customer&#x27;s organizational unit hierarchy is limited to 35 levels of depth.
&quot;blockInheritance&quot;: True or False, # Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of the nearest parent organizational unit. This field is deprecated. Setting it to `true` is no longer supported and can have _unintended consequences_. For more information about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
&quot;blockInheritance&quot;: True or False, # This field is deprecated and setting its value has no effect.
&quot;description&quot;: &quot;A String&quot;, # Description of the organizational unit.
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
&quot;kind&quot;: &quot;admin#directory#orgUnit&quot;, # The type of the API resource. For Orgunits resources, the value is `admin#directory#orgUnit`.
Expand Down Expand Up @@ -210,7 +210,7 @@ <h3>Method Details</h3>
&quot;kind&quot;: &quot;admin#directory#orgUnits&quot;, # The type of the API resource. For Org Unit resources, the type is `admin#directory#orgUnits`.
&quot;organizationUnits&quot;: [ # A list of organizational unit objects.
{ # Managing your account&#x27;s organizational units allows you to configure your users&#x27; access to services and custom settings. For more information about common organizational unit tasks, see the [Developer&#x27;s Guide](/admin-sdk/directory/v1/guides/manage-org-units.html). The customer&#x27;s organizational unit hierarchy is limited to 35 levels of depth.
&quot;blockInheritance&quot;: True or False, # Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of the nearest parent organizational unit. This field is deprecated. Setting it to `true` is no longer supported and can have _unintended consequences_. For more information about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
&quot;blockInheritance&quot;: True or False, # This field is deprecated and setting its value has no effect.
&quot;description&quot;: &quot;A String&quot;, # Description of the organizational unit.
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
&quot;kind&quot;: &quot;admin#directory#orgUnit&quot;, # The type of the API resource. For Orgunits resources, the value is `admin#directory#orgUnit`.
Expand All @@ -235,7 +235,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Managing your account&#x27;s organizational units allows you to configure your users&#x27; access to services and custom settings. For more information about common organizational unit tasks, see the [Developer&#x27;s Guide](/admin-sdk/directory/v1/guides/manage-org-units.html). The customer&#x27;s organizational unit hierarchy is limited to 35 levels of depth.
&quot;blockInheritance&quot;: True or False, # Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of the nearest parent organizational unit. This field is deprecated. Setting it to `true` is no longer supported and can have _unintended consequences_. For more information about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
&quot;blockInheritance&quot;: True or False, # This field is deprecated and setting its value has no effect.
&quot;description&quot;: &quot;A String&quot;, # Description of the organizational unit.
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
&quot;kind&quot;: &quot;admin#directory#orgUnit&quot;, # The type of the API resource. For Orgunits resources, the value is `admin#directory#orgUnit`.
Expand All @@ -255,7 +255,7 @@ <h3>Method Details</h3>
An object of the form:

{ # Managing your account&#x27;s organizational units allows you to configure your users&#x27; access to services and custom settings. For more information about common organizational unit tasks, see the [Developer&#x27;s Guide](/admin-sdk/directory/v1/guides/manage-org-units.html). The customer&#x27;s organizational unit hierarchy is limited to 35 levels of depth.
&quot;blockInheritance&quot;: True or False, # Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of the nearest parent organizational unit. This field is deprecated. Setting it to `true` is no longer supported and can have _unintended consequences_. For more information about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
&quot;blockInheritance&quot;: True or False, # This field is deprecated and setting its value has no effect.
&quot;description&quot;: &quot;A String&quot;, # Description of the organizational unit.
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
&quot;kind&quot;: &quot;admin#directory#orgUnit&quot;, # The type of the API resource. For Orgunits resources, the value is `admin#directory#orgUnit`.
Expand All @@ -278,7 +278,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Managing your account&#x27;s organizational units allows you to configure your users&#x27; access to services and custom settings. For more information about common organizational unit tasks, see the [Developer&#x27;s Guide](/admin-sdk/directory/v1/guides/manage-org-units.html). The customer&#x27;s organizational unit hierarchy is limited to 35 levels of depth.
&quot;blockInheritance&quot;: True or False, # Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of the nearest parent organizational unit. This field is deprecated. Setting it to `true` is no longer supported and can have _unintended consequences_. For more information about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
&quot;blockInheritance&quot;: True or False, # This field is deprecated and setting its value has no effect.
&quot;description&quot;: &quot;A String&quot;, # Description of the organizational unit.
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
&quot;kind&quot;: &quot;admin#directory#orgUnit&quot;, # The type of the API resource. For Orgunits resources, the value is `admin#directory#orgUnit`.
Expand All @@ -298,7 +298,7 @@ <h3>Method Details</h3>
An object of the form:

{ # Managing your account&#x27;s organizational units allows you to configure your users&#x27; access to services and custom settings. For more information about common organizational unit tasks, see the [Developer&#x27;s Guide](/admin-sdk/directory/v1/guides/manage-org-units.html). The customer&#x27;s organizational unit hierarchy is limited to 35 levels of depth.
&quot;blockInheritance&quot;: True or False, # Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of the nearest parent organizational unit. This field is deprecated. Setting it to `true` is no longer supported and can have _unintended consequences_. For more information about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).
&quot;blockInheritance&quot;: True or False, # This field is deprecated and setting its value has no effect.
&quot;description&quot;: &quot;A String&quot;, # Description of the organizational unit.
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
&quot;kind&quot;: &quot;admin#directory#orgUnit&quot;, # The type of the API resource. For Orgunits resources, the value is `admin#directory#orgUnit`.
Expand Down
Loading