Skip to content

Commit

Permalink
feat(redis): update the api
Browse files Browse the repository at this point in the history
#### redis:v1

The following keys were added:
- schemas.DatabaseResourceMetadata.properties.userLabelSet.$ref (Total Keys: 1)
- schemas.DatabaseResourceMetadata.properties.userLabels.deprecated (Total Keys: 1)
- schemas.UserLabels (Total Keys: 4)

#### redis:v1beta1

The following keys were added:
- schemas.DatabaseResourceMetadata.properties.userLabelSet.$ref (Total Keys: 1)
- schemas.DatabaseResourceMetadata.properties.userLabels.deprecated (Total Keys: 1)
- schemas.UserLabels (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Mar 19, 2024
1 parent b263502 commit b753fb7
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 10 deletions.
64 changes: 59 additions & 5 deletions googleapiclient/discovery_cache/documents/redis.v1.json
Expand Up @@ -821,7 +821,7 @@
}
}
},
"revision": "20240229",
"revision": "20240307",
"rootUrl": "https://redis.googleapis.com/",
"schemas": {
"AvailabilityConfiguration": {
Expand Down Expand Up @@ -1300,7 +1300,13 @@
"SIGNAL_TYPE_SERVER_CERTIFICATE_NEAR_EXPIRY",
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
"SIGNAL_TYPE_RESTRICT_AUTHORIZED_NETWORKS",
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP"
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP",
"SIGNAL_TYPE_CLUSTER_QUOTA_LIMIT",
"SIGNAL_TYPE_NO_PASSWORD_POLICY",
"SIGNAL_TYPE_CONNECTIONS_PERFORMANCE_IMPACT",
"SIGNAL_TYPE_TMP_TABLES_PERFORMANCE_IMPACT",
"SIGNAL_TYPE_TRANS_LOGS_PERFORMANCE_IMPACT",
"SIGNAL_TYPE_HIGH_JOINS_WITHOUT_INDEXES"
],
"enumDeprecated": [
false,
Expand Down Expand Up @@ -1363,6 +1369,12 @@ false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand Down Expand Up @@ -1426,7 +1438,13 @@ false
"Represents server certificate is near expiry.",
"Represents database auditing is disabled.",
"Represents not restricted to authorized networks.",
"Represents violate org policy restrict public ip."
"Represents violate org policy restrict public ip.",
"Cluster nearing quota limit",
"No password policy set on resources",
"Performance impact of connections settings",
"Performance impact of temporary tables settings",
"Performance impact of transaction logs settings",
"Performance impact of high joins without indexes"
],
"type": "string"
},
Expand Down Expand Up @@ -1630,10 +1648,15 @@ false
"format": "google-datetime",
"type": "string"
},
"userLabelSet": {
"$ref": "UserLabels",
"description": "User-provided labels associated with the resource"
},
"userLabels": {
"additionalProperties": {
"type": "string"
},
"deprecated": true,
"description": "User-provided labels, represented as a dictionary where each label is a single key value pair.",
"type": "object"
}
Expand Down Expand Up @@ -1756,7 +1779,13 @@ false
"SIGNAL_TYPE_SERVER_CERTIFICATE_NEAR_EXPIRY",
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
"SIGNAL_TYPE_RESTRICT_AUTHORIZED_NETWORKS",
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP"
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP",
"SIGNAL_TYPE_CLUSTER_QUOTA_LIMIT",
"SIGNAL_TYPE_NO_PASSWORD_POLICY",
"SIGNAL_TYPE_CONNECTIONS_PERFORMANCE_IMPACT",
"SIGNAL_TYPE_TMP_TABLES_PERFORMANCE_IMPACT",
"SIGNAL_TYPE_TRANS_LOGS_PERFORMANCE_IMPACT",
"SIGNAL_TYPE_HIGH_JOINS_WITHOUT_INDEXES"
],
"enumDeprecated": [
false,
Expand Down Expand Up @@ -1819,6 +1848,12 @@ false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand Down Expand Up @@ -1882,7 +1917,13 @@ false
"Represents server certificate is near expiry.",
"Represents database auditing is disabled.",
"Represents not restricted to authorized networks.",
"Represents violate org policy restrict public ip."
"Represents violate org policy restrict public ip.",
"Cluster nearing quota limit",
"No password policy set on resources",
"Performance impact of connections settings",
"Performance impact of temporary tables settings",
"Performance impact of transaction logs settings",
"Performance impact of high joins without indexes"
],
"type": "string"
}
Expand Down Expand Up @@ -3108,6 +3149,19 @@ false
},
"type": "object"
},
"UserLabels": {
"description": "Message type for storing user labels. User labels are used to tag App Engine resources, allowing users to search for resources matching a set of labels and to aggregate usage data by labels.",
"id": "UserLabels",
"properties": {
"labels": {
"additionalProperties": {
"type": "string"
},
"type": "object"
}
},
"type": "object"
},
"WeeklyMaintenanceWindow": {
"description": "Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.",
"id": "WeeklyMaintenanceWindow",
Expand Down
64 changes: 59 additions & 5 deletions googleapiclient/discovery_cache/documents/redis.v1beta1.json
Expand Up @@ -821,7 +821,7 @@
}
}
},
"revision": "20240229",
"revision": "20240307",
"rootUrl": "https://redis.googleapis.com/",
"schemas": {
"AvailabilityConfiguration": {
Expand Down Expand Up @@ -1300,7 +1300,13 @@
"SIGNAL_TYPE_SERVER_CERTIFICATE_NEAR_EXPIRY",
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
"SIGNAL_TYPE_RESTRICT_AUTHORIZED_NETWORKS",
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP"
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP",
"SIGNAL_TYPE_CLUSTER_QUOTA_LIMIT",
"SIGNAL_TYPE_NO_PASSWORD_POLICY",
"SIGNAL_TYPE_CONNECTIONS_PERFORMANCE_IMPACT",
"SIGNAL_TYPE_TMP_TABLES_PERFORMANCE_IMPACT",
"SIGNAL_TYPE_TRANS_LOGS_PERFORMANCE_IMPACT",
"SIGNAL_TYPE_HIGH_JOINS_WITHOUT_INDEXES"
],
"enumDeprecated": [
false,
Expand Down Expand Up @@ -1363,6 +1369,12 @@ false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand Down Expand Up @@ -1426,7 +1438,13 @@ false
"Represents server certificate is near expiry.",
"Represents database auditing is disabled.",
"Represents not restricted to authorized networks.",
"Represents violate org policy restrict public ip."
"Represents violate org policy restrict public ip.",
"Cluster nearing quota limit",
"No password policy set on resources",
"Performance impact of connections settings",
"Performance impact of temporary tables settings",
"Performance impact of transaction logs settings",
"Performance impact of high joins without indexes"
],
"type": "string"
},
Expand Down Expand Up @@ -1630,10 +1648,15 @@ false
"format": "google-datetime",
"type": "string"
},
"userLabelSet": {
"$ref": "UserLabels",
"description": "User-provided labels associated with the resource"
},
"userLabels": {
"additionalProperties": {
"type": "string"
},
"deprecated": true,
"description": "User-provided labels, represented as a dictionary where each label is a single key value pair.",
"type": "object"
}
Expand Down Expand Up @@ -1756,7 +1779,13 @@ false
"SIGNAL_TYPE_SERVER_CERTIFICATE_NEAR_EXPIRY",
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
"SIGNAL_TYPE_RESTRICT_AUTHORIZED_NETWORKS",
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP"
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP",
"SIGNAL_TYPE_CLUSTER_QUOTA_LIMIT",
"SIGNAL_TYPE_NO_PASSWORD_POLICY",
"SIGNAL_TYPE_CONNECTIONS_PERFORMANCE_IMPACT",
"SIGNAL_TYPE_TMP_TABLES_PERFORMANCE_IMPACT",
"SIGNAL_TYPE_TRANS_LOGS_PERFORMANCE_IMPACT",
"SIGNAL_TYPE_HIGH_JOINS_WITHOUT_INDEXES"
],
"enumDeprecated": [
false,
Expand Down Expand Up @@ -1819,6 +1848,12 @@ false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand Down Expand Up @@ -1882,7 +1917,13 @@ false
"Represents server certificate is near expiry.",
"Represents database auditing is disabled.",
"Represents not restricted to authorized networks.",
"Represents violate org policy restrict public ip."
"Represents violate org policy restrict public ip.",
"Cluster nearing quota limit",
"No password policy set on resources",
"Performance impact of connections settings",
"Performance impact of temporary tables settings",
"Performance impact of transaction logs settings",
"Performance impact of high joins without indexes"
],
"type": "string"
}
Expand Down Expand Up @@ -3115,6 +3156,19 @@ false
},
"type": "object"
},
"UserLabels": {
"description": "Message type for storing user labels. User labels are used to tag App Engine resources, allowing users to search for resources matching a set of labels and to aggregate usage data by labels.",
"id": "UserLabels",
"properties": {
"labels": {
"additionalProperties": {
"type": "string"
},
"type": "object"
}
},
"type": "object"
},
"WeeklyMaintenanceWindow": {
"description": "Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.",
"id": "WeeklyMaintenanceWindow",
Expand Down

0 comments on commit b753fb7

Please sign in to comment.