@@ -1131,6 +1131,12 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Wo
11311131 [ Google . Apis . Util . RequestParameterAttribute ( "configId" , Google . Apis . Util . RequestParameterType . Query ) ]
11321132 public virtual string ConfigId { get ; set ; }
11331133
1134+ /// <summary>
1135+ /// Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.
1136+ /// </summary>
1137+ [ Google . Apis . Util . RequestParameterAttribute ( "tenant" , Google . Apis . Util . RequestParameterType . Query ) ]
1138+ public virtual string Tenant { get ; set ; }
1139+
11341140 /// <summary>Gets or sets the body of this request.</summary>
11351141 Google . Apis . WorkspaceEvents . v1 . Data . TaskPushNotificationConfig Body { get ; set ; }
11361142
@@ -1166,6 +1172,14 @@ protected override void InitParameters()
11661172 DefaultValue = null ,
11671173 Pattern = null ,
11681174 } ) ;
1175+ RequestParameters . Add ( "tenant" , new Google . Apis . Discovery . Parameter
1176+ {
1177+ Name = "tenant" ,
1178+ IsRequired = false ,
1179+ ParameterType = "query" ,
1180+ DefaultValue = null ,
1181+ Pattern = null ,
1182+ } ) ;
11691183 }
11701184 }
11711185
@@ -1195,6 +1209,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) :
11951209 [ Google . Apis . Util . RequestParameterAttribute ( "name" , Google . Apis . Util . RequestParameterType . Path ) ]
11961210 public virtual string Name { get ; private set ; }
11971211
1212+ /// <summary>
1213+ /// Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.
1214+ /// </summary>
1215+ [ Google . Apis . Util . RequestParameterAttribute ( "tenant" , Google . Apis . Util . RequestParameterType . Query ) ]
1216+ public virtual string Tenant { get ; set ; }
1217+
11981218 /// <summary>Gets the method name.</summary>
11991219 public override string MethodName => "delete" ;
12001220
@@ -1216,6 +1236,14 @@ protected override void InitParameters()
12161236 DefaultValue = null ,
12171237 Pattern = @"^tasks/[^/]+/pushNotificationConfigs/[^/]+$" ,
12181238 } ) ;
1239+ RequestParameters . Add ( "tenant" , new Google . Apis . Discovery . Parameter
1240+ {
1241+ Name = "tenant" ,
1242+ IsRequired = false ,
1243+ ParameterType = "query" ,
1244+ DefaultValue = null ,
1245+ Pattern = null ,
1246+ } ) ;
12191247 }
12201248 }
12211249
@@ -1245,6 +1273,12 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba
12451273 [ Google . Apis . Util . RequestParameterAttribute ( "name" , Google . Apis . Util . RequestParameterType . Path ) ]
12461274 public virtual string Name { get ; private set ; }
12471275
1276+ /// <summary>
1277+ /// Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.
1278+ /// </summary>
1279+ [ Google . Apis . Util . RequestParameterAttribute ( "tenant" , Google . Apis . Util . RequestParameterType . Query ) ]
1280+ public virtual string Tenant { get ; set ; }
1281+
12481282 /// <summary>Gets the method name.</summary>
12491283 public override string MethodName => "get" ;
12501284
@@ -1266,6 +1300,14 @@ protected override void InitParameters()
12661300 DefaultValue = null ,
12671301 Pattern = @"^tasks/[^/]+/pushNotificationConfigs/[^/]+$" ,
12681302 } ) ;
1303+ RequestParameters . Add ( "tenant" , new Google . Apis . Discovery . Parameter
1304+ {
1305+ Name = "tenant" ,
1306+ IsRequired = false ,
1307+ ParameterType = "query" ,
1308+ DefaultValue = null ,
1309+ Pattern = null ,
1310+ } ) ;
12691311 }
12701312 }
12711313
@@ -1305,6 +1347,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) :
13051347 [ Google . Apis . Util . RequestParameterAttribute ( "pageToken" , Google . Apis . Util . RequestParameterType . Query ) ]
13061348 public virtual string PageToken { get ; set ; }
13071349
1350+ /// <summary>
1351+ /// Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.
1352+ /// </summary>
1353+ [ Google . Apis . Util . RequestParameterAttribute ( "tenant" , Google . Apis . Util . RequestParameterType . Query ) ]
1354+ public virtual string Tenant { get ; set ; }
1355+
13081356 /// <summary>Gets the method name.</summary>
13091357 public override string MethodName => "list" ;
13101358
@@ -1342,6 +1390,14 @@ protected override void InitParameters()
13421390 DefaultValue = null ,
13431391 Pattern = null ,
13441392 } ) ;
1393+ RequestParameters . Add ( "tenant" , new Google . Apis . Discovery . Parameter
1394+ {
1395+ Name = "tenant" ,
1396+ IsRequired = false ,
1397+ ParameterType = "query" ,
1398+ DefaultValue = null ,
1399+ Pattern = null ,
1400+ } ) ;
13451401 }
13461402 }
13471403 }
@@ -1428,6 +1484,12 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba
14281484 [ Google . Apis . Util . RequestParameterAttribute ( "historyLength" , Google . Apis . Util . RequestParameterType . Query ) ]
14291485 public virtual System . Nullable < int > HistoryLength { get ; set ; }
14301486
1487+ /// <summary>
1488+ /// Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.
1489+ /// </summary>
1490+ [ Google . Apis . Util . RequestParameterAttribute ( "tenant" , Google . Apis . Util . RequestParameterType . Query ) ]
1491+ public virtual string Tenant { get ; set ; }
1492+
14311493 /// <summary>Gets the method name.</summary>
14321494 public override string MethodName => "get" ;
14331495
@@ -1457,6 +1519,14 @@ protected override void InitParameters()
14571519 DefaultValue = null ,
14581520 Pattern = null ,
14591521 } ) ;
1522+ RequestParameters . Add ( "tenant" , new Google . Apis . Discovery . Parameter
1523+ {
1524+ Name = "tenant" ,
1525+ IsRequired = false ,
1526+ ParameterType = "query" ,
1527+ DefaultValue = null ,
1528+ Pattern = null ,
1529+ } ) ;
14601530 }
14611531 }
14621532
@@ -1489,6 +1559,12 @@ public SubscribeRequest(Google.Apis.Services.IClientService service, string name
14891559 [ Google . Apis . Util . RequestParameterAttribute ( "name" , Google . Apis . Util . RequestParameterType . Path ) ]
14901560 public virtual string Name { get ; private set ; }
14911561
1562+ /// <summary>
1563+ /// Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.
1564+ /// </summary>
1565+ [ Google . Apis . Util . RequestParameterAttribute ( "tenant" , Google . Apis . Util . RequestParameterType . Query ) ]
1566+ public virtual string Tenant { get ; set ; }
1567+
14921568 /// <summary>Gets the method name.</summary>
14931569 public override string MethodName => "subscribe" ;
14941570
@@ -1510,6 +1586,14 @@ protected override void InitParameters()
15101586 DefaultValue = null ,
15111587 Pattern = @"^tasks/[^/]+$" ,
15121588 } ) ;
1589+ RequestParameters . Add ( "tenant" , new Google . Apis . Discovery . Parameter
1590+ {
1591+ Name = "tenant" ,
1592+ IsRequired = false ,
1593+ ParameterType = "query" ,
1594+ DefaultValue = null ,
1595+ Pattern = null ,
1596+ } ) ;
15131597 }
15141598 }
15151599 }
@@ -1567,6 +1651,12 @@ public class AuthenticationInfo : Google.Apis.Requests.IDirectResponseSchema
15671651
15681652 public class CancelTaskRequest : Google . Apis . Requests . IDirectResponseSchema
15691653 {
1654+ /// <summary>
1655+ /// Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.
1656+ /// </summary>
1657+ [ Newtonsoft . Json . JsonPropertyAttribute ( "tenant" ) ]
1658+ public virtual string Tenant { get ; set ; }
1659+
15701660 /// <summary>The ETag of the item.</summary>
15711661 public virtual string ETag { get ; set ; }
15721662 }
@@ -1889,6 +1979,12 @@ public class SendMessageRequest : Google.Apis.Requests.IDirectResponseSchema
18891979 [ Newtonsoft . Json . JsonPropertyAttribute ( "metadata" ) ]
18901980 public virtual System . Collections . Generic . IDictionary < string , object > Metadata { get ; set ; }
18911981
1982+ /// <summary>
1983+ /// Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.
1984+ /// </summary>
1985+ [ Newtonsoft . Json . JsonPropertyAttribute ( "tenant" ) ]
1986+ public virtual string Tenant { get ; set ; }
1987+
18921988 /// <summary>The ETag of the item.</summary>
18931989 public virtual string ETag { get ; set ; }
18941990 }
0 commit comments