Skip to content

Commit 0ad3da0

Browse files
feat(servicenetworking): update the api
#### servicenetworking:v1 The following keys were added: - schemas.Type.properties.edition.type (Total Keys: 1) #### servicenetworking:v1beta The following keys were added: - schemas.Type.properties.edition.type (Total Keys: 1)
1 parent 742cabb commit 0ad3da0

File tree

4 files changed

+60
-28
lines changed

4 files changed

+60
-28
lines changed

docs/dyn/servicenetworking_v1.services.dnsRecordSets.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h3>Method Details</h3>
102102
&quot;data&quot;: [ # Required. As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) for examples see https://cloud.google.com/dns/records/json-record.
103103
&quot;A String&quot;,
104104
],
105-
&quot;domain&quot;: &quot;A String&quot;, # Required. The DNS or domain name of the record set, e.g. `test.example.com`.
105+
&quot;domain&quot;: &quot;A String&quot;, # Required. The DNS or domain name of the record set, e.g. `test.example.com`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
106106
&quot;ttl&quot;: &quot;A String&quot;, # Required. The period of time for which this RecordSet can be cached by resolvers.
107107
&quot;type&quot;: &quot;A String&quot;, # Required. The identifier of a supported record type.
108108
},
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158158
&quot;data&quot;: [ # Required. As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) for examples see https://cloud.google.com/dns/records/json-record.
159159
&quot;A String&quot;,
160160
],
161-
&quot;domain&quot;: &quot;A String&quot;, # Required. The DNS or domain name of the record set, e.g. `test.example.com`.
161+
&quot;domain&quot;: &quot;A String&quot;, # Required. The DNS or domain name of the record set, e.g. `test.example.com`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
162162
&quot;ttl&quot;: &quot;A String&quot;, # Required. The period of time for which this RecordSet can be cached by resolvers.
163163
&quot;type&quot;: &quot;A String&quot;, # Required. The identifier of a supported record type.
164164
},
@@ -209,15 +209,15 @@ <h3>Method Details</h3>
209209
&quot;data&quot;: [ # Required. As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) for examples see https://cloud.google.com/dns/records/json-record.
210210
&quot;A String&quot;,
211211
],
212-
&quot;domain&quot;: &quot;A String&quot;, # Required. The DNS or domain name of the record set, e.g. `test.example.com`.
212+
&quot;domain&quot;: &quot;A String&quot;, # Required. The DNS or domain name of the record set, e.g. `test.example.com`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
213213
&quot;ttl&quot;: &quot;A String&quot;, # Required. The period of time for which this RecordSet can be cached by resolvers.
214214
&quot;type&quot;: &quot;A String&quot;, # Required. The identifier of a supported record type.
215215
},
216216
&quot;newDnsRecordSet&quot;: { # Represents a DNS record set resource. # Required. The new values that the DNS record set should be updated to hold.
217217
&quot;data&quot;: [ # Required. As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) for examples see https://cloud.google.com/dns/records/json-record.
218218
&quot;A String&quot;,
219219
],
220-
&quot;domain&quot;: &quot;A String&quot;, # Required. The DNS or domain name of the record set, e.g. `test.example.com`.
220+
&quot;domain&quot;: &quot;A String&quot;, # Required. The DNS or domain name of the record set, e.g. `test.example.com`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
221221
&quot;ttl&quot;: &quot;A String&quot;, # Required. The period of time for which this RecordSet can be cached by resolvers.
222222
&quot;type&quot;: &quot;A String&quot;, # Required. The identifier of a supported record type.
223223
},

docs/dyn/servicenetworking_v1.services.dnsZones.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3>Method Details</h3>
9595

9696
{ # Request to add a private managed DNS zone in the shared producer host project and a matching DNS peering zone in the consumer project.
9797
&quot;consumerNetwork&quot;: &quot;A String&quot;, # Required. The network that the consumer is using to connect with services. Must be in the form of projects/{project}/global/networks/{network} {project} is the project number, as in &#x27;12345&#x27; {network} is the network name.
98-
&quot;dnsSuffix&quot;: &quot;A String&quot;, # Required. The DNS name suffix for the zones e.g. `example.com`.
98+
&quot;dnsSuffix&quot;: &quot;A String&quot;, # Required. The DNS name suffix for the zones e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
9999
&quot;name&quot;: &quot;A String&quot;, # Required. The name for both the private zone in the shared producer host project and the peering zone in the consumer project. Must be unique within both projects. 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.
100100
}
101101

