Skip to content

Commit

Permalink
feat: Generate Google.Apis.WorkspaceEvents.v1 version 1.68.0.3568
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Oct 14, 2024
1 parent 13b33c5 commit fc430e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
6 changes: 3 additions & 3 deletions DiscoveryJson/workspaceevents.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
],
"parameters": {
"name": {
"description": "Optional. Immutable. Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`",
"description": "Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`",
"location": "path",
"pattern": "^subscriptions/[^/]+$",
"required": true,
Expand Down Expand Up @@ -424,7 +424,7 @@
}
}
},
"revision": "20240827",
"revision": "20241008",
"rootUrl": "https://workspaceevents.googleapis.com/",
"schemas": {
"ListSubscriptionsResponse": {
Expand Down Expand Up @@ -572,7 +572,7 @@
"type": "string"
},
"name": {
"description": "Optional. Immutable. Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`",
"description": "Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`",
"type": "string"
},
"notificationEndpoint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ protected override void InitParameters()
/// </summary>
/// <param name="body">The body of the request.</param>
/// <param name="name">
/// Optional. Immutable. Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`
/// Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`
/// </param>
public virtual PatchRequest Patch(Google.Apis.WorkspaceEvents.v1.Data.Subscription body, string name)
{
Expand All @@ -762,10 +762,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Wor
InitParameters();
}

/// <summary>
/// Optional. Immutable. Identifier. Resource name of the subscription. Format:
/// `subscriptions/{subscription}`
/// </summary>
/// <summary>Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`</summary>
[Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)]
public virtual string Name { get; private set; }

Expand Down Expand Up @@ -1155,9 +1152,7 @@ public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset
set => ExpireTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value);
}

/// <summary>
/// Optional. Immutable. Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`
/// </summary>
/// <summary>Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`</summary>
[Newtonsoft.Json.JsonPropertyAttribute("name")]
public virtual string Name { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.WorkspaceEvents.v1 Client Library</Title>
<Version>1.68.0.3526</Version>
<Version>1.68.0.3568</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit fc430e7

Please sign in to comment.