You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"localFqdn": "A String", # Required. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
219
+
"localFqdn": "A String", # Optional. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
220
+
"localFqdns": [ # Optional. List of fully qualified domain names that will be used in the private DNS record created for the service attachment.
221
+
"A String",
222
+
],
220
223
"targetServiceAttachmentUri": "A String", # Required. URI of the service attachment to connect to. Format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
221
224
},
222
225
],
@@ -449,7 +452,10 @@ <h3>Method Details</h3>
449
452
"serviceAttachments": [ # Optional. List of egress service attachment configurations.
"localFqdn": "A String", # Required. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
455
+
"localFqdn": "A String", # Optional. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
456
+
"localFqdns": [ # Optional. List of fully qualified domain names that will be used in the private DNS record created for the service attachment.
457
+
"A String",
458
+
],
453
459
"targetServiceAttachmentUri": "A String", # Required. URI of the service attachment to connect to. Format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
454
460
},
455
461
],
@@ -618,7 +624,10 @@ <h3>Method Details</h3>
618
624
"serviceAttachments": [ # Optional. List of egress service attachment configurations.
"localFqdn": "A String", # Required. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
627
+
"localFqdn": "A String", # Optional. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
628
+
"localFqdns": [ # Optional. List of fully qualified domain names that will be used in the private DNS record created for the service attachment.
629
+
"A String",
630
+
],
622
631
"targetServiceAttachmentUri": "A String", # Required. URI of the service attachment to connect to. Format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
623
632
},
624
633
],
@@ -756,7 +765,10 @@ <h3>Method Details</h3>
756
765
"serviceAttachments": [ # Optional. List of egress service attachment configurations.
"localFqdn": "A String", # Required. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
768
+
"localFqdn": "A String", # Optional. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
769
+
"localFqdns": [ # Optional. List of fully qualified domain names that will be used in the private DNS record created for the service attachment.
770
+
"A String",
771
+
],
760
772
"targetServiceAttachmentUri": "A String", # Required. URI of the service attachment to connect to. Format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment}
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/looker.v1.json
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -710,7 +710,7 @@
710
710
}
711
711
}
712
712
},
713
-
"revision": "20250414",
713
+
"revision": "20250604",
714
714
"rootUrl": "https://looker.googleapis.com/",
715
715
"schemas": {
716
716
"AdminSettings": {
@@ -1505,9 +1505,16 @@
1505
1505
"type": "string"
1506
1506
},
1507
1507
"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.",
1509
1509
"type": "string"
1510
1510
},
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
+
},
1511
1518
"targetServiceAttachmentUri": {
1512
1519
"description": "Required. URI of the service attachment to connect to. Format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment}",
0 commit comments