Skip to content

Commit

Permalink
chore: Update discovery artifacts (#2312)
Browse files Browse the repository at this point in the history
## Deleted keys were detected in the following stable discovery artifacts:
bigtableadmin v2 https://togithub.com/googleapis/google-api-python-client/commit/0ea4a0684a6ebdbfa16b9c1e7c97b9c2e229eec9
script v1 https://togithub.com/googleapis/google-api-python-client/commit/f2b8610145128f9cf545a11a0c71c25e9ef9711c
storage v1 https://togithub.com/googleapis/google-api-python-client/commit/67a8550057c5f66e03632bf0f2d9b42fcb39b660

## Deleted keys were detected in the following pre-stable discovery artifacts:
compute alpha https://togithub.com/googleapis/google-api-python-client/commit/349d798f89928f721bfa3a76369165064218ad3a

## Discovery Artifact Change Summary:
feat(androidmanagement): update the api https://togithub.com/googleapis/google-api-python-client/commit/037725556e801716476aa30d305bf0c22a0ca1ff
feat(batch): update the api https://togithub.com/googleapis/google-api-python-client/commit/a89b34ff2849ca76e6ed148da0d8662ba931e6d2
feat(bigtableadmin): update the api https://togithub.com/googleapis/google-api-python-client/commit/0ea4a0684a6ebdbfa16b9c1e7c97b9c2e229eec9
feat(compute): update the api https://togithub.com/googleapis/google-api-python-client/commit/349d798f89928f721bfa3a76369165064218ad3a
feat(connectors): update the api https://togithub.com/googleapis/google-api-python-client/commit/713f174ca4d6d5e4abebccfd5a1255cb23e067ff
feat(contactcenterinsights): update the api https://togithub.com/googleapis/google-api-python-client/commit/4e87587c8f9a78242cd90719f332f6495aad32b1
feat(content): update the api https://togithub.com/googleapis/google-api-python-client/commit/b327676b520c18cb9faa6182e0ea9b4ddd24d858
feat(customsearch): update the api https://togithub.com/googleapis/google-api-python-client/commit/2b392dc7d678d32cb37dc295d13f0b2e9bd1b7d6
feat(displayvideo): update the api https://togithub.com/googleapis/google-api-python-client/commit/7f470af6609fff74d13a77f947153e74456e25fa
feat(firestore): update the api https://togithub.com/googleapis/google-api-python-client/commit/6dd096bde699d361dcc8e9f25ead6708e62a8ef2
feat(script): update the api https://togithub.com/googleapis/google-api-python-client/commit/f2b8610145128f9cf545a11a0c71c25e9ef9711c
feat(storage): update the api https://togithub.com/googleapis/google-api-python-client/commit/67a8550057c5f66e03632bf0f2d9b42fcb39b660
  • Loading branch information
yoshi-code-bot authored Jan 8, 2024
1 parent b982e82 commit 4d8cae1
Show file tree
Hide file tree
Showing 399 changed files with 3,418 additions and 1,794 deletions.

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions docs/dyn/accesscontextmanager_v1.services.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,18 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # `SupportedService` specifies VPC-SC supported service and its properties.
{ # `SupportedService` specifies the VPC Service Controls and its properties.
&quot;availableOnRestrictedVip&quot;: True or False, # True if the service is available on the restricted VIP. Services on the restricted VIP typically either support VPC Service Controls or are core infrastructure services required for the functioning of Google Cloud.
&quot;knownLimitations&quot;: True or False, # True if the service is supported with some limitations. Check documentation for details.
&quot;knownLimitations&quot;: True or False, # True if the service is supported with some limitations. Check [documentation](https://cloud.google.com/vpc-service-controls/docs/supported-products) for details.
&quot;name&quot;: &quot;A String&quot;, # The service name or address of the supported service, such as `service.googleapis.com`.
&quot;supportStage&quot;: &quot;A String&quot;, # The support stage of the service.
&quot;supportedMethods&quot;: [ # The list of the supported methods. Field exist only in response on [GetSupportedService]
&quot;supportedMethods&quot;: [ # The list of the supported methods. This field exists only in response to GetSupportedService
{ # An allowed method or permission of a service specified in ApiOperation.
&quot;method&quot;: &quot;A String&quot;, # Value for `method` should be a valid method name for the corresponding `service_name` in ApiOperation. If `*` used as value for `method`, then ALL methods and permissions are allowed.
&quot;permission&quot;: &quot;A String&quot;, # Value for `permission` should be a valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
&quot;method&quot;: &quot;A String&quot;, # A valid method name for the corresponding `service_name` in ApiOperation. If `*` is used as the value for the `method`, then ALL methods and permissions are allowed.
&quot;permission&quot;: &quot;A String&quot;, # A valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
},
],
&quot;title&quot;: &quot;A String&quot;, # The name of the supported product, such as &#x27;Cloud Product API&#x27;
&quot;title&quot;: &quot;A String&quot;, # The name of the supported product, such as &#x27;Cloud Product API&#x27;.
}</pre>
</div>

Expand All @@ -139,18 +139,18 @@ <h3>Method Details</h3>
{ # A response to `ListSupportedServicesRequest`.
&quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
&quot;supportedServices&quot;: [ # List of services supported by VPC Service Controls instances.
{ # `SupportedService` specifies VPC-SC supported service and its properties.
{ # `SupportedService` specifies the VPC Service Controls and its properties.
&quot;availableOnRestrictedVip&quot;: True or False, # True if the service is available on the restricted VIP. Services on the restricted VIP typically either support VPC Service Controls or are core infrastructure services required for the functioning of Google Cloud.
&quot;knownLimitations&quot;: True or False, # True if the service is supported with some limitations. Check documentation for details.
&quot;knownLimitations&quot;: True or False, # True if the service is supported with some limitations. Check [documentation](https://cloud.google.com/vpc-service-controls/docs/supported-products) for details.
&quot;name&quot;: &quot;A String&quot;, # The service name or address of the supported service, such as `service.googleapis.com`.
&quot;supportStage&quot;: &quot;A String&quot;, # The support stage of the service.
&quot;supportedMethods&quot;: [ # The list of the supported methods. Field exist only in response on [GetSupportedService]
&quot;supportedMethods&quot;: [ # The list of the supported methods. This field exists only in response to GetSupportedService
{ # An allowed method or permission of a service specified in ApiOperation.
&quot;method&quot;: &quot;A String&quot;, # Value for `method` should be a valid method name for the corresponding `service_name` in ApiOperation. If `*` used as value for `method`, then ALL methods and permissions are allowed.
&quot;permission&quot;: &quot;A String&quot;, # Value for `permission` should be a valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
&quot;method&quot;: &quot;A String&quot;, # A valid method name for the corresponding `service_name` in ApiOperation. If `*` is used as the value for the `method`, then ALL methods and permissions are allowed.
&quot;permission&quot;: &quot;A String&quot;, # A valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
},
],
&quot;title&quot;: &quot;A String&quot;, # The name of the supported product, such as &#x27;Cloud Product API&#x27;
&quot;title&quot;: &quot;A String&quot;, # The name of the supported product, such as &#x27;Cloud Product API&#x27;.
},
],
}</pre>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/dyn/androidmanagement_v1.enterprises.policies.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ <h3>Method Details</h3>
&quot;deviceRadioState&quot;: { # Controls for device radio settings. # Covers controls for radio state such as Wi-Fi, bluetooth, and more.
&quot;airplaneModeState&quot;: &quot;A String&quot;, # Controls whether airplane mode can be toggled by the user or not.
&quot;cellularTwoGState&quot;: &quot;A String&quot;, # Controls whether cellular 2G setting can be toggled by the user or not.
&quot;minimumWifiSecurityLevel&quot;: &quot;A String&quot;, # The minimum required security level of Wi-Fi networks that the device can connect to.
&quot;ultraWidebandState&quot;: &quot;A String&quot;, # Controls the state of the ultra wideband setting and whether the user can toggle it on or off.
&quot;wifiState&quot;: &quot;A String&quot;, # Controls current state of Wi-Fi and if user can change its state.
},
Expand Down Expand Up @@ -657,6 +658,7 @@ <h3>Method Details</h3>
&quot;deviceRadioState&quot;: { # Controls for device radio settings. # Covers controls for radio state such as Wi-Fi, bluetooth, and more.
&quot;airplaneModeState&quot;: &quot;A String&quot;, # Controls whether airplane mode can be toggled by the user or not.
&quot;cellularTwoGState&quot;: &quot;A String&quot;, # Controls whether cellular 2G setting can be toggled by the user or not.
&quot;minimumWifiSecurityLevel&quot;: &quot;A String&quot;, # The minimum required security level of Wi-Fi networks that the device can connect to.
&quot;ultraWidebandState&quot;: &quot;A String&quot;, # Controls the state of the ultra wideband setting and whether the user can toggle it on or off.
&quot;wifiState&quot;: &quot;A String&quot;, # Controls current state of Wi-Fi and if user can change its state.
},
Expand Down Expand Up @@ -1061,6 +1063,7 @@ <h3>Method Details</h3>
&quot;deviceRadioState&quot;: { # Controls for device radio settings. # Covers controls for radio state such as Wi-Fi, bluetooth, and more.
&quot;airplaneModeState&quot;: &quot;A String&quot;, # Controls whether airplane mode can be toggled by the user or not.
&quot;cellularTwoGState&quot;: &quot;A String&quot;, # Controls whether cellular 2G setting can be toggled by the user or not.
&quot;minimumWifiSecurityLevel&quot;: &quot;A String&quot;, # The minimum required security level of Wi-Fi networks that the device can connect to.
&quot;ultraWidebandState&quot;: &quot;A String&quot;, # Controls the state of the ultra wideband setting and whether the user can toggle it on or off.
&quot;wifiState&quot;: &quot;A String&quot;, # Controls current state of Wi-Fi and if user can change its state.
},
Expand Down Expand Up @@ -1448,6 +1451,7 @@ <h3>Method Details</h3>
&quot;deviceRadioState&quot;: { # Controls for device radio settings. # Covers controls for radio state such as Wi-Fi, bluetooth, and more.
&quot;airplaneModeState&quot;: &quot;A String&quot;, # Controls whether airplane mode can be toggled by the user or not.
&quot;cellularTwoGState&quot;: &quot;A String&quot;, # Controls whether cellular 2G setting can be toggled by the user or not.
&quot;minimumWifiSecurityLevel&quot;: &quot;A String&quot;, # The minimum required security level of Wi-Fi networks that the device can connect to.
&quot;ultraWidebandState&quot;: &quot;A String&quot;, # Controls the state of the ultra wideband setting and whether the user can toggle it on or off.
&quot;wifiState&quot;: &quot;A String&quot;, # Controls current state of Wi-Fi and if user can change its state.
},
Expand Down
Loading

0 comments on commit 4d8cae1

Please sign in to comment.