googleapiclient/discovery_cache/documents/servicenetworking.v1.json

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@
865865
}
866866
}
867867
},
868-
"revision": "20230304",
868+
"revision": "20230312",
869869
"rootUrl": "https://servicenetworking.googleapis.com/",
870870
"schemas": {
871871
"AddDnsRecordSetMetadata": {
@@ -908,7 +908,7 @@
908908
"type": "string"
909909
},
910910
"dnsSuffix": {
911-
"description": "Required. The DNS name suffix for the zones e.g. `example.com`.",
911+
"description": "Required. The DNS name suffix for the zones e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.",
912912
"type": "string"
913913
},
914914
"name": {
@@ -1098,11 +1098,13 @@
10981098
"description": "The source syntax of the service.",
10991099
"enum": [
11001100
"SYNTAX_PROTO2",
1101-
"SYNTAX_PROTO3"
1101+
"SYNTAX_PROTO3",
1102+
"SYNTAX_EDITIONS"
11021103
],
11031104
"enumDescriptions": [
11041105
"Syntax `proto2`.",
1105-
"Syntax `proto3`."
1106+
"Syntax `proto3`.",
1107+
"Syntax `editions`."
11061108
],
11071109
"type": "string"
11081110
},
@@ -1732,7 +1734,7 @@
17321734
"type": "array"
17331735
},
17341736
"domain": {
1735-
"description": "Required. The DNS or domain name of the record set, e.g. `test.example.com`.",
1737+
"description": "Required. The DNS or domain name of the record set, e.g. `test.example.com`. Cloud DNS requires that a DNS suffix ends with a trailing dot.",
17361738
"type": "string"
17371739
},
17381740
"ttl": {
@@ -1752,7 +1754,7 @@
17521754
"id": "DnsZone",
17531755
"properties": {
17541756
"dnsSuffix": {
1755-
"description": "The DNS name suffix of this zone e.g. `example.com.`.",
1757+
"description": "The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.",
17561758
"type": "string"
17571759
},
17581760
"name": {
@@ -1876,6 +1878,10 @@
18761878
"description": "Enum type definition.",
18771879
"id": "Enum",
18781880
"properties": {
1881+
"edition": {
1882+
"description": "The source edition string, only valid when syntax is SYNTAX_EDITIONS.",
1883+
"type": "string"
1884+
},
18791885
"enumvalue": {
18801886
"description": "Enum value definitions.",
18811887
"items": {
@@ -1902,11 +1908,13 @@
19021908
"description": "The source syntax.",
19031909
"enum": [
19041910
"SYNTAX_PROTO2",
1905-
"SYNTAX_PROTO3"
1911+
"SYNTAX_PROTO3",
1912+
"SYNTAX_EDITIONS"
19061913
],
19071914
"enumDescriptions": [
19081915
"Syntax `proto2`.",
1909-
"Syntax `proto3`."
1916+
"Syntax `proto3`.",
1917+
"Syntax `editions`."
19101918
],
19111919
"type": "string"
19121920
}
@@ -2437,11 +2445,13 @@
24372445
"description": "The source syntax of this method.",
24382446
"enum": [
24392447
"SYNTAX_PROTO2",
2440-
"SYNTAX_PROTO3"
2448+
"SYNTAX_PROTO3",
2449+
"SYNTAX_EDITIONS"
24412450
],
24422451
"enumDescriptions": [
24432452
"Syntax `proto2`.",
2444-
"Syntax `proto3`."
2453+
"Syntax `proto3`.",
2454+
"Syntax `editions`."
24452455
],
24462456
"type": "string"
24472457
}
@@ -3528,6 +3538,10 @@
35283538
"description": "A protocol buffer message type.",
35293539
"id": "Type",
35303540
"properties": {
3541+
"edition": {
3542+
"description": "The source edition string, only valid when syntax is SYNTAX_EDITIONS.",
3543+
"type": "string"
3544+
},
35313545
"fields": {
35323546
"description": "The list of fields.",
35333547
"items": {
@@ -3561,11 +3575,13 @@
35613575
"description": "The source syntax.",
35623576
"enum": [
35633577
"SYNTAX_PROTO2",
3564-
"SYNTAX_PROTO3"
3578+
"SYNTAX_PROTO3",
3579+
"SYNTAX_EDITIONS"
35653580
],
35663581
"enumDescriptions": [
35673582
"Syntax `proto2`.",
3568-
"Syntax `proto3`."
3583+
"Syntax `proto3`.",
3584+
"Syntax `editions`."
35693585
],
35703586
"type": "string"
35713587
}

googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20230304",
310+
"revision": "20230312",
311311
"rootUrl": "https://servicenetworking.googleapis.com/",
312312
"schemas": {
313313
"AddDnsRecordSetMetadata": {
@@ -437,11 +437,13 @@
437437
"description": "The source syntax of the service.",
438438
"enum": [
439439
"SYNTAX_PROTO2",
440-
"SYNTAX_PROTO3"
440+
"SYNTAX_PROTO3",
441+
"SYNTAX_EDITIONS"
441442
],
442443
"enumDescriptions": [
443444
"Syntax `proto2`.",
444-
"Syntax `proto3`."
445+
"Syntax `proto3`.",
446+
"Syntax `editions`."
445447
],
446448
"type": "string"
447449
},
@@ -1031,7 +1033,7 @@
10311033
"type": "array"
10321034
},
10331035
"domain": {
1034-
"description": "Required. The DNS or domain name of the record set, e.g. `test.example.com`.",
1036+
"description": "Required. The DNS or domain name of the record set, e.g. `test.example.com`. Cloud DNS requires that a DNS suffix ends with a trailing dot.",
10351037
"type": "string"
10361038
},
10371039
"ttl": {
@@ -1051,7 +1053,7 @@
10511053
"id": "DnsZone",
10521054
"properties": {
10531055
"dnsSuffix": {
1054-
"description": "The DNS name suffix of this zone e.g. `example.com.`.",
1056+
"description": "The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.",
10551057
"type": "string"
10561058
},
10571059
"name": {
@@ -1158,6 +1160,10 @@
11581160
"description": "Enum type definition.",
11591161
"id": "Enum",
11601162
"properties": {
1163+
"edition": {
1164+
"description": "The source edition string, only valid when syntax is SYNTAX_EDITIONS.",
1165+
"type": "string"
1166+
},
11611167
"enumvalue": {
11621168
"description": "Enum value definitions.",
11631169
"items": {
@@ -1184,11 +1190,13 @@
11841190
"description": "The source syntax.",
11851191
"enum": [
11861192
"SYNTAX_PROTO2",
1187-
"SYNTAX_PROTO3"
1193+
"SYNTAX_PROTO3",
1194+
"SYNTAX_EDITIONS"
11881195
],
11891196
"enumDescriptions": [
11901197
"Syntax `proto2`.",
1191-
"Syntax `proto3`."
1198+
"Syntax `proto3`.",
1199+
"Syntax `editions`."
11921200
],
11931201
"type": "string"
11941202
}
@@ -1687,11 +1695,13 @@
16871695
"description": "The source syntax of this method.",
16881696
"enum": [
16891697
"SYNTAX_PROTO2",
1690-
"SYNTAX_PROTO3"
1698+
"SYNTAX_PROTO3",
1699+
"SYNTAX_EDITIONS"
16911700
],
16921701
"enumDescriptions": [
16931702
"Syntax `proto2`.",
1694-
"Syntax `proto3`."
1703+
"Syntax `proto3`.",
1704+
"Syntax `editions`."
16951705
],
16961706
"type": "string"
16971707
}
@@ -2687,6 +2697,10 @@
26872697
"description": "A protocol buffer message type.",
26882698
"id": "Type",
26892699
"properties": {
2700+
"edition": {
2701+
"description": "The source edition string, only valid when syntax is SYNTAX_EDITIONS.",
2702+
"type": "string"
2703+
},
26902704
"fields": {
26912705
"description": "The list of fields.",
26922706
"items": {
@@ -2720,11 +2734,13 @@
27202734
"description": "The source syntax.",
27212735
"enum": [
27222736
"SYNTAX_PROTO2",
2723-
"SYNTAX_PROTO3"
2737+
"SYNTAX_PROTO3",
2738+
"SYNTAX_EDITIONS"
27242739
],
27252740
"enumDescriptions": [
27262741
"Syntax `proto2`.",
2727-
"Syntax `proto3`."
2742+
"Syntax `proto3`.",
2743+
"Syntax `editions`."
27282744
],
27292745
"type": "string"
27302746
}

0 commit comments

Comments
 (0)