Skip to content

Commit 3bdc7b9

Browse files
feat(servicenetworking): update the api
#### servicenetworking:v1 The following keys were added: - schemas.AddSubnetworkRequest.properties.privateIpv6GoogleAccess.type (Total Keys: 1)
1 parent 96c3f31 commit 3bdc7b9

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

docs/dyn/servicenetworking_v1.services.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ <h3>Method Details</h3>
132132
&quot;consumerNetwork&quot;: &quot;A String&quot;, # Required. The name of the service consumer&#x27;s VPC network. The network must have an existing private connection that was provisioned through the connections.create method. The name must be in the following format: `projects/{project}/global/networks/{network}`, where {project} is a project number, such as `12345`. {network} is the name of a VPC network in the project.
133133
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the subnet.
134134
&quot;ipPrefixLength&quot;: 42, # Required. The prefix length of the subnet&#x27;s IP address range. Use CIDR range notation, such as `30` to provision a subnet with an `x.x.x.x/30` CIDR range. The IP address range is drawn from a pool of available ranges in the service consumer&#x27;s allocated range.
135+
&quot;privateIpv6GoogleAccess&quot;: &quot;A String&quot;, # Optional. The private IPv6 google access type for the VMs in this subnet. For information about the access types that can be set using this field, see [subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) in the Compute API documentation.
135136
&quot;region&quot;: &quot;A String&quot;, # Required. The name of a [region](/compute/docs/regions-zones) for the subnet, such `europe-west1`.
136137
&quot;requestedAddress&quot;: &quot;A String&quot;, # Optional. The starting address of a range. The address must be a valid IPv4 address in the x.x.x.x format. This value combined with the IP prefix range is the CIDR range for the subnet. The range must be within the allocated range that is assigned to the private connection. If the CIDR range isn&#x27;t available, the call fails.
137138
&quot;requestedRanges&quot;: [ # Optional. The name of one or more allocated IP address ranges associated with this private service access connection. If no range names are provided all ranges associated with this connection will be considered. If a CIDR range with the specified IP prefix length is not available within these ranges, the call fails.

docs/dyn/servicenetworking_v1.services.projects.global_.networks.peeredDnsDomains.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h3>Method Details</h3>
102102
The object takes the form of:
103103

104104
{ # DNS domain suffix for which requests originating in the producer VPC network are resolved in the associated consumer VPC network.
105-
&quot;dnsSuffix&quot;: &quot;A String&quot;, # The DNS domain name suffix e.g. `example.com.`.
105+
&quot;dnsSuffix&quot;: &quot;A String&quot;, # The DNS domain name suffix e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
106106
&quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the consumer network. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
107107
}
108108

@@ -187,7 +187,7 @@ <h3>Method Details</h3>
187187
{ # Response to list peered DNS domains for a given connection.
188188
&quot;peeredDnsDomains&quot;: [ # The list of peered DNS domains.
189189
{ # DNS domain suffix for which requests originating in the producer VPC network are resolved in the associated consumer VPC network.
190-
&quot;dnsSuffix&quot;: &quot;A String&quot;, # The DNS domain name suffix e.g. `example.com.`.
190+
&quot;dnsSuffix&quot;: &quot;A String&quot;, # The DNS domain name suffix e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
191191
&quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the consumer network. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
192192
},
193193
],

googleapiclient/discovery_cache/documents/servicenetworking.v1.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "See, edit, configure, and delete your Google Cloud Platform data"
6+
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
77
},
88
"https://www.googleapis.com/auth/service.management": {
99
"description": "Manage your Google API service configuration"
@@ -860,7 +860,7 @@
860860
}
861861
}
862862
},
863-
"revision": "20210804",
863+
"revision": "20210813",
864864
"rootUrl": "https://servicenetworking.googleapis.com/",
865865
"schemas": {
866866
"AddDnsRecordSetMetadata": {
@@ -987,6 +987,10 @@
987987
"format": "int32",
988988
"type": "integer"
989989
},
990+
"privateIpv6GoogleAccess": {
991+
"description": "Optional. The private IPv6 google access type for the VMs in this subnet. For information about the access types that can be set using this field, see [subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) in the Compute API documentation.",
992+
"type": "string"
993+
},
990994
"region": {
991995
"description": "Required. The name of a [region](/compute/docs/regions-zones) for the subnet, such `europe-west1`.",
992996
"type": "string"
@@ -2544,7 +2548,7 @@
25442548
"id": "PeeredDnsDomain",
25452549
"properties": {
25462550
"dnsSuffix": {
2547-
"description": "The DNS domain name suffix e.g. `example.com.`.",
2551+
"description": "The DNS domain name suffix e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.",
25482552
"type": "string"
25492553
},
25502554
"name": {

googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "See, edit, configure, and delete your Google Cloud Platform data"
6+
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
77
},
88
"https://www.googleapis.com/auth/service.management": {
99
"description": "Manage your Google API service configuration"
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20210804",
310+
"revision": "20210813",
311311
"rootUrl": "https://servicenetworking.googleapis.com/",
312312
"schemas": {
313313
"AddDnsRecordSetMetadata": {
@@ -1832,7 +1832,7 @@
18321832
"id": "PeeredDnsDomain",
18331833
"properties": {
18341834
"dnsSuffix": {
1835-
"description": "The DNS domain name suffix e.g. `example.com.`.",
1835+
"description": "The DNS domain name suffix e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.",
18361836
"type": "string"
18371837
},
18381838
"name": {

0 commit comments

Comments
 (0)