Skip to content

Commit

Permalink
feat: Generate Google.Apis.Networkconnectivity.v1 version 1.68.0.3603
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Dec 11, 2024
1 parent f9cc9a1 commit 07dbf19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions DiscoveryJson/networkconnectivity.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2863,7 +2863,7 @@
}
}
},
"revision": "20241030",
"revision": "20241112",
"rootUrl": "https://networkconnectivity.googleapis.com/",
"schemas": {
"AcceptHubSpokeRequest": {
Expand Down Expand Up @@ -3950,7 +3950,7 @@
"type": "object"
},
"ListPolicyBasedRoutesResponse": {
"description": "Response for PolicyBasedRouting.ListPolicyBasedRoutes method.",
"description": "Response for PolicyBasedRoutingService.ListPolicyBasedRoutes method.",
"id": "ListPolicyBasedRoutesResponse",
"properties": {
"nextPageToken": {
Expand Down Expand Up @@ -4336,7 +4336,7 @@
"type": "string"
},
"requestedCancellation": {
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
"readOnly": true,
"type": "boolean"
},
Expand Down Expand Up @@ -4729,7 +4729,7 @@
"type": "string"
},
"address": {
"description": "Optional. The IP Address of the Regional Endpoint. When no address is provided, an IP from the subnetwork is allocated. Use one of the following formats: * IPv4 address as in `10.0.0.1` * Address resource URI as in `projects/{project}/regions/{region}/addresses/{address_name}`",
"description": "Optional. The IP Address of the Regional Endpoint. When no address is provided, an IP from the subnetwork is allocated. Use one of the following formats: * IPv4 address as in `10.0.0.1` * Address resource URI as in `projects/{project}/regions/{region}/addresses/{address_name}` for an IPv4 or IPv6 address.",
"type": "string"
},
"createTime": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7932,7 +7932,7 @@ public class ListLocationsResponse : Google.Apis.Requests.IDirectResponseSchema
public virtual string ETag { get; set; }
}

/// <summary>Response for PolicyBasedRouting.ListPolicyBasedRoutes method.</summary>
/// <summary>Response for PolicyBasedRoutingService.ListPolicyBasedRoutes method.</summary>
public class ListPolicyBasedRoutesResponse : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>
Expand Down Expand Up @@ -8358,8 +8358,8 @@ public virtual System.DateTimeOffset? EndTimeDateTimeOffset

/// <summary>
/// Output only. Identifies whether the user has requested cancellation of the operation. Operations that have
/// been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to
/// `Code.CANCELLED`.
/// been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of
/// 1, corresponding to `Code.CANCELLED`.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("requestedCancellation")]
public virtual System.Nullable<bool> RequestedCancellation { get; set; }
Expand Down Expand Up @@ -8810,7 +8810,7 @@ public class RegionalEndpoint : Google.Apis.Requests.IDirectResponseSchema
/// <summary>
/// Optional. The IP Address of the Regional Endpoint. When no address is provided, an IP from the subnetwork is
/// allocated. Use one of the following formats: * IPv4 address as in `10.0.0.1` * Address resource URI as in
/// `projects/{project}/regions/{region}/addresses/{address_name}`
/// `projects/{project}/regions/{region}/addresses/{address_name}` for an IPv4 or IPv6 address.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("address")]
public virtual string Address { 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.Networkconnectivity.v1 Client Library</Title>
<Version>1.68.0.3590</Version>
<Version>1.68.0.3603</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 07dbf19

Please sign in to comment.