Skip to content

Commit

Permalink
feat: Generate Google.Apis.ServiceNetworking.v1beta version 1.68.0.3524
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Aug 28, 2024
1 parent eb00399 commit 5416166
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
36 changes: 35 additions & 1 deletion DiscoveryJson/servicenetworking.v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
}
}
},
"revision": "20240820",
"revision": "20240825",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -1281,6 +1281,17 @@
},
"type": "object"
},
"ExperimentalFeatures": {
"description": "Experimental features to be included during client library generation. These fields will be deprecated once the feature graduates and is enabled by default.",
"id": "ExperimentalFeatures",
"properties": {
"restAsyncIoEnabled": {
"description": "Enables generation of asynchronous REST clients if `rest` transport is enabled. By default, asynchronous REST clients will not be generated. This feature will be enabled by default 1 month after launching the feature in preview packages.",
"type": "boolean"
}
},
"type": "object"
},
"Field": {
"description": "A single field of a message type.",
"id": "Field",
Expand Down Expand Up @@ -1967,6 +1978,25 @@
"description": "The sampling period of metric data points. For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period.",
"format": "google-duration",
"type": "string"
},
"timeSeriesResourceHierarchyLevel": {
"description": "The scope of the timeseries data of the metric.",
"items": {
"enum": [
"TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED",
"PROJECT",
"ORGANIZATION",
"FOLDER"
],
"enumDescriptions": [
"Do not use this default value.",
"Scopes a metric to a project.",
"Scopes a metric to an organization.",
"Scopes a metric to a folder."
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -2336,6 +2366,10 @@
"common": {
"$ref": "CommonLanguageSettings",
"description": "Some settings."
},
"experimentalFeatures": {
"$ref": "ExperimentalFeatures",
"description": "Experimental features to be included during client library generation."
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1888,6 +1888,24 @@ public class EnumValue : Google.Apis.Requests.IDirectResponseSchema
public virtual string ETag { get; set; }
}

/// <summary>
/// Experimental features to be included during client library generation. These fields will be deprecated once the
/// feature graduates and is enabled by default.
/// </summary>
public class ExperimentalFeatures : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>
/// Enables generation of asynchronous REST clients if `rest` transport is enabled. By default, asynchronous
/// REST clients will not be generated. This feature will be enabled by default 1 month after launching the
/// feature in preview packages.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("restAsyncIoEnabled")]
public virtual System.Nullable<bool> RestAsyncIoEnabled { get; set; }

/// <summary>The ETag of the item.</summary>
public virtual string ETag { get; set; }
}

/// <summary>A single field of a message type.</summary>
public class Field : Google.Apis.Requests.IDirectResponseSchema
{
Expand Down Expand Up @@ -2691,6 +2709,10 @@ public class MetricDescriptorMetadata : Google.Apis.Requests.IDirectResponseSche
[Newtonsoft.Json.JsonPropertyAttribute("samplePeriod")]
public virtual object SamplePeriod { get; set; }

/// <summary>The scope of the timeseries data of the metric.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("timeSeriesResourceHierarchyLevel")]
public virtual System.Collections.Generic.IList<string> TimeSeriesResourceHierarchyLevel { get; set; }

/// <summary>The ETag of the item.</summary>
public virtual string ETag { get; set; }
}
Expand Down Expand Up @@ -3170,6 +3192,10 @@ public class PythonSettings : Google.Apis.Requests.IDirectResponseSchema
[Newtonsoft.Json.JsonPropertyAttribute("common")]
public virtual CommonLanguageSettings Common { get; set; }

/// <summary>Experimental features to be included during client library generation.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("experimentalFeatures")]
public virtual ExperimentalFeatures ExperimentalFeatures { get; set; }

/// <summary>The ETag of the item.</summary>
public virtual string ETag { 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.3519</Version>
<Version>1.68.0.3524</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 5416166

Please sign in to comment.