Skip to content

Commit

Permalink
Merge branch 'main' into gen-enable-new-auth-library
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo committed May 6, 2024
2 parents 56f7599 + b5ae946 commit f70d183
Show file tree
Hide file tree
Showing 106 changed files with 6,407 additions and 3,332 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
your fork.

Commit messages should follow the
[Go project style](https://github.com/golang/go/wiki/CommitMessage). For example:
[Conventional Commit specification](https://www.conventionalcommits.org/en/v1.0.0/).
For example:
```
functions: add gophers codelab
```
Expand Down
24 changes: 23 additions & 1 deletion accesscontextmanager/v1/accesscontextmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@
}
}
},
"revision": "20240417",
"revision": "20240429",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down Expand Up @@ -1374,6 +1374,21 @@
},
"type": "object"
},
"Application": {
"description": "An application that accesses Google Cloud APIs.",
"id": "Application",
"properties": {
"clientId": {
"description": "The OAuth client ID of the application.",
"type": "string"
},
"name": {
"description": "The name of the application. Example: \"Cloud Console\"",
"type": "string"
}
},
"type": "object"
},
"AuditConfig": {
"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
"id": "AuditConfig",
Expand Down Expand Up @@ -1843,6 +1858,13 @@
"name": {
"description": "Immutable. Assigned by the server during creation. The last segment has an arbitrary length and has only URI unreserved characters (as defined by [RFC 3986 Section 2.3](https://tools.ietf.org/html/rfc3986#section-2.3)). Should not be specified by the client during creation. Example: \"organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N\"",
"type": "string"
},
"restrictedClientApplications": {
"description": "Optional. A list of applications that are subject to this binding's restrictions. If the list is empty, the binding restrictions will universally apply to all applications.",
"items": {
"$ref": "Application"
},
"type": "array"
}
},
"type": "object"
Expand Down
28 changes: 28 additions & 0 deletions accesscontextmanager/v1/accesscontextmanager-gen.go

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

23 changes: 22 additions & 1 deletion alloydb/v1/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@
}
}
},
"revision": "20240417",
"revision": "20240424",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -1856,6 +1856,11 @@
"description": "Labels as key value pairs",
"type": "object"
},
"maintenanceSchedule": {
"$ref": "MaintenanceSchedule",
"description": "Output only. The maintenance schedule for the cluster, generated for a specific rollout if a maintenance window is set.",
"readOnly": true
},
"maintenanceUpdatePolicy": {
"$ref": "MaintenanceUpdatePolicy",
"description": "Optional. The maintenance update policy determines when to allow or deny updates."
Expand Down Expand Up @@ -2596,6 +2601,19 @@
},
"type": "object"
},
"MaintenanceSchedule": {
"description": "MaintenanceSchedule stores the maintenance schedule generated from the MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if MaintenanceWindow is set, and if there is no conflicting DenyPeriod. The schedule is cleared once the update takes place. This field cannot be manually changed; modify the MaintenanceUpdatePolicy instead.",
"id": "MaintenanceSchedule",
"properties": {
"startTime": {
"description": "Output only. The scheduled start time for the maintenance.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"MaintenanceUpdatePolicy": {
"description": "MaintenanceUpdatePolicy defines the policy for system updates.",
"id": "MaintenanceUpdatePolicy",
Expand Down Expand Up @@ -4209,6 +4227,7 @@
"PRODUCT_TYPE_ON_PREM",
"ON_PREM",
"PRODUCT_TYPE_MEMORYSTORE",
"PRODUCT_TYPE_BIGTABLE",
"PRODUCT_TYPE_OTHER"
],
"enumDeprecated": [
Expand All @@ -4221,6 +4240,7 @@
false,
true,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -4233,6 +4253,7 @@
"On premises database product.",
"On premises database product.",
"Memorystore product area in GCP",
"Bigtable product area in GCP",
"Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum."
],
"type": "string"
Expand Down
30 changes: 30 additions & 0 deletions alloydb/v1/alloydb-gen.go

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

5 changes: 4 additions & 1 deletion alloydb/v1alpha/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@
}
}
},
"revision": "20240417",
"revision": "20240424",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -4338,6 +4338,7 @@
"PRODUCT_TYPE_ON_PREM",
"ON_PREM",
"PRODUCT_TYPE_MEMORYSTORE",
"PRODUCT_TYPE_BIGTABLE",
"PRODUCT_TYPE_OTHER"
],
"enumDeprecated": [
Expand All @@ -4350,6 +4351,7 @@
false,
true,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -4362,6 +4364,7 @@
"On premises database product.",
"On premises database product.",
"Memorystore product area in GCP",
"Bigtable product area in GCP",
"Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum."
],
"type": "string"
Expand Down
1 change: 1 addition & 0 deletions alloydb/v1alpha/alloydb-gen.go

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

5 changes: 4 additions & 1 deletion alloydb/v1beta/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@
}
}
},
"revision": "20240417",
"revision": "20240424",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -4314,6 +4314,7 @@
"PRODUCT_TYPE_ON_PREM",
"ON_PREM",
"PRODUCT_TYPE_MEMORYSTORE",
"PRODUCT_TYPE_BIGTABLE",
"PRODUCT_TYPE_OTHER"
],
"enumDeprecated": [
Expand All @@ -4326,6 +4327,7 @@
false,
true,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -4338,6 +4340,7 @@
"On premises database product.",
"On premises database product.",
"Memorystore product area in GCP",
"Bigtable product area in GCP",
"Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum."
],
"type": "string"
Expand Down
1 change: 1 addition & 0 deletions alloydb/v1beta/alloydb-gen.go

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

15 changes: 0 additions & 15 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2901,21 +2901,6 @@
"documentationLink": "https://cloud.google.com/essentialcontacts/docs/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "eventarc:v1beta1",
"name": "eventarc",
"version": "v1beta1",
"title": "Eventarc API",
"description": "Build event-driven applications on Google Cloud Platform.",
"discoveryRestUrl": "https://eventarc.googleapis.com/$discovery/rest?version=v1beta1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/eventarc",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "eventarc:v1",
Expand Down
Loading

0 comments on commit f70d183

Please sign in to comment.