File tree Expand file tree Collapse file tree 4 files changed +22
-6
lines changed Expand file tree Collapse file tree 4 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 10781078 }
10791079 }
10801080 },
1081- "revision" : " 20251021 " ,
1081+ "revision" : " 20251104 " ,
10821082 "rootUrl" : " https://redis.googleapis.com/" ,
10831083 "schemas" : {
10841084 "AOFConfig" : {
26082608 "type" : " object"
26092609 },
26102610 "DatabaseResourceMetadata" : {
2611- "description" : " Common model for database resource instance metadata. Next ID: 29 " ,
2611+ "description" : " Common model for database resource instance metadata. Next ID: 30 " ,
26122612 "id" : " DatabaseResourceMetadata" ,
26132613 "properties" : {
26142614 "availabilityConfiguration" : {
27512751 ],
27522752 "type" : " string"
27532753 },
2754+ "isDeletionProtectionEnabled" : {
2755+ "description" : " Optional. Whether deletion protection is enabled for this resource." ,
2756+ "type" : " boolean"
2757+ },
27542758 "location" : {
27552759 "description" : " The resource location. REQUIRED" ,
27562760 "type" : " string"
Original file line number Diff line number Diff line change 10781078 }
10791079 }
10801080 },
1081- "revision" : " 20251021 " ,
1081+ "revision" : " 20251104 " ,
10821082 "rootUrl" : " https://redis.googleapis.com/" ,
10831083 "schemas" : {
10841084 "AOFConfig" : {
26082608 "type" : " object"
26092609 },
26102610 "DatabaseResourceMetadata" : {
2611- "description" : " Common model for database resource instance metadata. Next ID: 29 " ,
2611+ "description" : " Common model for database resource instance metadata. Next ID: 30 " ,
26122612 "id" : " DatabaseResourceMetadata" ,
26132613 "properties" : {
26142614 "availabilityConfiguration" : {
27512751 ],
27522752 "type" : " string"
27532753 },
2754+ "isDeletionProtectionEnabled" : {
2755+ "description" : " Optional. Whether deletion protection is enabled for this resource." ,
2756+ "type" : " boolean"
2757+ },
27542758 "location" : {
27552759 "description" : " The resource location. REQUIRED" ,
27562760 "type" : " string"
Original file line number Diff line number Diff line change @@ -837,7 +837,7 @@ export namespace redis_v1 {
837837 uniqueId ?: string | null ;
838838 }
839839 /**
840- * Common model for database resource instance metadata. Next ID: 29
840+ * Common model for database resource instance metadata. Next ID: 30
841841 */
842842 export interface Schema$DatabaseResourceMetadata {
843843 /**
@@ -892,6 +892,10 @@ export namespace redis_v1 {
892892 * The type of the instance. Specified at creation time.
893893 */
894894 instanceType ?: string | null ;
895+ /**
896+ * Optional. Whether deletion protection is enabled for this resource.
897+ */
898+ isDeletionProtectionEnabled ?: boolean | null ;
895899 /**
896900 * The resource location. REQUIRED
897901 */
Original file line number Diff line number Diff line change @@ -837,7 +837,7 @@ export namespace redis_v1beta1 {
837837 uniqueId ?: string | null ;
838838 }
839839 /**
840- * Common model for database resource instance metadata. Next ID: 29
840+ * Common model for database resource instance metadata. Next ID: 30
841841 */
842842 export interface Schema$DatabaseResourceMetadata {
843843 /**
@@ -892,6 +892,10 @@ export namespace redis_v1beta1 {
892892 * The type of the instance. Specified at creation time.
893893 */
894894 instanceType ?: string | null ;
895+ /**
896+ * Optional. Whether deletion protection is enabled for this resource.
897+ */
898+ isDeletionProtectionEnabled ?: boolean | null ;
895899 /**
896900 * The resource location. REQUIRED
897901 */
You can’t perform that action at this time.
0 commit comments