diff --git a/DiscoveryJson/workloadmanager.v1.json b/DiscoveryJson/workloadmanager.v1.json index d4f00ee078f..9cdf61eb6fa 100644 --- a/DiscoveryJson/workloadmanager.v1.json +++ b/DiscoveryJson/workloadmanager.v1.json @@ -772,7 +772,7 @@ } } }, - "revision": "20241009", + "revision": "20241016", "rootUrl": "https://workloadmanager.googleapis.com/", "schemas": { "AgentCommand": { @@ -793,42 +793,6 @@ }, "type": "object" }, - "AssetLocation": { - "description": "Provides the mapping of a cloud asset to a direct physical location or to a proxy that defines the location on its behalf.", - "id": "AssetLocation", - "properties": { - "ccfeRmsPath": { - "description": "Spanner path of the CCFE RMS database. It is only applicable for CCFE tenants that use CCFE RMS for storing resource metadata.", - "type": "string" - }, - "expected": { - "$ref": "IsolationExpectations", - "description": "Defines the customer expectation around ZI/ZS for this asset and ZI/ZS state of the region at the time of asset creation." - }, - "extraParameters": { - "description": "Defines extra parameters required for specific asset types.", - "items": { - "$ref": "ExtraParameter" - }, - "type": "array" - }, - "locationData": { - "description": "Contains all kinds of physical location definitions for this asset.", - "items": { - "$ref": "LocationData" - }, - "type": "array" - }, - "parentAsset": { - "description": "Defines parents assets if any in order to allow later generation of child_asset_location data via child assets.", - "items": { - "$ref": "CloudAsset" - }, - "type": "array" - } - }, - "type": "object" - }, "BigQueryDestination": { "description": "Message describing big query destination", "id": "BigQueryDestination", @@ -844,49 +808,12 @@ }, "type": "object" }, - "BlobstoreLocation": { - "description": "Policy ID that identified data placement in Blobstore as per go/blobstore-user-guide#data-metadata-placement-and-failure-domains", - "id": "BlobstoreLocation", - "properties": { - "policyId": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, "CancelOperationRequest": { "description": "The request message for Operations.CancelOperation.", "id": "CancelOperationRequest", "properties": {}, "type": "object" }, - "CloudAsset": { - "id": "CloudAsset", - "properties": { - "assetName": { - "type": "string" - }, - "assetType": { - "type": "string" - } - }, - "type": "object" - }, - "CloudAssetComposition": { - "id": "CloudAssetComposition", - "properties": { - "childAsset": { - "items": { - "$ref": "CloudAsset" - }, - "type": "array" - } - }, - "type": "object" - }, "Command": { "description": "* Command specifies the type of command to execute.", "id": "Command", @@ -902,18 +829,6 @@ }, "type": "object" }, - "DirectLocationAssignment": { - "id": "DirectLocationAssignment", - "properties": { - "location": { - "items": { - "$ref": "LocationAssignment" - }, - "type": "array" - } - }, - "type": "object" - }, "Empty": { "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "id": "Empty", @@ -1029,6 +944,14 @@ "description": "The name of execution resource. The format is projects/{project}/locations/{location}/evaluations/{evaluation}/executions/{execution}", "type": "string" }, + "notices": { + "description": "Output only. Additional information generated by the execution", + "items": { + "$ref": "Notice" + }, + "readOnly": true, + "type": "array" + }, "ruleResults": { "description": "Output only. execution result summary per rule", "items": { @@ -1160,17 +1083,6 @@ }, "type": "object" }, - "ExtraParameter": { - "description": "Defines parameters that should only be used for specific asset types.", - "id": "ExtraParameter", - "properties": { - "regionalMigDistributionPolicy": { - "$ref": "RegionalMigDistributionPolicy", - "description": "Details about zones used by regional compute.googleapis.com/InstanceGroupManager to create instances." - } - }, - "type": "object" - }, "GceInstanceFilter": { "description": "Message describing compute engine instance filter", "id": "GceInstanceFilter", @@ -1214,131 +1126,6 @@ }, "type": "object" }, - "IsolationExpectations": { - "id": "IsolationExpectations", - "properties": { - "requirementOverride": { - "$ref": "RequirementOverride", - "description": "Explicit overrides for ZI and ZS requirements to be used for resources that should be excluded from ZI/ZS verification logic." - }, - "ziOrgPolicy": { - "enum": [ - "ZI_UNSPECIFIED", - "ZI_UNKNOWN", - "ZI_NOT_REQUIRED", - "ZI_PREFERRED", - "ZI_REQUIRED" - ], - "enumDescriptions": [ - "", - "To be used if tracking is not available", - "", - "", - "" - ], - "type": "string" - }, - "ziRegionPolicy": { - "enum": [ - "ZI_REGION_POLICY_UNSPECIFIED", - "ZI_REGION_POLICY_UNKNOWN", - "ZI_REGION_POLICY_NOT_SET", - "ZI_REGION_POLICY_FAIL_OPEN", - "ZI_REGION_POLICY_FAIL_CLOSED" - ], - "enumDescriptions": [ - "", - "To be used if tracking is not available", - "", - "", - "" - ], - "type": "string" - }, - "ziRegionState": { - "enum": [ - "ZI_REGION_UNSPECIFIED", - "ZI_REGION_UNKNOWN", - "ZI_REGION_NOT_ENABLED", - "ZI_REGION_ENABLED" - ], - "enumDescriptions": [ - "", - "To be used if tracking is not available", - "", - "" - ], - "type": "string" - }, - "zoneIsolation": { - "deprecated": true, - "description": "Deprecated: use zi_org_policy, zi_region_policy and zi_region_state instead for setting ZI expectations as per go/zicy-publish-physical-location.", - "enum": [ - "ZI_UNSPECIFIED", - "ZI_UNKNOWN", - "ZI_NOT_REQUIRED", - "ZI_PREFERRED", - "ZI_REQUIRED" - ], - "enumDescriptions": [ - "", - "To be used if tracking is not available", - "", - "", - "" - ], - "type": "string" - }, - "zoneSeparation": { - "deprecated": true, - "description": "Deprecated: use zs_org_policy, and zs_region_stateinstead for setting Zs expectations as per go/zicy-publish-physical-location.", - "enum": [ - "ZS_UNSPECIFIED", - "ZS_UNKNOWN", - "ZS_NOT_REQUIRED", - "ZS_REQUIRED" - ], - "enumDescriptions": [ - "", - "To be used if tracking is not available", - "", - "" - ], - "type": "string" - }, - "zsOrgPolicy": { - "enum": [ - "ZS_UNSPECIFIED", - "ZS_UNKNOWN", - "ZS_NOT_REQUIRED", - "ZS_REQUIRED" - ], - "enumDescriptions": [ - "", - "To be used if tracking is not available", - "", - "" - ], - "type": "string" - }, - "zsRegionState": { - "enum": [ - "ZS_REGION_UNSPECIFIED", - "ZS_REGION_UNKNOWN", - "ZS_REGION_NOT_ENABLED", - "ZS_REGION_ENABLED" - ], - "enumDescriptions": [ - "", - "To be used if tracking of the asset ZS-bit is not available", - "", - "" - ], - "type": "string" - } - }, - "type": "object" - }, "ListEvaluationsResponse": { "description": "Message for response to listing Evaluations", "id": "ListEvaluationsResponse", @@ -1513,64 +1300,18 @@ }, "type": "object" }, - "LocationAssignment": { - "id": "LocationAssignment", + "Notice": { + "description": "Message for additional information generated by the execution", + "id": "Notice", "properties": { - "location": { - "type": "string" - }, - "locationType": { - "enum": [ - "UNSPECIFIED", - "CLUSTER", - "POP", - "CLOUD_ZONE", - "CLOUD_REGION", - "MULTI_REGION_GEO", - "MULTI_REGION_JURISDICTION", - "GLOBAL", - "OTHER" - ], - "enumDescriptions": [ - "", - "1-10: Physical failure domains.", - "", - "11-20: Logical failure domains.", - "", - "", - "", - "", - "" - ], + "message": { + "description": "Output only. Message of the notice", + "readOnly": true, "type": "string" } }, "type": "object" }, - "LocationData": { - "id": "LocationData", - "properties": { - "blobstoreLocation": { - "$ref": "BlobstoreLocation" - }, - "childAssetLocation": { - "$ref": "CloudAssetComposition" - }, - "directLocation": { - "$ref": "DirectLocationAssignment" - }, - "gcpProjectProxy": { - "$ref": "TenantProjectProxy" - }, - "placerLocation": { - "$ref": "PlacerLocation" - }, - "spannerLocation": { - "$ref": "SpannerLocation" - } - }, - "type": "object" - }, "Operation": { "description": "This resource represents a long-running operation that is the result of a network API call.", "id": "Operation", @@ -1650,74 +1391,6 @@ }, "type": "object" }, - "PlacerLocation": { - "description": "Message describing that the location of the customer resource is tied to placer allocations", - "id": "PlacerLocation", - "properties": { - "placerConfig": { - "description": "Directory with a config related to it in placer (e.g. \"/placer/prod/home/my-root/my-dir\")", - "type": "string" - } - }, - "type": "object" - }, - "RegionalMigDistributionPolicy": { - "description": "To be used for specifying the intended distribution of regional compute.googleapis.com/InstanceGroupManager instances", - "id": "RegionalMigDistributionPolicy", - "properties": { - "targetShape": { - "description": "The shape in which the group converges around distribution of resources. Instance of proto2 enum", - "format": "int32", - "type": "integer" - }, - "zones": { - "description": "Cloud zones used by regional MIG to create instances.", - "items": { - "$ref": "ZoneConfiguration" - }, - "type": "array" - } - }, - "type": "object" - }, - "RequirementOverride": { - "id": "RequirementOverride", - "properties": { - "ziOverride": { - "enum": [ - "ZI_UNSPECIFIED", - "ZI_UNKNOWN", - "ZI_NOT_REQUIRED", - "ZI_PREFERRED", - "ZI_REQUIRED" - ], - "enumDescriptions": [ - "", - "To be used if tracking is not available", - "", - "", - "" - ], - "type": "string" - }, - "zsOverride": { - "enum": [ - "ZS_UNSPECIFIED", - "ZS_UNKNOWN", - "ZS_NOT_REQUIRED", - "ZS_REQUIRED" - ], - "enumDescriptions": [ - "", - "To be used if tracking is not available", - "", - "" - ], - "type": "string" - } - }, - "type": "object" - }, "Resource": { "description": "Message represent resource in execution result", "id": "Resource", @@ -2452,26 +2125,6 @@ }, "type": "object" }, - "SpannerLocation": { - "id": "SpannerLocation", - "properties": { - "backupName": { - "description": "Set of backups used by the resource with name in the same format as what is available at http://table/spanner_automon.backup_metadata", - "items": { - "type": "string" - }, - "type": "array" - }, - "dbName": { - "description": "Set of databases used by the resource in format /span//", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, "SqlserverValidation": { "description": "A presentation of SQLServer workload insight. The schema of SqlServer workloads validation related data.", "id": "SqlserverValidation", @@ -2587,18 +2240,6 @@ }, "type": "object" }, - "TenantProjectProxy": { - "id": "TenantProjectProxy", - "properties": { - "projectNumbers": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, "ViolationDetails": { "description": "Message describing the violation in an evaluation result.", "id": "ViolationDetails", @@ -2645,15 +2286,6 @@ "id": "WriteInsightResponse", "properties": {}, "type": "object" - }, - "ZoneConfiguration": { - "id": "ZoneConfiguration", - "properties": { - "zone": { - "type": "string" - } - }, - "type": "object" } }, "servicePath": "", diff --git a/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs b/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs index d2aef01da18..ce6a6c006f8 100644 --- a/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs +++ b/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs @@ -1787,45 +1787,6 @@ public class AgentCommand : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - /// - /// Provides the mapping of a cloud asset to a direct physical location or to a proxy that defines the location on - /// its behalf. - /// - public class AssetLocation : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Spanner path of the CCFE RMS database. It is only applicable for CCFE tenants that use CCFE RMS for storing - /// resource metadata. - /// - [Newtonsoft.Json.JsonPropertyAttribute("ccfeRmsPath")] - public virtual string CcfeRmsPath { get; set; } - - /// - /// Defines the customer expectation around ZI/ZS for this asset and ZI/ZS state of the region at the time of - /// asset creation. - /// - [Newtonsoft.Json.JsonPropertyAttribute("expected")] - public virtual IsolationExpectations Expected { get; set; } - - /// Defines extra parameters required for specific asset types. - [Newtonsoft.Json.JsonPropertyAttribute("extraParameters")] - public virtual System.Collections.Generic.IList ExtraParameters { get; set; } - - /// Contains all kinds of physical location definitions for this asset. - [Newtonsoft.Json.JsonPropertyAttribute("locationData")] - public virtual System.Collections.Generic.IList LocationData { get; set; } - - /// - /// Defines parents assets if any in order to allow later generation of child_asset_location data via child - /// assets. - /// - [Newtonsoft.Json.JsonPropertyAttribute("parentAsset")] - public virtual System.Collections.Generic.IList ParentAsset { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// Message describing big query destination public class BigQueryDestination : Google.Apis.Requests.IDirectResponseSchema { @@ -1841,19 +1802,6 @@ public class BigQueryDestination : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - /// - /// Policy ID that identified data placement in Blobstore as per - /// go/blobstore-user-guide#data-metadata-placement-and-failure-domains - /// - public class BlobstoreLocation : Google.Apis.Requests.IDirectResponseSchema - { - [Newtonsoft.Json.JsonPropertyAttribute("policyId")] - public virtual System.Collections.Generic.IList PolicyId { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// The request message for Operations.CancelOperation. public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -1861,27 +1809,6 @@ public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - public class CloudAsset : Google.Apis.Requests.IDirectResponseSchema - { - [Newtonsoft.Json.JsonPropertyAttribute("assetName")] - public virtual string AssetName { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("assetType")] - public virtual string AssetType { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class CloudAssetComposition : Google.Apis.Requests.IDirectResponseSchema - { - [Newtonsoft.Json.JsonPropertyAttribute("childAsset")] - public virtual System.Collections.Generic.IList ChildAsset { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// * Command specifies the type of command to execute. public class Command : Google.Apis.Requests.IDirectResponseSchema { @@ -1897,15 +1824,6 @@ public class Command : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - public class DirectLocationAssignment : Google.Apis.Requests.IDirectResponseSchema - { - [Newtonsoft.Json.JsonPropertyAttribute("location")] - public virtual System.Collections.Generic.IList Location { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical /// example is to use it as the request or the response type of an API method. For instance: service Foo { rpc @@ -2140,6 +2058,10 @@ public virtual System.DateTimeOffset? InventoryTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// Output only. Additional information generated by the execution + [Newtonsoft.Json.JsonPropertyAttribute("notices")] + public virtual System.Collections.Generic.IList Notices { get; set; } + /// Output only. execution result summary per rule [Newtonsoft.Json.JsonPropertyAttribute("ruleResults")] public virtual System.Collections.Generic.IList RuleResults { get; set; } @@ -2266,19 +2188,6 @@ public class ExternalDataSources : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - /// Defines parameters that should only be used for specific asset types. - public class ExtraParameter : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Details about zones used by regional compute.googleapis.com/InstanceGroupManager to create instances. - /// - [Newtonsoft.Json.JsonPropertyAttribute("regionalMigDistributionPolicy")] - public virtual RegionalMigDistributionPolicy RegionalMigDistributionPolicy { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// Message describing compute engine instance filter public class GceInstanceFilter : Google.Apis.Requests.IDirectResponseSchema { @@ -2353,48 +2262,6 @@ public virtual System.DateTimeOffset? SentTimeDateTimeOffset public virtual string ETag { get; set; } } - public class IsolationExpectations : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Explicit overrides for ZI and ZS requirements to be used for resources that should be excluded from ZI/ZS - /// verification logic. - /// - [Newtonsoft.Json.JsonPropertyAttribute("requirementOverride")] - public virtual RequirementOverride RequirementOverride { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("ziOrgPolicy")] - public virtual string ZiOrgPolicy { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("ziRegionPolicy")] - public virtual string ZiRegionPolicy { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("ziRegionState")] - public virtual string ZiRegionState { get; set; } - - /// - /// Deprecated: use zi_org_policy, zi_region_policy and zi_region_state instead for setting ZI expectations as - /// per go/zicy-publish-physical-location. - /// - [Newtonsoft.Json.JsonPropertyAttribute("zoneIsolation")] - public virtual string ZoneIsolation { get; set; } - - /// - /// Deprecated: use zs_org_policy, and zs_region_stateinstead for setting Zs expectations as per - /// go/zicy-publish-physical-location. - /// - [Newtonsoft.Json.JsonPropertyAttribute("zoneSeparation")] - public virtual string ZoneSeparation { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("zsOrgPolicy")] - public virtual string ZsOrgPolicy { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("zsRegionState")] - public virtual string ZsRegionState { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// Message for response to listing Evaluations public class ListEvaluationsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -2546,37 +2413,12 @@ public class Location : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - public class LocationAssignment : Google.Apis.Requests.IDirectResponseSchema + /// Message for additional information generated by the execution + public class Notice : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("location")] - public virtual string Location { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("locationType")] - public virtual string LocationType { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class LocationData : Google.Apis.Requests.IDirectResponseSchema - { - [Newtonsoft.Json.JsonPropertyAttribute("blobstoreLocation")] - public virtual BlobstoreLocation BlobstoreLocation { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("childAssetLocation")] - public virtual CloudAssetComposition ChildAssetLocation { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("directLocation")] - public virtual DirectLocationAssignment DirectLocation { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("gcpProjectProxy")] - public virtual TenantProjectProxy GcpProjectProxy { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("placerLocation")] - public virtual PlacerLocation PlacerLocation { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("spannerLocation")] - public virtual SpannerLocation SpannerLocation { get; set; } + /// Output only. Message of the notice + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual string Message { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -2730,49 +2572,6 @@ public virtual System.DateTimeOffset? EndTimeDateTimeOffset public virtual string ETag { get; set; } } - /// Message describing that the location of the customer resource is tied to placer allocations - public class PlacerLocation : Google.Apis.Requests.IDirectResponseSchema - { - /// Directory with a config related to it in placer (e.g. "/placer/prod/home/my-root/my-dir") - [Newtonsoft.Json.JsonPropertyAttribute("placerConfig")] - public virtual string PlacerConfig { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// To be used for specifying the intended distribution of regional compute.googleapis.com/InstanceGroupManager - /// instances - /// - public class RegionalMigDistributionPolicy : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The shape in which the group converges around distribution of resources. Instance of proto2 enum - /// - [Newtonsoft.Json.JsonPropertyAttribute("targetShape")] - public virtual System.Nullable TargetShape { get; set; } - - /// Cloud zones used by regional MIG to create instances. - [Newtonsoft.Json.JsonPropertyAttribute("zones")] - public virtual System.Collections.Generic.IList Zones { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class RequirementOverride : Google.Apis.Requests.IDirectResponseSchema - { - [Newtonsoft.Json.JsonPropertyAttribute("ziOverride")] - public virtual string ZiOverride { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("zsOverride")] - public virtual string ZsOverride { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// Message represent resource in execution result public class Resource : Google.Apis.Requests.IDirectResponseSchema { @@ -3387,23 +3186,6 @@ public class ShellCommand : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - public class SpannerLocation : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Set of backups used by the resource with name in the same format as what is available at - /// http://table/spanner_automon.backup_metadata - /// - [Newtonsoft.Json.JsonPropertyAttribute("backupName")] - public virtual System.Collections.Generic.IList BackupName { get; set; } - - /// Set of databases used by the resource in format /span// - [Newtonsoft.Json.JsonPropertyAttribute("dbName")] - public virtual System.Collections.Generic.IList DbName { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// A presentation of SQLServer workload insight. The schema of SqlServer workloads validation related data. /// @@ -3488,15 +3270,6 @@ public class Status : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - public class TenantProjectProxy : Google.Apis.Requests.IDirectResponseSchema - { - [Newtonsoft.Json.JsonPropertyAttribute("projectNumbers")] - public virtual System.Collections.Generic.IList ProjectNumbers { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// Message describing the violation in an evaluation result. public class ViolationDetails : Google.Apis.Requests.IDirectResponseSchema { @@ -3549,13 +3322,4 @@ public class WriteInsightResponse : Google.Apis.Requests.IDirectResponseSchema /// The ETag of the item. public virtual string ETag { get; set; } } - - public class ZoneConfiguration : Google.Apis.Requests.IDirectResponseSchema - { - [Newtonsoft.Json.JsonPropertyAttribute("zone")] - public virtual string Zone { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } } diff --git a/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.csproj b/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.csproj index d3f172f5646..aea5f2ab0c7 100644 --- a/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.csproj +++ b/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.WorkloadManager.v1 Client Library - 1.68.0.3569 + 1.68.0.3576 Google LLC Copyright 2024 Google LLC Google