Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2641

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
740 changes: 553 additions & 187 deletions aiplatform/v1/aiplatform-api.json

Large diffs are not rendered by default.

2,576 changes: 2,126 additions & 450 deletions aiplatform/v1/aiplatform-gen.go

Large diffs are not rendered by default.

880 changes: 547 additions & 333 deletions aiplatform/v1beta1/aiplatform-api.json

Large diffs are not rendered by default.

3,060 changes: 2,251 additions & 809 deletions aiplatform/v1beta1/aiplatform-gen.go

Large diffs are not rendered by default.

20 changes: 15 additions & 5 deletions alloydb/v1/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@
}
}
},
"revision": "20240529",
"revision": "20240605",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -4175,11 +4175,17 @@
"description": "Required. Type of aggregation performed on the metric.",
"enum": [
"AGGREGATION_TYPE_UNSPECIFIED",
"MAXIMUM"
"PEAK",
"P99",
"P95",
"CURRENT"
],
"enumDescriptions": [
"Unspecified aggregation type.",
"Maximum aggregation type."
"PEAK aggregation type.",
"P99 aggregation type.",
"P95 aggregation type.",
"current aggregation type."
],
"type": "string"
},
Expand All @@ -4189,13 +4195,17 @@
"METRIC_TYPE_UNSPECIFIED",
"CPU_UTILIZATION",
"MEMORY_UTILIZATION",
"NETWORK_CONNECTIONS"
"NETWORK_CONNECTIONS",
"STORAGE_UTILIZATION",
"STORAGE_USED_BYTES"
],
"enumDescriptions": [
"Unspecified metric type.",
"CPU utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Memory utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Number of network connections for a resource."
"Number of network connections for a resource.",
"Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Sotrage used by a resource."
],
"type": "string"
},
Expand Down
8 changes: 7 additions & 1 deletion alloydb/v1/alloydb-gen.go

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

61 changes: 56 additions & 5 deletions alloydb/v1alpha/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@
}
}
},
"revision": "20240529",
"revision": "20240605",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -1954,6 +1954,25 @@
"readOnly": true,
"type": "string"
},
"subscriptionType": {
"description": "Optional. Subscription type of the cluster.",
"enum": [
"SUBSCRIPTION_TYPE_UNSPECIFIED",
"STANDARD",
"TRIAL"
],
"enumDescriptions": [
"This is an unknown Subscription type (By default, Subscription Type is STANDARD)",
"Standard subscription.",
"Trial subscription."
],
"type": "string"
},
"trialMetadata": {
"$ref": "TrialMetadata",
"description": "Output only. Metadata for free trial clusters",
"readOnly": true
},
"uid": {
"description": "Output only. The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.",
"readOnly": true,
Expand Down Expand Up @@ -4298,11 +4317,17 @@
"description": "Required. Type of aggregation performed on the metric.",
"enum": [
"AGGREGATION_TYPE_UNSPECIFIED",
"MAXIMUM"
"PEAK",
"P99",
"P95",
"CURRENT"
],
"enumDescriptions": [
"Unspecified aggregation type.",
"Maximum aggregation type."
"PEAK aggregation type.",
"P99 aggregation type.",
"P95 aggregation type.",
"current aggregation type."
],
"type": "string"
},
Expand All @@ -4312,13 +4337,17 @@
"METRIC_TYPE_UNSPECIFIED",
"CPU_UTILIZATION",
"MEMORY_UTILIZATION",
"NETWORK_CONNECTIONS"
"NETWORK_CONNECTIONS",
"STORAGE_UTILIZATION",
"STORAGE_USED_BYTES"
],
"enumDescriptions": [
"Unspecified metric type.",
"CPU utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Memory utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Number of network connections for a resource."
"Number of network connections for a resource.",
"Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Sotrage used by a resource."
],
"type": "string"
},
Expand Down Expand Up @@ -4647,6 +4676,28 @@
},
"type": "object"
},
"TrialMetadata": {
"description": "Contains information and all metadata related to TRIAL clusters.",
"id": "TrialMetadata",
"properties": {
"endTime": {
"description": "End time of the trial cluster.",
"format": "google-datetime",
"type": "string"
},
"startTime": {
"description": "start time of the trial cluster.",
"format": "google-datetime",
"type": "string"
},
"upgradeTime": {
"description": "Upgrade time of trial cluster to Standard cluster.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"UpdatePolicy": {
"description": "Policy to be used while updating the instance.",
"id": "UpdatePolicy",
Expand Down
45 changes: 44 additions & 1 deletion alloydb/v1alpha/alloydb-gen.go

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

61 changes: 56 additions & 5 deletions alloydb/v1beta/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@
}
}
},
"revision": "20240529",
"revision": "20240605",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -1935,6 +1935,25 @@
"readOnly": true,
"type": "string"
},
"subscriptionType": {
"description": "Optional. Subscription type of the cluster.",
"enum": [
"SUBSCRIPTION_TYPE_UNSPECIFIED",
"STANDARD",
"TRIAL"
],
"enumDescriptions": [
"This is an unknown Subscription type (By default, Subscription Type is STANDARD)",
"Standard subscription.",
"Trial subscription."
],
"type": "string"
},
"trialMetadata": {
"$ref": "TrialMetadata",
"description": "Output only. Metadata for free trial clusters",
"readOnly": true
},
"uid": {
"description": "Output only. The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.",
"readOnly": true,
Expand Down Expand Up @@ -4274,11 +4293,17 @@
"description": "Required. Type of aggregation performed on the metric.",
"enum": [
"AGGREGATION_TYPE_UNSPECIFIED",
"MAXIMUM"
"PEAK",
"P99",
"P95",
"CURRENT"
],
"enumDescriptions": [
"Unspecified aggregation type.",
"Maximum aggregation type."
"PEAK aggregation type.",
"P99 aggregation type.",
"P95 aggregation type.",
"current aggregation type."
],
"type": "string"
},
Expand All @@ -4288,13 +4313,17 @@
"METRIC_TYPE_UNSPECIFIED",
"CPU_UTILIZATION",
"MEMORY_UTILIZATION",
"NETWORK_CONNECTIONS"
"NETWORK_CONNECTIONS",
"STORAGE_UTILIZATION",
"STORAGE_USED_BYTES"
],
"enumDescriptions": [
"Unspecified metric type.",
"CPU utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Memory utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Number of network connections for a resource."
"Number of network connections for a resource.",
"Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
"Sotrage used by a resource."
],
"type": "string"
},
Expand Down Expand Up @@ -4623,6 +4652,28 @@
},
"type": "object"
},
"TrialMetadata": {
"description": "Contains information and all metadata related to TRIAL clusters.",
"id": "TrialMetadata",
"properties": {
"endTime": {
"description": "End time of the trial cluster.",
"format": "google-datetime",
"type": "string"
},
"startTime": {
"description": "start time of the trial cluster.",
"format": "google-datetime",
"type": "string"
},
"upgradeTime": {
"description": "Upgrade time of trial cluster to Standard cluster.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"UpdatePolicy": {
"description": "Policy to be used while updating the instance.",
"id": "UpdatePolicy",
Expand Down
Loading