Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 4, 2024
1 parent 5e44215 commit 76b27f1
Show file tree
Hide file tree
Showing 33 changed files with 457 additions and 118 deletions.
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.

15 changes: 15 additions & 0 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2901,6 +2901,21 @@
"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
4 changes: 2 additions & 2 deletions bigquery/v2/bigquery-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@
}
}
},
"revision": "20240418",
"revision": "20240423",
"rootUrl": "https://bigquery.googleapis.com/",
"schemas": {
"AggregateClassificationMetrics": {
Expand Down Expand Up @@ -9006,7 +9006,7 @@
"readOnly": true
},
"replicationIntervalMs": {
"description": "Required. Specifies the interval at which the source table is polled for updates.",
"description": "Optional. Specifies the interval at which the source table is polled for updates. It's Optional. If not specified, default replication interval would be applied.",
"format": "int64",
"type": "string"
},
Expand Down
5 changes: 3 additions & 2 deletions bigquery/v2/bigquery-gen.go

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

6 changes: 3 additions & 3 deletions clouddeploy/v1/clouddeploy-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@
}
}
},
"revision": "20240417",
"revision": "20240428",
"rootUrl": "https://clouddeploy.googleapis.com/",
"schemas": {
"AbandonReleaseRequest": {
Expand Down Expand Up @@ -2181,7 +2181,7 @@
"id": "AnthosCluster",
"properties": {
"membership": {
"description": "Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.",
"description": "Optional. Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.",
"type": "string"
}
},
Expand Down Expand Up @@ -3451,7 +3451,7 @@
"id": "GkeCluster",
"properties": {
"cluster": {
"description": "Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`.",
"description": "Optional. Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`.",
"type": "string"
},
"internalIp": {
Expand Down
6 changes: 3 additions & 3 deletions clouddeploy/v1/clouddeploy-gen.go

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

50 changes: 48 additions & 2 deletions dataform/v1beta1/dataform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"$ref": "CommitRepositoryChangesRequest"
},
"response": {
"$ref": "Empty"
"$ref": "CommitRepositoryChangesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
Expand Down Expand Up @@ -2108,7 +2108,7 @@
}
}
},
"revision": "20240420",
"revision": "20240427",
"rootUrl": "https://dataform.googleapis.com/",
"schemas": {
"Assertion": {
Expand Down Expand Up @@ -2339,6 +2339,17 @@
},
"type": "object"
},
"CommitRepositoryChangesResponse": {
"description": "`CommitRepositoryChanges` response message.",
"id": "CommitRepositoryChangesResponse",
"properties": {
"commitSha": {
"description": "The commit SHA of the current commit.",
"type": "string"
}
},
"type": "object"
},
"CommitWorkspaceChangesRequest": {
"description": "`CommitWorkspaceChanges` request message.",
"id": "CommitWorkspaceChangesRequest",
Expand Down Expand Up @@ -2404,6 +2415,11 @@
"readOnly": true,
"type": "array"
},
"dataEncryptionState": {
"$ref": "DataEncryptionState",
"description": "Output only. Only set if the repository has a KMS Key.",
"readOnly": true
},
"dataformCoreVersion": {
"description": "Output only. The version of `@dataform/core` that was used for compilation.",
"readOnly": true,
Expand Down Expand Up @@ -2496,6 +2512,17 @@
},
"type": "object"
},
"DataEncryptionState": {
"description": "Describes encryption state of a resource.",
"id": "DataEncryptionState",
"properties": {
"kmsKeyVersionName": {
"description": "The KMS key version name with which data of a resource is encrypted.",
"type": "string"
}
},
"type": "object"
},
"Declaration": {
"description": "Represents a relation which is not managed by Dataform but which may be referenced by Dataform actions.",
"id": "Declaration",
Expand Down Expand Up @@ -3557,6 +3584,11 @@
"readOnly": true,
"type": "string"
},
"dataEncryptionState": {
"$ref": "DataEncryptionState",
"description": "Output only. A data encryption state of a Git repository if this Repository is protected by a KMS key.",
"readOnly": true
},
"displayName": {
"description": "Optional. The repository's user-friendly name.",
"type": "string"
Expand All @@ -3565,6 +3597,10 @@
"$ref": "GitRemoteSettings",
"description": "Optional. If set, configures this repository to be linked to a Git remote."
},
"kmsKeyName": {
"description": "Optional. The reference to a KMS encryption key. If provided, it will be used to encrypt user data in the repository and all child resources. It is not possible to add or update the encryption key after the repository is created. Example: `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`",
"type": "string"
},
"labels": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -3858,6 +3894,11 @@
"description": "Immutable. The name of the compilation result to use for this invocation. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.",
"type": "string"
},
"dataEncryptionState": {
"$ref": "DataEncryptionState",
"description": "Output only. Only set if the repository has a KMS Key.",
"readOnly": true
},
"invocationConfig": {
"$ref": "InvocationConfig",
"description": "Immutable. If left unset, a default InvocationConfig will be used."
Expand Down Expand Up @@ -3969,6 +4010,11 @@
"description": "Represents a Dataform Git workspace.",
"id": "Workspace",
"properties": {
"dataEncryptionState": {
"$ref": "DataEncryptionState",
"description": "Output only. A data encryption state of a Git repository if this Workspace is protected by a KMS key.",
"readOnly": true
},
"name": {
"description": "Identifier. The workspace's name.",
"type": "string"
Expand Down

0 comments on commit 76b27f1

Please sign in to comment.