Skip to content

Commit cfcb20a

Browse files
feat(looker): update the api
#### looker:v1 The following keys were added: - schemas.ServiceAttachment.properties.localFqdns (Total Keys: 2)
1 parent a438938 commit cfcb20a

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

docs/dyn/looker_v1.projects.locations.instances.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,10 @@ <h3>Method Details</h3>
216216
&quot;serviceAttachments&quot;: [ # Optional. List of egress service attachment configurations.
217217
{ # Service attachment configuration.
218218
&quot;connectionStatus&quot;: &quot;A String&quot;, # Output only. Connection status.
219-
&quot;localFqdn&quot;: &quot;A String&quot;, # Required. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
219+
&quot;localFqdn&quot;: &quot;A String&quot;, # Optional. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
220+
&quot;localFqdns&quot;: [ # Optional. List of fully qualified domain names that will be used in the private DNS record created for the service attachment.
221+
&quot;A String&quot;,
222+
],
220223
&quot;targetServiceAttachmentUri&quot;: &quot;A String&quot;, # Required. URI of the service attachment to connect to. Format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
221224
},
222225
],
@@ -449,7 +452,10 @@ <h3>Method Details</h3>
449452
&quot;serviceAttachments&quot;: [ # Optional. List of egress service attachment configurations.
450453
{ # Service attachment configuration.
451454
&quot;connectionStatus&quot;: &quot;A String&quot;, # Output only. Connection status.
452-
&quot;localFqdn&quot;: &quot;A String&quot;, # Required. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
455+
&quot;localFqdn&quot;: &quot;A String&quot;, # Optional. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
456+
&quot;localFqdns&quot;: [ # Optional. List of fully qualified domain names that will be used in the private DNS record created for the service attachment.
457+
&quot;A String&quot;,
458+
],
453459
&quot;targetServiceAttachmentUri&quot;: &quot;A String&quot;, # Required. URI of the service attachment to connect to. Format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
454460
},
455461
],
@@ -618,7 +624,10 @@ <h3>Method Details</h3>
618624
&quot;serviceAttachments&quot;: [ # Optional. List of egress service attachment configurations.
619625
{ # Service attachment configuration.
620626
&quot;connectionStatus&quot;: &quot;A String&quot;, # Output only. Connection status.
621-
&quot;localFqdn&quot;: &quot;A String&quot;, # Required. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
627+
&quot;localFqdn&quot;: &quot;A String&quot;, # Optional. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
628+
&quot;localFqdns&quot;: [ # Optional. List of fully qualified domain names that will be used in the private DNS record created for the service attachment.
629+
&quot;A String&quot;,
630+
],
622631
&quot;targetServiceAttachmentUri&quot;: &quot;A String&quot;, # Required. URI of the service attachment to connect to. Format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
623632
},
624633
],
@@ -756,7 +765,10 @@ <h3>Method Details</h3>
756765
&quot;serviceAttachments&quot;: [ # Optional. List of egress service attachment configurations.
757766
{ # Service attachment configuration.
758767
&quot;connectionStatus&quot;: &quot;A String&quot;, # Output only. Connection status.
759-
&quot;localFqdn&quot;: &quot;A String&quot;, # Required. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
768+
&quot;localFqdn&quot;: &quot;A String&quot;, # Optional. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
769+
&quot;localFqdns&quot;: [ # Optional. List of fully qualified domain names that will be used in the private DNS record created for the service attachment.
770+
&quot;A String&quot;,
771+
],
760772
&quot;targetServiceAttachmentUri&quot;: &quot;A String&quot;, # Required. URI of the service attachment to connect to. Format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
761773
},
762774
],

googleapiclient/discovery_cache/documents/looker.v1.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@
710710
}
711711
}
712712
},
713-
"revision": "20250414",
713+
"revision": "20250604",
714714
"rootUrl": "https://looker.googleapis.com/",
715715
"schemas": {
716716
"AdminSettings": {
@@ -1505,9 +1505,16 @@
15051505
"type": "string"
15061506
},
15071507
"localFqdn": {
1508-
"description": "Required. Fully qualified domain name that will be used in the private DNS record created for the service attachment.",
1508+
"description": "Optional. Fully qualified domain name that will be used in the private DNS record created for the service attachment.",
15091509
"type": "string"
15101510
},
1511+
"localFqdns": {
1512+
"description": "Optional. List of fully qualified domain names that will be used in the private DNS record created for the service attachment.",
1513+
"items": {
1514+
"type": "string"
1515+
},
1516+
"type": "array"
1517+
},
15111518
"targetServiceAttachmentUri": {
15121519
"description": "Required. URI of the service attachment to connect to. Format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment}",
15131520
"type": "string"

0 commit comments

Comments
 (0)