Skip to content

Commit 7539ba5

Browse files
feat(looker): update the api
#### looker:v1 The following keys were added: - schemas.Instance.properties.fipsEnabled.type (Total Keys: 1) - schemas.Instance.properties.geminiEnabled.type (Total Keys: 1)
1 parent dba4e69 commit 7539ba5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ <h3>Method Details</h3>
169169
&quot;kmsKeyNameVersion&quot;: &quot;A String&quot;, # Output only. Full name and version of the CMEK key currently in use to encrypt Looker data. Format: `projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}`. Empty if CMEK is not configured in this instance.
170170
&quot;kmsKeyState&quot;: &quot;A String&quot;, # Output only. Status of the CMEK key.
171171
},
172+
&quot;fipsEnabled&quot;: True or False, # Optional. Whether FIPS is enabled on the Looker instance.
173+
&quot;geminiEnabled&quot;: True or False, # Optional. Whether Gemini feature is enabled on the Looker instance or not.
172174
&quot;ingressPrivateIp&quot;: &quot;A String&quot;, # Output only. Private Ingress IP (IPv4).
173175
&quot;ingressPublicIp&quot;: &quot;A String&quot;, # Output only. Public Ingress IP (IPv4).
174176
&quot;lastDenyMaintenancePeriod&quot;: { # Specifies the maintenance denial period. # Output only. Last computed maintenance denial period for this instance.
@@ -398,6 +400,8 @@ <h3>Method Details</h3>
398400
&quot;kmsKeyNameVersion&quot;: &quot;A String&quot;, # Output only. Full name and version of the CMEK key currently in use to encrypt Looker data. Format: `projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}`. Empty if CMEK is not configured in this instance.
399401
&quot;kmsKeyState&quot;: &quot;A String&quot;, # Output only. Status of the CMEK key.
400402
},
403+
&quot;fipsEnabled&quot;: True or False, # Optional. Whether FIPS is enabled on the Looker instance.
404+
&quot;geminiEnabled&quot;: True or False, # Optional. Whether Gemini feature is enabled on the Looker instance or not.
401405
&quot;ingressPrivateIp&quot;: &quot;A String&quot;, # Output only. Private Ingress IP (IPv4).
402406
&quot;ingressPublicIp&quot;: &quot;A String&quot;, # Output only. Public Ingress IP (IPv4).
403407
&quot;lastDenyMaintenancePeriod&quot;: { # Specifies the maintenance denial period. # Output only. Last computed maintenance denial period for this instance.
@@ -611,6 +615,8 @@ <h3>Method Details</h3>
611615
&quot;kmsKeyNameVersion&quot;: &quot;A String&quot;, # Output only. Full name and version of the CMEK key currently in use to encrypt Looker data. Format: `projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}`. Empty if CMEK is not configured in this instance.
612616
&quot;kmsKeyState&quot;: &quot;A String&quot;, # Output only. Status of the CMEK key.
613617
},
618+
&quot;fipsEnabled&quot;: True or False, # Optional. Whether FIPS is enabled on the Looker instance.
619+
&quot;geminiEnabled&quot;: True or False, # Optional. Whether Gemini feature is enabled on the Looker instance or not.
614620
&quot;ingressPrivateIp&quot;: &quot;A String&quot;, # Output only. Private Ingress IP (IPv4).
615621
&quot;ingressPublicIp&quot;: &quot;A String&quot;, # Output only. Public Ingress IP (IPv4).
616622
&quot;lastDenyMaintenancePeriod&quot;: { # Specifies the maintenance denial period. # Output only. Last computed maintenance denial period for this instance.
@@ -745,6 +751,8 @@ <h3>Method Details</h3>
745751
&quot;kmsKeyNameVersion&quot;: &quot;A String&quot;, # Output only. Full name and version of the CMEK key currently in use to encrypt Looker data. Format: `projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}`. Empty if CMEK is not configured in this instance.
746752
&quot;kmsKeyState&quot;: &quot;A String&quot;, # Output only. Status of the CMEK key.
747753
},
754+
&quot;fipsEnabled&quot;: True or False, # Optional. Whether FIPS is enabled on the Looker instance.
755+
&quot;geminiEnabled&quot;: True or False, # Optional. Whether Gemini feature is enabled on the Looker instance or not.
748756
&quot;ingressPrivateIp&quot;: &quot;A String&quot;, # Output only. Private Ingress IP (IPv4).
749757
&quot;ingressPublicIp&quot;: &quot;A String&quot;, # Output only. Public Ingress IP (IPv4).
750758
&quot;lastDenyMaintenancePeriod&quot;: { # Specifies the maintenance denial period. # Output only. Last computed maintenance denial period for this instance.

googleapiclient/discovery_cache/documents/looker.v1.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@
731731
}
732732
}
733733
},
734-
"revision": "20240814",
734+
"revision": "20240910",
735735
"rootUrl": "https://looker.googleapis.com/",
736736
"schemas": {
737737
"AdminSettings": {
@@ -1092,6 +1092,14 @@
10921092
"$ref": "EncryptionConfig",
10931093
"description": "Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance."
10941094
},
1095+
"fipsEnabled": {
1096+
"description": "Optional. Whether FIPS is enabled on the Looker instance.",
1097+
"type": "boolean"
1098+
},
1099+
"geminiEnabled": {
1100+
"description": "Optional. Whether Gemini feature is enabled on the Looker instance or not.",
1101+
"type": "boolean"
1102+
},
10951103
"ingressPrivateIp": {
10961104
"description": "Output only. Private Ingress IP (IPv4).",
10971105
"readOnly": true,

0 commit comments

Comments
 (0)