Skip to content

Commit 483cba2

Browse files
feat(looker): update the api
#### looker:v1 The following keys were added: - schemas.ControlledEgressConfig (Total Keys: 5) - schemas.Instance.properties.controlledEgressConfig.$ref (Total Keys: 1) - schemas.Instance.properties.controlledEgressEnabled.type (Total Keys: 1)
1 parent 652fd59 commit 483cba2

File tree

3 files changed

+57
-3
lines changed

3 files changed

+57
-3
lines changed

docs/dyn/looker_v1.projects.locations.html

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

136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138-
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
138+
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
139139
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
140140
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
141141
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@ <h3>Method Details</h3>
135135
},
136136
&quot;classType&quot;: &quot;A String&quot;, # Optional. Storage class of the instance.
137137
&quot;consumerNetwork&quot;: &quot;A String&quot;, # Network name in the consumer project. Format: `projects/{project}/global/networks/{network}`. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
138+
&quot;controlledEgressConfig&quot;: { # Controlled egress configuration. # Optional. Controlled egress configuration.
139+
&quot;egressFqdns&quot;: [ # Optional. List of fully qualified domain names to be added to the allowlist for outbound traffic.
140+
&quot;A String&quot;,
141+
],
142+
&quot;marketplaceEnabled&quot;: True or False, # Optional. Whether marketplace is enabled.
143+
},
144+
&quot;controlledEgressEnabled&quot;: True or False, # Optional. Whether controlled egress is enabled on the Looker instance.
138145
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the Looker instance provisioning was first requested.
139146
&quot;customDomain&quot;: { # Custom domain information. # Custom domain configuration for the instance.
140147
&quot;domain&quot;: &quot;A String&quot;, # Domain name.
@@ -373,6 +380,13 @@ <h3>Method Details</h3>
373380
},
374381
&quot;classType&quot;: &quot;A String&quot;, # Optional. Storage class of the instance.
375382
&quot;consumerNetwork&quot;: &quot;A String&quot;, # Network name in the consumer project. Format: `projects/{project}/global/networks/{network}`. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
383+
&quot;controlledEgressConfig&quot;: { # Controlled egress configuration. # Optional. Controlled egress configuration.
384+
&quot;egressFqdns&quot;: [ # Optional. List of fully qualified domain names to be added to the allowlist for outbound traffic.
385+
&quot;A String&quot;,
386+
],
387+
&quot;marketplaceEnabled&quot;: True or False, # Optional. Whether marketplace is enabled.
388+
},
389+
&quot;controlledEgressEnabled&quot;: True or False, # Optional. Whether controlled egress is enabled on the Looker instance.
376390
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the Looker instance provisioning was first requested.
377391
&quot;customDomain&quot;: { # Custom domain information. # Custom domain configuration for the instance.
378392
&quot;domain&quot;: &quot;A String&quot;, # Domain name.
@@ -547,6 +561,13 @@ <h3>Method Details</h3>
547561
},
548562
&quot;classType&quot;: &quot;A String&quot;, # Optional. Storage class of the instance.
549563
&quot;consumerNetwork&quot;: &quot;A String&quot;, # Network name in the consumer project. Format: `projects/{project}/global/networks/{network}`. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
564+
&quot;controlledEgressConfig&quot;: { # Controlled egress configuration. # Optional. Controlled egress configuration.
565+
&quot;egressFqdns&quot;: [ # Optional. List of fully qualified domain names to be added to the allowlist for outbound traffic.
566+
&quot;A String&quot;,
567+
],
568+
&quot;marketplaceEnabled&quot;: True or False, # Optional. Whether marketplace is enabled.
569+
},
570+
&quot;controlledEgressEnabled&quot;: True or False, # Optional. Whether controlled egress is enabled on the Looker instance.
550571
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the Looker instance provisioning was first requested.
551572
&quot;customDomain&quot;: { # Custom domain information. # Custom domain configuration for the instance.
552573
&quot;domain&quot;: &quot;A String&quot;, # Domain name.
@@ -690,6 +711,13 @@ <h3>Method Details</h3>
690711
},
691712
&quot;classType&quot;: &quot;A String&quot;, # Optional. Storage class of the instance.
692713
&quot;consumerNetwork&quot;: &quot;A String&quot;, # Network name in the consumer project. Format: `projects/{project}/global/networks/{network}`. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
714+
&quot;controlledEgressConfig&quot;: { # Controlled egress configuration. # Optional. Controlled egress configuration.
715+
&quot;egressFqdns&quot;: [ # Optional. List of fully qualified domain names to be added to the allowlist for outbound traffic.
716+
&quot;A String&quot;,
717+
],
718+
&quot;marketplaceEnabled&quot;: True or False, # Optional. Whether marketplace is enabled.
719+
},
720+
&quot;controlledEgressEnabled&quot;: True or False, # Optional. Whether controlled egress is enabled on the Looker instance.
693721
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the Looker instance provisioning was first requested.
694722
&quot;customDomain&quot;: { # Custom domain information. # Custom domain configuration for the instance.
695723
&quot;domain&quot;: &quot;A String&quot;, # Domain name.

googleapiclient/discovery_cache/documents/looker.v1.json

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -715,7 +715,7 @@
715715
}
716716
}
717717
},
718-
"revision": "20251001",
718+
"revision": "20251021",
719719
"rootUrl": "https://looker.googleapis.com/",
720720
"schemas": {
721721
"AdminSettings": {
@@ -738,6 +738,24 @@
738738
"properties": {},
739739
"type": "object"
740740
},
741+
"ControlledEgressConfig": {
742+
"description": "Controlled egress configuration.",
743+
"id": "ControlledEgressConfig",
744+
"properties": {
745+
"egressFqdns": {
746+
"description": "Optional. List of fully qualified domain names to be added to the allowlist for outbound traffic.",
747+
"items": {
748+
"type": "string"
749+
},
750+
"type": "array"
751+
},
752+
"marketplaceEnabled": {
753+
"description": "Optional. Whether marketplace is enabled.",
754+
"type": "boolean"
755+
}
756+
},
757+
"type": "object"
758+
},
741759
"CustomDomain": {
742760
"description": "Custom domain information.",
743761
"id": "CustomDomain",
@@ -975,6 +993,14 @@
975993
"description": "Network name in the consumer project. Format: `projects/{project}/global/networks/{network}`. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.",
976994
"type": "string"
977995
},
996+
"controlledEgressConfig": {
997+
"$ref": "ControlledEgressConfig",
998+
"description": "Optional. Controlled egress configuration."
999+
},
1000+
"controlledEgressEnabled": {
1001+
"description": "Optional. Whether controlled egress is enabled on the Looker instance.",
1002+
"type": "boolean"
1003+
},
9781004
"createTime": {
9791005
"description": "Output only. The time when the Looker instance provisioning was first requested.",
9801006
"format": "google-datetime",

0 commit comments

Comments
 (0)