Skip to content

chore: Update discovery artifacts #2238

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
36 commits
Select commit Hold shift + click to select a range
71c9e07
chore: update docs/dyn/index.md
yoshi-automation Sep 18, 2023
f6f6113
feat(accesscontextmanager): update the api
yoshi-automation Sep 18, 2023
0025b75
feat(advisorynotifications): update the api
yoshi-automation Sep 18, 2023
fbcd223
feat(aiplatform): update the api
yoshi-automation Sep 18, 2023
23cd554
feat(androidmanagement): update the api
yoshi-automation Sep 18, 2023
266598f
feat(appengine): update the api
yoshi-automation Sep 18, 2023
fe34c22
feat(artifactregistry): update the api
yoshi-automation Sep 18, 2023
86eaf3f
feat(assuredworkloads): update the api
yoshi-automation Sep 18, 2023
f27ec8e
feat(beyondcorp): update the api
yoshi-automation Sep 18, 2023
bf42546
feat(blockchainnodeengine): update the api
yoshi-automation Sep 18, 2023
3d7acfb
feat(checks): update the api
yoshi-automation Sep 18, 2023
5310a18
feat(chromemanagement): update the api
yoshi-automation Sep 18, 2023
d076b1b
feat(cloudasset): update the api
yoshi-automation Sep 18, 2023
c9d14b9
feat(cloudfunctions): update the api
yoshi-automation Sep 18, 2023
fe0bcad
feat(cloudtasks): update the api
yoshi-automation Sep 18, 2023
4d9e24a
feat(composer): update the api
yoshi-automation Sep 18, 2023
7e2e3f0
feat(connectors): update the api
yoshi-automation Sep 18, 2023
ee747d2
feat(contactcenteraiplatform): update the api
yoshi-automation Sep 18, 2023
de2aa36
feat(datamigration): update the api
yoshi-automation Sep 18, 2023
f5890d0
feat(gkeonprem): update the api
yoshi-automation Sep 18, 2023
40b0348
feat(gmail): update the api
yoshi-automation Sep 18, 2023
ddf9afb
feat(integrations): update the api
yoshi-automation Sep 18, 2023
f64be23
feat(monitoring): update the api
yoshi-automation Sep 18, 2023
fde7890
feat(mybusinessverifications): update the api
yoshi-automation Sep 18, 2023
0d29913
feat(networkconnectivity): update the api
yoshi-automation Sep 18, 2023
4735242
feat(networkmanagement): update the api
yoshi-automation Sep 18, 2023
66dd9d0
feat(notebooks): update the api
yoshi-automation Sep 18, 2023
d0fae46
feat(paymentsresellersubscription): update the api
yoshi-automation Sep 18, 2023
db06598
feat(places): update the api
yoshi-automation Sep 18, 2023
d10dad2
feat(run): update the api
yoshi-automation Sep 18, 2023
03ffb2b
fix(smartdevicemanagement): update the api
yoshi-automation Sep 18, 2023
531ba38
feat(spanner): update the api
yoshi-automation Sep 18, 2023
8610476
feat(storage): update the api
yoshi-automation Sep 18, 2023
7d2dfac
feat(transcoder): update the api
yoshi-automation Sep 18, 2023
4de577b
feat(vision): update the api
yoshi-automation Sep 18, 2023
8a256af
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Sep 18, 2023
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 @@ -152,6 +152,16 @@ <h3>Method Details</h3>
&quot;requiredAccessLevels&quot;: [ # A list of other access levels defined in the same `Policy`, referenced by resource name. Referencing an `AccessLevel` which does not exist is an error. All access levels listed must be granted for the Condition to be true. Example: &quot;`accessPolicies/MY_POLICY/accessLevels/LEVEL_NAME&quot;`
&quot;A String&quot;,
],
&quot;vpcNetworkSources&quot;: [ # The request must originate from one of the provided VPC networks in Google Cloud. Cannot specify this field together with `ip_subnetworks`.
{ # The originating network source in Google Cloud.
&quot;vpcSubnetwork&quot;: { # Sub-segment ranges inside of a VPC Network. # Sub-segment ranges of a VPC network.
&quot;network&quot;: &quot;A String&quot;, # Required. Network name. If the network is not part of the organization, the `compute.network.get` permission must be granted to the caller. Format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NETWORK_NAME}` Example: `//compute.googleapis.com/projects/my-project/global/networks/network-1`
&quot;vpcIpSubnetworks&quot;: [ # CIDR block IP subnetwork specification. The IP address must be an IPv4 address and can be a public or private IP address. Note that for a CIDR IP address block, the specified IP address portion must be properly truncated (i.e. all the host bits must be zero) or the input is considered malformed. For example, &quot;192.0.2.0/24&quot; is accepted but &quot;192.0.2.1/24&quot; is not. If empty, all IP addresses are allowed.
&quot;A String&quot;,
],
},
},
],
},
],
},
Expand Down Expand Up @@ -287,6 +297,16 @@ <h3>Method Details</h3>
&quot;requiredAccessLevels&quot;: [ # A list of other access levels defined in the same `Policy`, referenced by resource name. Referencing an `AccessLevel` which does not exist is an error. All access levels listed must be granted for the Condition to be true. Example: &quot;`accessPolicies/MY_POLICY/accessLevels/LEVEL_NAME&quot;`
&quot;A String&quot;,
],
&quot;vpcNetworkSources&quot;: [ # The request must originate from one of the provided VPC networks in Google Cloud. Cannot specify this field together with `ip_subnetworks`.
{ # The originating network source in Google Cloud.
&quot;vpcSubnetwork&quot;: { # Sub-segment ranges inside of a VPC Network. # Sub-segment ranges of a VPC network.
&quot;network&quot;: &quot;A String&quot;, # Required. Network name. If the network is not part of the organization, the `compute.network.get` permission must be granted to the caller. Format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NETWORK_NAME}` Example: `//compute.googleapis.com/projects/my-project/global/networks/network-1`
&quot;vpcIpSubnetworks&quot;: [ # CIDR block IP subnetwork specification. The IP address must be an IPv4 address and can be a public or private IP address. Note that for a CIDR IP address block, the specified IP address portion must be properly truncated (i.e. all the host bits must be zero) or the input is considered malformed. For example, &quot;192.0.2.0/24&quot; is accepted but &quot;192.0.2.1/24&quot; is not. If empty, all IP addresses are allowed.
&quot;A String&quot;,
],
},
},
],
},
],
},
Expand Down Expand Up @@ -363,6 +383,16 @@ <h3>Method Details</h3>
&quot;requiredAccessLevels&quot;: [ # A list of other access levels defined in the same `Policy`, referenced by resource name. Referencing an `AccessLevel` which does not exist is an error. All access levels listed must be granted for the Condition to be true. Example: &quot;`accessPolicies/MY_POLICY/accessLevels/LEVEL_NAME&quot;`
&quot;A String&quot;,
],
&quot;vpcNetworkSources&quot;: [ # The request must originate from one of the provided VPC networks in Google Cloud. Cannot specify this field together with `ip_subnetworks`.
{ # The originating network source in Google Cloud.
&quot;vpcSubnetwork&quot;: { # Sub-segment ranges inside of a VPC Network. # Sub-segment ranges of a VPC network.
&quot;network&quot;: &quot;A String&quot;, # Required. Network name. If the network is not part of the organization, the `compute.network.get` permission must be granted to the caller. Format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NETWORK_NAME}` Example: `//compute.googleapis.com/projects/my-project/global/networks/network-1`
&quot;vpcIpSubnetworks&quot;: [ # CIDR block IP subnetwork specification. The IP address must be an IPv4 address and can be a public or private IP address. Note that for a CIDR IP address block, the specified IP address portion must be properly truncated (i.e. all the host bits must be zero) or the input is considered malformed. For example, &quot;192.0.2.0/24&quot; is accepted but &quot;192.0.2.1/24&quot; is not. If empty, all IP addresses are allowed.
&quot;A String&quot;,
],
},
},
],
},
],
},
Expand Down Expand Up @@ -442,6 +472,16 @@ <h3>Method Details</h3>
&quot;requiredAccessLevels&quot;: [ # A list of other access levels defined in the same `Policy`, referenced by resource name. Referencing an `AccessLevel` which does not exist is an error. All access levels listed must be granted for the Condition to be true. Example: &quot;`accessPolicies/MY_POLICY/accessLevels/LEVEL_NAME&quot;`
&quot;A String&quot;,
],
&quot;vpcNetworkSources&quot;: [ # The request must originate from one of the provided VPC networks in Google Cloud. Cannot specify this field together with `ip_subnetworks`.
{ # The originating network source in Google Cloud.
&quot;vpcSubnetwork&quot;: { # Sub-segment ranges inside of a VPC Network. # Sub-segment ranges of a VPC network.
&quot;network&quot;: &quot;A String&quot;, # Required. Network name. If the network is not part of the organization, the `compute.network.get` permission must be granted to the caller. Format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NETWORK_NAME}` Example: `//compute.googleapis.com/projects/my-project/global/networks/network-1`
&quot;vpcIpSubnetworks&quot;: [ # CIDR block IP subnetwork specification. The IP address must be an IPv4 address and can be a public or private IP address. Note that for a CIDR IP address block, the specified IP address portion must be properly truncated (i.e. all the host bits must be zero) or the input is considered malformed. For example, &quot;192.0.2.0/24&quot; is accepted but &quot;192.0.2.1/24&quot; is not. If empty, all IP addresses are allowed.
&quot;A String&quot;,
],
},
},
],
},
],
},
Expand Down Expand Up @@ -535,6 +575,16 @@ <h3>Method Details</h3>
&quot;requiredAccessLevels&quot;: [ # A list of other access levels defined in the same `Policy`, referenced by resource name. Referencing an `AccessLevel` which does not exist is an error. All access levels listed must be granted for the Condition to be true. Example: &quot;`accessPolicies/MY_POLICY/accessLevels/LEVEL_NAME&quot;`
&quot;A String&quot;,
],
&quot;vpcNetworkSources&quot;: [ # The request must originate from one of the provided VPC networks in Google Cloud. Cannot specify this field together with `ip_subnetworks`.
{ # The originating network source in Google Cloud.
&quot;vpcSubnetwork&quot;: { # Sub-segment ranges inside of a VPC Network. # Sub-segment ranges of a VPC network.
&quot;network&quot;: &quot;A String&quot;, # Required. Network name. If the network is not part of the organization, the `compute.network.get` permission must be granted to the caller. Format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NETWORK_NAME}` Example: `//compute.googleapis.com/projects/my-project/global/networks/network-1`
&quot;vpcIpSubnetworks&quot;: [ # CIDR block IP subnetwork specification. The IP address must be an IPv4 address and can be a public or private IP address. Note that for a CIDR IP address block, the specified IP address portion must be properly truncated (i.e. all the host bits must be zero) or the input is considered malformed. For example, &quot;192.0.2.0/24&quot; is accepted but &quot;192.0.2.1/24&quot; is not. If empty, all IP addresses are allowed.
&quot;A String&quot;,
],
},
},
],
},
],
},
Expand Down
Loading