Skip to content

Commit 4d8cae1

Browse files
chore: Update discovery artifacts (#2312)
## 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
1 parent b982e82 commit 4d8cae1

File tree

399 files changed

+3418
-1794
lines changed

Some content is hidden

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

399 files changed

+3418
-1794
lines changed

docs/dyn/accesscontextmanager_v1.accessPolicies.servicePerimeters.html

Lines changed: 40 additions & 40 deletions
Large diffs are not rendered by default.

docs/dyn/accesscontextmanager_v1.services.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ <h3>Method Details</h3>
106106
Returns:
107107
An object of the form:
108108

109-
{ # `SupportedService` specifies VPC-SC supported service and its properties.
109+
{ # `SupportedService` specifies the VPC Service Controls and its properties.
110110
&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.
111-
&quot;knownLimitations&quot;: True or False, # True if the service is supported with some limitations. Check documentation for details.
111+
&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.
112112
&quot;name&quot;: &quot;A String&quot;, # The service name or address of the supported service, such as `service.googleapis.com`.
113113
&quot;supportStage&quot;: &quot;A String&quot;, # The support stage of the service.
114-
&quot;supportedMethods&quot;: [ # The list of the supported methods. Field exist only in response on [GetSupportedService]
114+
&quot;supportedMethods&quot;: [ # The list of the supported methods. This field exists only in response to GetSupportedService
115115
{ # An allowed method or permission of a service specified in ApiOperation.
116-
&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.
117-
&quot;permission&quot;: &quot;A String&quot;, # Value for `permission` should be a valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
116+
&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.
117+
&quot;permission&quot;: &quot;A String&quot;, # A valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
118118
},
119119
],
120-
&quot;title&quot;: &quot;A String&quot;, # The name of the supported product, such as &#x27;Cloud Product API&#x27;
120+
&quot;title&quot;: &quot;A String&quot;, # The name of the supported product, such as &#x27;Cloud Product API&#x27;.
121121
}</pre>
122122
</div>
123123

@@ -139,18 +139,18 @@ <h3>Method Details</h3>
139139
{ # A response to `ListSupportedServicesRequest`.
140140
&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.
141141
&quot;supportedServices&quot;: [ # List of services supported by VPC Service Controls instances.
142-
{ # `SupportedService` specifies VPC-SC supported service and its properties.
142+
{ # `SupportedService` specifies the VPC Service Controls and its properties.
143143
&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.
144-
&quot;knownLimitations&quot;: True or False, # True if the service is supported with some limitations. Check documentation for details.
144+
&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.
145145
&quot;name&quot;: &quot;A String&quot;, # The service name or address of the supported service, such as `service.googleapis.com`.
146146
&quot;supportStage&quot;: &quot;A String&quot;, # The support stage of the service.
147-
&quot;supportedMethods&quot;: [ # The list of the supported methods. Field exist only in response on [GetSupportedService]
147+
&quot;supportedMethods&quot;: [ # The list of the supported methods. This field exists only in response to GetSupportedService
148148
{ # An allowed method or permission of a service specified in ApiOperation.
149-
&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.
150-
&quot;permission&quot;: &quot;A String&quot;, # Value for `permission` should be a valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
149+
&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.
150+
&quot;permission&quot;: &quot;A String&quot;, # A valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
151151
},
152152
],
153-
&quot;title&quot;: &quot;A String&quot;, # The name of the supported product, such as &#x27;Cloud Product API&#x27;
153+
&quot;title&quot;: &quot;A String&quot;, # The name of the supported product, such as &#x27;Cloud Product API&#x27;.
154154
},
155155
],
156156
}</pre>

docs/dyn/analyticshub_v1.projects.locations.dataExchanges.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/dyn/analyticshub_v1.projects.locations.dataExchanges.listings.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/dyn/analyticshub_v1.projects.locations.subscriptions.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/dyn/analyticshub_v1beta1.projects.locations.dataExchanges.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/dyn/analyticshub_v1beta1.projects.locations.dataExchanges.listings.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/dyn/androidmanagement_v1.enterprises.policies.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ <h3>Method Details</h3>
259259
&quot;deviceRadioState&quot;: { # Controls for device radio settings. # Covers controls for radio state such as Wi-Fi, bluetooth, and more.
260260
&quot;airplaneModeState&quot;: &quot;A String&quot;, # Controls whether airplane mode can be toggled by the user or not.
261261
&quot;cellularTwoGState&quot;: &quot;A String&quot;, # Controls whether cellular 2G setting can be toggled by the user or not.
262+
&quot;minimumWifiSecurityLevel&quot;: &quot;A String&quot;, # The minimum required security level of Wi-Fi networks that the device can connect to.
262263
&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.
263264
&quot;wifiState&quot;: &quot;A String&quot;, # Controls current state of Wi-Fi and if user can change its state.
264265
},
@@ -657,6 +658,7 @@ <h3>Method Details</h3>
657658
&quot;deviceRadioState&quot;: { # Controls for device radio settings. # Covers controls for radio state such as Wi-Fi, bluetooth, and more.
658659
&quot;airplaneModeState&quot;: &quot;A String&quot;, # Controls whether airplane mode can be toggled by the user or not.
659660
&quot;cellularTwoGState&quot;: &quot;A String&quot;, # Controls whether cellular 2G setting can be toggled by the user or not.
661+
&quot;minimumWifiSecurityLevel&quot;: &quot;A String&quot;, # The minimum required security level of Wi-Fi networks that the device can connect to.
660662
&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.
661663
&quot;wifiState&quot;: &quot;A String&quot;, # Controls current state of Wi-Fi and if user can change its state.
662664
},
@@ -1061,6 +1063,7 @@ <h3>Method Details</h3>
10611063
&quot;deviceRadioState&quot;: { # Controls for device radio settings. # Covers controls for radio state such as Wi-Fi, bluetooth, and more.
10621064
&quot;airplaneModeState&quot;: &quot;A String&quot;, # Controls whether airplane mode can be toggled by the user or not.
10631065
&quot;cellularTwoGState&quot;: &quot;A String&quot;, # Controls whether cellular 2G setting can be toggled by the user or not.
1066+
&quot;minimumWifiSecurityLevel&quot;: &quot;A String&quot;, # The minimum required security level of Wi-Fi networks that the device can connect to.
10641067
&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.
10651068
&quot;wifiState&quot;: &quot;A String&quot;, # Controls current state of Wi-Fi and if user can change its state.
10661069
},
@@ -1448,6 +1451,7 @@ <h3>Method Details</h3>
14481451
&quot;deviceRadioState&quot;: { # Controls for device radio settings. # Covers controls for radio state such as Wi-Fi, bluetooth, and more.
14491452
&quot;airplaneModeState&quot;: &quot;A String&quot;, # Controls whether airplane mode can be toggled by the user or not.
14501453
&quot;cellularTwoGState&quot;: &quot;A String&quot;, # Controls whether cellular 2G setting can be toggled by the user or not.
1454+
&quot;minimumWifiSecurityLevel&quot;: &quot;A String&quot;, # The minimum required security level of Wi-Fi networks that the device can connect to.
14511455
&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.
14521456
&quot;wifiState&quot;: &quot;A String&quot;, # Controls current state of Wi-Fi and if user can change its state.
14531457
},

0 commit comments

Comments
 (0)