Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#3007)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Feb 10, 2025
1 parent 9550afc commit 28149bc
Show file tree
Hide file tree
Showing 12 changed files with 143 additions and 39 deletions.
22 changes: 21 additions & 1 deletion certificatemanager/v1/certificatemanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@
}
}
},
"revision": "20241204",
"revision": "20250203",
"rootUrl": "https://certificatemanager.googleapis.com/",
"schemas": {
"AllowlistedCertificate": {
Expand Down Expand Up @@ -1456,6 +1456,14 @@
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"usedBy": {
"description": "Output only. The list of resources that use this Certificate.",
"items": {
"$ref": "UsedBy"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -2299,6 +2307,18 @@
}
},
"type": "object"
},
"UsedBy": {
"description": "Defines a resource that uses the certificate.",
"id": "UsedBy",
"properties": {
"name": {
"description": "Output only. Full name of the resource https://google.aip.dev/122#full-resource-names, e.g. `//certificatemanager.googleapis.com/projects/*/locations/*/certificateMaps/*/certificateMapEntries/*` or `//compute.googleapis.com/projects/*/locations/*/targetHttpsProxies/*`.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
}
},
"servicePath": "",
Expand Down
28 changes: 28 additions & 0 deletions certificatemanager/v1/certificatemanager-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 20 additions & 3 deletions connectors/v1/connectors-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2370,12 +2370,14 @@
"enum": [
"AUTH_SCHEMA_VIEW_UNSPECIFIED",
"BASIC",
"JSON_SCHEMA"
"JSON_SCHEMA",
"EUA_SCHEMA"
],
"enumDescriptions": [
"Default value.",
"Basic view of the AuthSchema.",
"JSON schema view of the AuthSchema."
"JSON schema view of the AuthSchema.",
"EUA Schema view of the AuthSchema."
],
"location": "query",
"type": "string"
Expand Down Expand Up @@ -2558,7 +2560,7 @@
}
}
},
"revision": "20250128",
"revision": "20250205",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -4434,6 +4436,17 @@
},
"type": "object"
},
"EnrichmentConfig": {
"description": "Data enrichment configuration.",
"id": "EnrichmentConfig",
"properties": {
"appendAcl": {
"description": "Optional. Append ACL to the event.",
"type": "boolean"
}
},
"type": "object"
},
"EnumOption": {
"description": "EnumOption definition",
"id": "EnumOption",
Expand Down Expand Up @@ -4639,6 +4652,10 @@
"$ref": "DeadLetterConfig",
"description": "Optional. Dead letter configuration for eventing of a connection."
},
"enrichmentConfig": {
"$ref": "EnrichmentConfig",
"description": "Optional. Data enrichment configuration."
},
"enrichmentEnabled": {
"description": "Optional. Enrichment Enabled.",
"type": "boolean"
Expand Down
25 changes: 25 additions & 0 deletions connectors/v1/connectors-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 11 additions & 7 deletions container/v1/container-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2540,7 +2540,7 @@
}
}
},
"revision": "20250114",
"revision": "20250128",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -2802,7 +2802,7 @@
"type": "string"
},
"documentationUrl": {
"description": "A URL to a public documnetation, which addresses resolving this issue.",
"description": "A URL to a public documentation, which addresses resolving this issue.",
"type": "string"
},
"incompatibilityType": {
Expand Down Expand Up @@ -3045,7 +3045,7 @@
"id": "CertificateAuthorityDomainConfig",
"properties": {
"fqdns": {
"description": "List of fully qualified domain names (FQDN). Specifying port is supported. Wilcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000",
"description": "List of fully qualified domain names (FQDN). Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -4503,7 +4503,7 @@
"type": "object"
},
"GetJSONWebKeysResponse": {
"description": "GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517",
"description": "GetJSONWebKeysResponse is a valid JSON Web Key Set as specified in rfc 7517",
"id": "GetJSONWebKeysResponse",
"properties": {
"cacheHeader": {
Expand Down Expand Up @@ -5213,7 +5213,7 @@
"type": "boolean"
},
"gcpPublicCidrsAccessEnabled": {
"description": "Whether master is accessbile via Google Compute Engine Public IP addresses.",
"description": "Whether master is accessible via Google Compute Engine Public IP addresses.",
"type": "boolean"
},
"privateEndpointEnforcementEnabled": {
Expand Down Expand Up @@ -5409,7 +5409,7 @@
"type": "string"
},
"network": {
"description": "Output only. The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network",
"description": "Output only. The relative name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network",
"readOnly": true,
"type": "string"
},
Expand Down Expand Up @@ -5644,7 +5644,7 @@
"type": "integer"
},
"localSsdEncryptionMode": {
"description": "Specifies which method should be used for encrypting the Local SSDs attahced to the node.",
"description": "Specifies which method should be used for encrypting the Local SSDs attached to the node.",
"enum": [
"LOCAL_SSD_ENCRYPTION_MODE_UNSPECIFIED",
"STANDARD_ENCRYPTION",
Expand Down Expand Up @@ -8366,6 +8366,10 @@
"allowNetAdmin": {
"description": "If true, workloads can use NET_ADMIN capability.",
"type": "boolean"
},
"autopilotCompatibilityAuditingEnabled": {
"description": "If true, enables the GCW Auditor that audits workloads on standard clusters.",
"type": "boolean"
}
},
"type": "object"
Expand Down
19 changes: 11 additions & 8 deletions container/v1/container-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions datastore/v1/datastore-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@
}
}
},
"revision": "20241204",
"revision": "20250204",
"rootUrl": "https://datastore.googleapis.com/",
"schemas": {
"Aggregation": {
Expand Down Expand Up @@ -2609,7 +2609,7 @@
"properties": {
"batch": {
"$ref": "QueryResultBatch",
"description": "A batch of query results (always present)."
"description": "A batch of query results. This is always present unless running a query under explain-only mode: RunQueryRequest.explain_options was provided and ExplainOptions.analyze was set to false."
},
"explainMetrics": {
"$ref": "ExplainMetrics",
Expand Down
4 changes: 3 additions & 1 deletion datastore/v1/datastore-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions datastore/v1beta3/datastore-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
}
}
},
"revision": "20241018",
"revision": "20250204",
"rootUrl": "https://datastore.googleapis.com/",
"schemas": {
"Aggregation": {
Expand Down Expand Up @@ -2034,7 +2034,7 @@
"properties": {
"batch": {
"$ref": "QueryResultBatch",
"description": "A batch of query results (always present)."
"description": "A batch of query results. This is always present unless running a query under explain-only mode: RunQueryRequest.explain_options was provided and ExplainOptions.analyze was set to false."
},
"explainMetrics": {
"$ref": "ExplainMetrics",
Expand Down
4 changes: 3 additions & 1 deletion datastore/v1beta3/datastore-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 28149bc

Please sign in to comment.