Skip to content

Commit c2ec846

Browse files
feat: Update Compute Engine v1 API to revision 20251210 (#1137)
1 parent a745ee4 commit c2ec846

File tree

4 files changed

+91
-7
lines changed

4 files changed

+91
-7
lines changed

google/cloud/compute/v1/compute.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"converterVersion": "",
3-
"updateTime": "2025-12-12T08:33:27Z",
3+
"updateTime": "2026-01-06T16:33:16Z",
44
"apiVersion": "v1",
5-
"discoveryRevision": "20251202",
5+
"discoveryRevision": "20251210",
66
"inlineSchemas": [
77
{
88
"schema": "a870e510",

google/cloud/compute/v1/compute.proto

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// Generated by the disco-to-proto3-converter. DO NOT EDIT!
1616
// Source Discovery file: compute.v1.json
17-
// Source file revision: 20251202
17+
// Source file revision: 20251210
1818
// API name: compute
1919
// API version: v1
2020

@@ -67764,6 +67764,9 @@ message StoragePool {
6776467764
// create the resource.
6776567765
optional string description = 422937596;
6776667766

67767+
// Output only. [Output Only] Provisioned capacities for each SKU for this Exapool in GiB
67768+
optional StoragePoolExapoolProvisionedCapacityGb exapool_provisioned_capacity_gb = 345174240;
67769+
6776767770
// Output only. [Output Only] The unique identifier for the resource. This identifier is
6776867771
// defined by the server.
6776967772
optional uint64 id = 3355;
@@ -67944,6 +67947,19 @@ message StoragePoolDisk {
6794467947

6794567948
}
6794667949

67950+
// Exapool provisioned capacities for each SKU type
67951+
message StoragePoolExapoolProvisionedCapacityGb {
67952+
// Output only. Size, in GiB, of provisioned capacity-optimized capacity for this Exapool
67953+
optional int64 capacity_optimized = 251131874;
67954+
67955+
// Output only. Size, in GiB, of provisioned read-optimized capacity for this Exapool
67956+
optional int64 read_optimized = 389863870;
67957+
67958+
// Output only. Size, in GiB, of provisioned write-optimized capacity for this Exapool
67959+
optional int64 write_optimized = 492523719;
67960+
67961+
}
67962+
6794767963
// A list of StoragePool resources.
6794867964
message StoragePoolList {
6794967965
optional string etag = 3123477;
@@ -68015,6 +68031,20 @@ message StoragePoolResourceStatus {
6801568031
// [Output Only] Number of disks used.
6801668032
optional int64 disk_count = 182933485;
6801768033

68034+
// Output only. [Output Only] Maximum allowed read IOPS for this Exapool.
68035+
optional int64 exapool_max_read_iops = 59241794;
68036+
68037+
// Output only. [Output Only] Maximum allowed read throughput in MiB/s for
68038+
// this Exapool.
68039+
optional int64 exapool_max_read_throughput = 390933251;
68040+
68041+
// Output only. [Output Only] Maximum allowed write IOPS for this Exapool.
68042+
optional int64 exapool_max_write_iops = 293212537;
68043+
68044+
// Output only. [Output Only] Maximum allowed write throughput in MiB/s
68045+
// for this Exapool.
68046+
optional int64 exapool_max_write_throughput = 330367482;
68047+
6801868048
// Output only. [Output Only] Timestamp of the last successful resize inRFC3339 text format.
6801968049
optional string last_resize_timestamp = 500825556;
6802068050

@@ -68378,7 +68408,7 @@ message Subnetwork {
6837868408
// explicitly set, it will not appear in get listings. If not set
6837968409
// the default behavior is determined by the org policy, if there is no org
6838068410
// policy specified, then it will default to disabled. This field isn't
68381-
// supported if the subnet purpose field is set toREGIONAL_MANAGED_PROXY.
68411+
// supported if the subnet purpose field is set toREGIONAL_MANAGED_PROXY. It is recommended to uselogConfig.enable field instead.
6838268412
optional bool enable_flow_logs = 151544420;
6838368413

6838468414
// The external IPv6 address range that is owned by this

google/cloud/compute/v1/compute.v1.json

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42464,7 +42464,7 @@
4246442464
}
4246542465
}
4246642466
},
42467-
"revision": "20251202",
42467+
"revision": "20251210",
4246842468
"rootUrl": "https://compute.googleapis.com/",
4246942469
"schemas": {
4247042470
"AWSV4Signature": {
@@ -89080,6 +89080,11 @@
8908089080
"description": "An optional description of this resource. Provide this property when you\ncreate the resource.",
8908189081
"type": "string"
8908289082
},
89083+
"exapoolProvisionedCapacityGb": {
89084+
"$ref": "StoragePoolExapoolProvisionedCapacityGb",
89085+
"description": "Output only. [Output Only] Provisioned capacities for each SKU for this Exapool in GiB",
89086+
"readOnly": true
89087+
},
8908389088
"id": {
8908489089
"description": "Output only. [Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.",
8908589090
"format": "uint64",
@@ -89452,6 +89457,31 @@
8945289457
},
8945389458
"type": "object"
8945489459
},
89460+
"StoragePoolExapoolProvisionedCapacityGb": {
89461+
"description": "Exapool provisioned capacities for each SKU type",
89462+
"id": "StoragePoolExapoolProvisionedCapacityGb",
89463+
"properties": {
89464+
"capacityOptimized": {
89465+
"description": "Output only. Size, in GiB, of provisioned capacity-optimized capacity for this Exapool",
89466+
"format": "int64",
89467+
"readOnly": true,
89468+
"type": "string"
89469+
},
89470+
"readOptimized": {
89471+
"description": "Output only. Size, in GiB, of provisioned read-optimized capacity for this Exapool",
89472+
"format": "int64",
89473+
"readOnly": true,
89474+
"type": "string"
89475+
},
89476+
"writeOptimized": {
89477+
"description": "Output only. Size, in GiB, of provisioned write-optimized capacity for this Exapool",
89478+
"format": "int64",
89479+
"readOnly": true,
89480+
"type": "string"
89481+
}
89482+
},
89483+
"type": "object"
89484+
},
8945589485
"StoragePoolList": {
8945689486
"description": "A list of StoragePool resources.",
8945789487
"id": "StoragePoolList",
@@ -89799,6 +89829,30 @@
8979989829
"format": "int64",
8980089830
"type": "string"
8980189831
},
89832+
"exapoolMaxReadIops": {
89833+
"description": "Output only. [Output Only] Maximum allowed read IOPS for this Exapool.",
89834+
"format": "int64",
89835+
"readOnly": true,
89836+
"type": "string"
89837+
},
89838+
"exapoolMaxReadThroughput": {
89839+
"description": "Output only. [Output Only] Maximum allowed read throughput in MiB/s for\nthis Exapool.",
89840+
"format": "int64",
89841+
"readOnly": true,
89842+
"type": "string"
89843+
},
89844+
"exapoolMaxWriteIops": {
89845+
"description": "Output only. [Output Only] Maximum allowed write IOPS for this Exapool.",
89846+
"format": "int64",
89847+
"readOnly": true,
89848+
"type": "string"
89849+
},
89850+
"exapoolMaxWriteThroughput": {
89851+
"description": "Output only. [Output Only] Maximum allowed write throughput in MiB/s\nfor this Exapool.",
89852+
"format": "int64",
89853+
"readOnly": true,
89854+
"type": "string"
89855+
},
8980289856
"lastResizeTimestamp": {
8980389857
"description": "Output only. [Output Only] Timestamp of the last successful resize inRFC3339 text format.",
8980489858
"readOnly": true,
@@ -90542,7 +90596,7 @@
9054290596
"type": "string"
9054390597
},
9054490598
"enableFlowLogs": {
90545-
"description": "Whether to enable flow logging for this subnetwork. If this field is not\nexplicitly set, it will not appear in get listings. If not set\nthe default behavior is determined by the org policy, if there is no org\npolicy specified, then it will default to disabled. This field isn't\nsupported if the subnet purpose field is set toREGIONAL_MANAGED_PROXY.",
90599+
"description": "Whether to enable flow logging for this subnetwork. If this field is not\nexplicitly set, it will not appear in get listings. If not set\nthe default behavior is determined by the org policy, if there is no org\npolicy specified, then it will default to disabled. This field isn't\nsupported if the subnet purpose field is set toREGIONAL_MANAGED_PROXY. It is recommended to uselogConfig.enable field instead.",
9054690600
"type": "boolean"
9054790601
},
9054890602
"externalIpv6Prefix": {

google/cloud/compute/v1/compute_gapic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Generated by the disco-to-proto3-converter. DO NOT EDIT!
1616
# Source Discovery file: compute.v1.json
17-
# Source file revision: 20251202
17+
# Source file revision: 20251210
1818
# API name: compute
1919
# API version: v1
2020

0 commit comments

Comments
 (0)