Skip to content

Commit

Permalink
feat: Generate Google.Apis.ServiceNetworking.v1beta version 1.68.0.3594
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Nov 6, 2024
1 parent aa976b1 commit cefd38e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DiscoveryJson/servicenetworking.v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
}
}
},
"revision": "20240925",
"revision": "20241103",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -2439,7 +2439,7 @@
"type": "string"
},
"unit": {
"description": "Specify the unit of the quota limit. It uses the same syntax as Metric.unit. The supported unit kinds are determined by the quota backend system. Here are some examples: * \"1/min/{project}\" for quota per minute per project. Note: the order of unit components is insignificant. The \"1\" at the beginning is required to follow the metric unit syntax.",
"description": "Specify the unit of the quota limit. It uses the same syntax as MetricDescriptor.unit. The supported unit kinds are determined by the quota backend system. Here are some examples: * \"1/min/{project}\" for quota per minute per project. Note: the order of unit components is insignificant. The \"1\" at the beginning is required to follow the metric unit syntax.",
"type": "string"
},
"values": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3308,10 +3308,10 @@ public class QuotaLimit : Google.Apis.Requests.IDirectResponseSchema
public virtual string Name { get; set; }

/// <summary>
/// Specify the unit of the quota limit. It uses the same syntax as Metric.unit. The supported unit kinds are
/// determined by the quota backend system. Here are some examples: * "1/min/{project}" for quota per minute per
/// project. Note: the order of unit components is insignificant. The "1" at the beginning is required to follow
/// the metric unit syntax.
/// Specify the unit of the quota limit. It uses the same syntax as MetricDescriptor.unit. The supported unit
/// kinds are determined by the quota backend system. Here are some examples: * "1/min/{project}" for quota per
/// minute per project. Note: the order of unit components is insignificant. The "1" at the beginning is
/// required to follow the metric unit syntax.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("unit")]
public virtual string Unit { 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.ServiceNetworking.v1beta Client Library</Title>
<Version>1.68.0.3555</Version>
<Version>1.68.0.3594</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit cefd38e

Please sign in to comment.