Skip to content

Commit 3dbb550

Browse files
feat(redis): update the api
#### redis:v1 The following keys were added: - schemas.BackupCollection.properties.createTime (Total Keys: 3) #### redis:v1beta1 The following keys were added: - schemas.BackupCollection.properties.createTime (Total Keys: 3)
1 parent 0f2353d commit 3dbb550

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

docs/dyn/redis_v1.projects.locations.backupCollections.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ <h3>Method Details</h3>
114114
{ # BackupCollection of a cluster.
115115
&quot;cluster&quot;: &quot;A String&quot;, # Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
116116
&quot;clusterUid&quot;: &quot;A String&quot;, # Output only. The cluster uid of the backup collection.
117+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the backup collection was created.
117118
&quot;kmsKey&quot;: &quot;A String&quot;, # Output only. The KMS key used to encrypt the backups under this backup collection.
118119
&quot;name&quot;: &quot;A String&quot;, # Identifier. Full resource path of the backup collection.
119120
&quot;uid&quot;: &quot;A String&quot;, # Output only. System assigned unique identifier of the backup collection.
@@ -141,6 +142,7 @@ <h3>Method Details</h3>
141142
{ # BackupCollection of a cluster.
142143
&quot;cluster&quot;: &quot;A String&quot;, # Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
143144
&quot;clusterUid&quot;: &quot;A String&quot;, # Output only. The cluster uid of the backup collection.
145+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the backup collection was created.
144146
&quot;kmsKey&quot;: &quot;A String&quot;, # Output only. The KMS key used to encrypt the backups under this backup collection.
145147
&quot;name&quot;: &quot;A String&quot;, # Identifier. Full resource path of the backup collection.
146148
&quot;uid&quot;: &quot;A String&quot;, # Output only. System assigned unique identifier of the backup collection.

docs/dyn/redis_v1beta1.projects.locations.backupCollections.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ <h3>Method Details</h3>
114114
{ # BackupCollection of a cluster.
115115
&quot;cluster&quot;: &quot;A String&quot;, # Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
116116
&quot;clusterUid&quot;: &quot;A String&quot;, # Output only. The cluster uid of the backup collection.
117+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the backup collection was created.
117118
&quot;kmsKey&quot;: &quot;A String&quot;, # Output only. The KMS key used to encrypt the backups under this backup collection.
118119
&quot;name&quot;: &quot;A String&quot;, # Identifier. Full resource path of the backup collection.
119120
&quot;uid&quot;: &quot;A String&quot;, # Output only. System assigned unique identifier of the backup collection.
@@ -141,6 +142,7 @@ <h3>Method Details</h3>
141142
{ # BackupCollection of a cluster.
142143
&quot;cluster&quot;: &quot;A String&quot;, # Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
143144
&quot;clusterUid&quot;: &quot;A String&quot;, # Output only. The cluster uid of the backup collection.
145+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the backup collection was created.
144146
&quot;kmsKey&quot;: &quot;A String&quot;, # Output only. The KMS key used to encrypt the backups under this backup collection.
145147
&quot;name&quot;: &quot;A String&quot;, # Identifier. Full resource path of the backup collection.
146148
&quot;uid&quot;: &quot;A String&quot;, # Output only. System assigned unique identifier of the backup collection.

googleapiclient/discovery_cache/documents/redis.v1.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
}
10681068
}
10691069
},
1070-
"revision": "20250115",
1070+
"revision": "20250121",
10711071
"rootUrl": "https://redis.googleapis.com/",
10721072
"schemas": {
10731073
"AOFConfig": {
@@ -1319,6 +1319,12 @@
13191319
"readOnly": true,
13201320
"type": "string"
13211321
},
1322+
"createTime": {
1323+
"description": "Output only. The time when the backup collection was created.",
1324+
"format": "google-datetime",
1325+
"readOnly": true,
1326+
"type": "string"
1327+
},
13221328
"kmsKey": {
13231329
"description": "Output only. The KMS key used to encrypt the backups under this backup collection.",
13241330
"readOnly": true,
@@ -3761,7 +3767,8 @@ false
37613767
"NETWORK_CONNECTIONS",
37623768
"STORAGE_UTILIZATION",
37633769
"STORAGE_USED_BYTES",
3764-
"NODE_COUNT"
3770+
"NODE_COUNT",
3771+
"MEMORY_USED_BYTES"
37653772
],
37663773
"enumDescriptions": [
37673774
"Unspecified metric type.",
@@ -3770,7 +3777,8 @@ false
37703777
"Number of network connections for a resource.",
37713778
"Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
37723779
"Sotrage used by a resource.",
3773-
"Node count for a resource. It represents the number of nodes units in a bigtable/spanner instance."
3780+
"Node count for a resource. It represents the number of nodes units in a bigtable/spanner instance.",
3781+
"Memory used by a resource (in bytes)."
37743782
],
37753783
"type": "string"
37763784
},

googleapiclient/discovery_cache/documents/redis.v1beta1.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
}
10681068
}
10691069
},
1070-
"revision": "20250115",
1070+
"revision": "20250121",
10711071
"rootUrl": "https://redis.googleapis.com/",
10721072
"schemas": {
10731073
"AOFConfig": {
@@ -1319,6 +1319,12 @@
13191319
"readOnly": true,
13201320
"type": "string"
13211321
},
1322+
"createTime": {
1323+
"description": "Output only. The time when the backup collection was created.",
1324+
"format": "google-datetime",
1325+
"readOnly": true,
1326+
"type": "string"
1327+
},
13221328
"kmsKey": {
13231329
"description": "Output only. The KMS key used to encrypt the backups under this backup collection.",
13241330
"readOnly": true,
@@ -3768,7 +3774,8 @@ false
37683774
"NETWORK_CONNECTIONS",
37693775
"STORAGE_UTILIZATION",
37703776
"STORAGE_USED_BYTES",
3771-
"NODE_COUNT"
3777+
"NODE_COUNT",
3778+
"MEMORY_USED_BYTES"
37723779
],
37733780
"enumDescriptions": [
37743781
"Unspecified metric type.",
@@ -3777,7 +3784,8 @@ false
37773784
"Number of network connections for a resource.",
37783785
"Storage utilization for a resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).",
37793786
"Sotrage used by a resource.",
3780-
"Node count for a resource. It represents the number of nodes units in a bigtable/spanner instance."
3787+
"Node count for a resource. It represents the number of nodes units in a bigtable/spanner instance.",
3788+
"Memory used by a resource (in bytes)."
37813789
],
37823790
"type": "string"
37833791
},

0 commit comments

Comments
 (0)