File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 346346 ],
347347 "parameters" : {
348348 "name" : {
349- "description" : " Optional. Immutable. Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`" ,
349+ "description" : " Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`" ,
350350 "location" : " path" ,
351351 "pattern" : " ^subscriptions/[^/]+$" ,
352352 "required" : true ,
424424 }
425425 }
426426 },
427- "revision" : " 20240827 " ,
427+ "revision" : " 20241008 " ,
428428 "rootUrl" : " https://workspaceevents.googleapis.com/" ,
429429 "schemas" : {
430430 "ListSubscriptionsResponse" : {
572572 "type" : " string"
573573 },
574574 "name" : {
575- "description" : " Optional. Immutable. Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`" ,
575+ "description" : " Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`" ,
576576 "type" : " string"
577577 },
578578 "notificationEndpoint" : {
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ export namespace workspaceevents_v1 {
232232 */
233233 expireTime ?: string | null ;
234234 /**
235- * Optional. Immutable. Identifier. Resource name of the subscription. Format: `subscriptions/{subscription\}`
235+ * Identifier. Resource name of the subscription. Format: `subscriptions/{subscription\}`
236236 */
237237 name ?: string | null ;
238238 /**
@@ -961,7 +961,7 @@ export namespace workspaceevents_v1 {
961961 export interface Params$Resource$Subscriptions$Patch
962962 extends StandardParameters {
963963 /**
964- * Optional. Immutable. Identifier. Resource name of the subscription. Format: `subscriptions/{subscription\}`
964+ * Identifier. Resource name of the subscription. Format: `subscriptions/{subscription\}`
965965 */
966966 name ?: string ;
967967 /**
You can’t perform that action at this time.
0 commit comments