diff --git a/DiscoveryJson/androidmanagement_v1.json b/DiscoveryJson/androidmanagement_v1.json index 6fa82f21e4..9db0288a20 100644 --- a/DiscoveryJson/androidmanagement_v1.json +++ b/DiscoveryJson/androidmanagement_v1.json @@ -1095,7 +1095,7 @@ } } }, - "revision": "20230814", + "revision": "20230828", "rootUrl": "https://androidmanagement.googleapis.com/", "schemas": { "AdbShellCommandEvent": { @@ -1629,7 +1629,7 @@ "Grants access for enabling system apps.", "Grants access to network activity logs. Allows the delegated application to call setNetworkLoggingEnabled (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#setNetworkLoggingEnabled%28android.content.ComponentName,%20boolean%29), isNetworkLoggingEnabled (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#isNetworkLoggingEnabled%28android.content.ComponentName%29) and retrieveNetworkLogs (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#retrieveNetworkLogs%28android.content.ComponentName,%20long%29) methods. This scope can be delegated to at most one application. Supported for fully managed devices on Android 10 and above. Supported for a work profile on Android 12 and above. When delegation is supported and set, NETWORK_ACTIVITY_LOGS is ignored.", "Grants access to security logs. Allows the delegated application to call setSecurityLoggingEnabled (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#setSecurityLoggingEnabled%28android.content.ComponentName,%20boolean%29), isSecurityLoggingEnabled (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#isSecurityLoggingEnabled%28android.content.ComponentName%29), retrieveSecurityLogs (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#retrieveSecurityLogs%28android.content.ComponentName%29) and retrievePreRebootSecurityLogs (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#retrievePreRebootSecurityLogs%28android.content.ComponentName%29) methods. This scope can be delegated to at most one application. Supported for fully managed devices and company-owned devices with a work profile on Android 12 and above. When delegation is supported and set, SECURITY_LOGS is ignored.", - "Grants access to selection of KeyChain certificates on behalf of requesting apps. Once granted, the delegated application will start receiving DelegatedAdminReceiver#onChoosePrivateKeyAlias(https://developer.android.com/reference/android/app/admin/DelegatedAdminReceiver#onChoosePrivateKeyAlias(android.content.Context,%20android.content.Intent,%20int,%20android.net.Uri,%20java.lang.String)). Allows the delegated application to call grantKeyPairToApp(https://developer.android.com/reference/android/app/admin/DevicePolicyManager#grantKeyPairToApp(android.content.ComponentName,%20java.lang.String,%20java.lang.String)) and revokeKeyPairFromApp(https://developer.android.com/reference/android/app/admin/DevicePolicyManager#revokeKeyPairFromApp(android.content.ComponentName,%20java.lang.String,%20java.lang.String)) methods. There can be at most one app that has this delegation. choosePrivateKeyRules must be empty and privateKeySelectionEnabled has no effect if certificate selection is delegated to an application." + "Grants access to selection of KeyChain certificates on behalf of requesting apps. Once granted, the delegated application will start receiving DelegatedAdminReceiver#onChoosePrivateKeyAlias (https://developer.android.com/reference/android/app/admin/DelegatedAdminReceiver#onChoosePrivateKeyAlias%28android.content.Context,%20android.content.Intent,%20int,%20android.net.Uri,%20java.lang.String%29). Allows the delegated application to call grantKeyPairToApp (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#grantKeyPairToApp%28android.content.ComponentName,%20java.lang.String,%20java.lang.String%29) and revokeKeyPairFromApp (https://developer.android.com/reference/android/app/admin/DevicePolicyManager#revokeKeyPairFromApp%28android.content.ComponentName,%20java.lang.String,%20java.lang.String%29) methods. There can be at most one app that has this delegation. choosePrivateKeyRules must be empty and privateKeySelectionEnabled has no effect if certificate selection is delegated to an application." ], "type": "string" }, @@ -2622,14 +2622,14 @@ "id": "DeviceRadioState", "properties": { "airplaneModeState": { - "description": "Controls whether airplane mode can be toggled by the user or not", + "description": "Controls whether airplane mode can be toggled by the user or not.", "enum": [ "AIRPLANE_MODE_STATE_UNSPECIFIED", "AIRPLANE_MODE_USER_CHOICE", "AIRPLANE_MODE_DISABLED" ], "enumDescriptions": [ - "Unspecified. Defaults to AIRPLANE_MODE_USER_CHOICE", + "Unspecified. Defaults to AIRPLANE_MODE_USER_CHOICE.", "The user is allowed to toggle airplane mode on or off.", "Airplane mode is disabled. The user is not allowed to toggle airplane mode on. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 9." ], diff --git a/DiscoveryJson/baremetalsolution_v2.json b/DiscoveryJson/baremetalsolution_v2.json index bbf899fabe..a07cc6ae90 100644 --- a/DiscoveryJson/baremetalsolution_v2.json +++ b/DiscoveryJson/baremetalsolution_v2.json @@ -1588,7 +1588,7 @@ } } }, - "revision": "20230831", + "revision": "20230814", "rootUrl": "https://baremetalsolution.googleapis.com/", "schemas": { "AllowedClient": { @@ -1832,7 +1832,7 @@ "type": "string" }, "pod": { - "description": "Immutable. Pod name. Pod is an independent part of infrastructure. Instance can only be connected to the assets (networks, volumes) allocated in the same pod.", + "description": "Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.", "type": "string" }, "state": { @@ -1908,7 +1908,6 @@ "type": "boolean" }, "id": { - "deprecated": true, "description": "A transient unique identifier to idenfity an instance within an ProvisioningConfig request.", "type": "string" }, @@ -1924,7 +1923,8 @@ "type": "array" }, "name": { - "description": "The name of the instance config.", + "description": "Output only. The name of the instance config.", + "readOnly": true, "type": "string" }, "networkConfig": { @@ -1955,7 +1955,7 @@ "description": "Private network address, if any. Filled if InstanceConfig.multivlan_config is false." }, "sshKeyNames": { - "description": "Optional. List of names of ssh keys used to provision the instance.", + "description": "List of names of ssh keys used to provision the instance.", "items": { "type": "string" }, @@ -2486,7 +2486,8 @@ "type": "string" }, "pod": { - "description": "Immutable. Pod name. Pod is an independent part of infrastructure. Network can only be connected to the assets (instances, nfsshares) allocated in the same pod.", + "description": "Output only. Pod name.", + "readOnly": true, "type": "string" }, "reservations": { @@ -2792,10 +2793,6 @@ "readOnly": true, "type": "string" }, - "pod": { - "description": "Immutable. Pod name. Pod is an independent part of infrastructure. NFSShare can only be connected to the assets (networks, instances) allocated in the same pod.", - "type": "string" - }, "requestedSizeGib": { "description": "The requested size, in GiB.", "format": "int64", @@ -2956,10 +2953,6 @@ }, "type": "array" }, - "pod": { - "description": "Optional. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes, nfsshares) allocated in the same pod only.", - "type": "string" - }, "state": { "description": "Output only. State of ProvisioningConfig.", "enum": [ @@ -3467,7 +3460,7 @@ "type": "string" }, "pod": { - "description": "Immutable. Pod name. Pod is an independent part of infrastructure. Volume can only be connected to the instances allocated in the same pod.", + "description": "Immutable. Pod name.", "type": "string" }, "protocol": { diff --git a/DiscoveryJson/datastream_v1.json b/DiscoveryJson/datastream_v1.json index 0e0326a7ef..bee2c79f78 100644 --- a/DiscoveryJson/datastream_v1.json +++ b/DiscoveryJson/datastream_v1.json @@ -1025,12 +1025,12 @@ ], "parameters": { "cdcStrategy.specificStartPosition.mysqlLogPosition.logFile": { - "description": "The binary log file name.", + "description": "Required. The binary log file name.", "location": "query", "type": "string" }, "cdcStrategy.specificStartPosition.mysqlLogPosition.logPosition": { - "description": "The position within the binary log file. Default is head of file.", + "description": "Optional. The position within the binary log file. Default is head of file.", "format": "int32", "location": "query", "type": "integer" @@ -1261,7 +1261,7 @@ } } }, - "revision": "20230802", + "revision": "20230902", "rootUrl": "https://datastream.googleapis.com/", "schemas": { "AvroFileFormat": { @@ -2015,11 +2015,11 @@ "id": "MysqlLogPosition", "properties": { "logFile": { - "description": "The binary log file name.", + "description": "Required. The binary log file name.", "type": "string" }, "logPosition": { - "description": "The position within the binary log file. Default is head of file.", + "description": "Optional. The position within the binary log file. Default is head of file.", "format": "int32", "type": "integer" } @@ -2331,6 +2331,10 @@ "description": "Required. Hostname for the Oracle connection.", "type": "string" }, + "oracleSslConfig": { + "$ref": "OracleSslConfig", + "description": "Optional. SSL configuration for the Oracle connection." + }, "password": { "description": "Required. Password for the Oracle connection.", "type": "string" @@ -2412,6 +2416,22 @@ }, "type": "object" }, + "OracleSslConfig": { + "description": "Oracle SSL configuration information.", + "id": "OracleSslConfig", + "properties": { + "caCertificate": { + "description": "Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.", + "type": "string" + }, + "caCertificateSet": { + "description": "Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.", + "readOnly": true, + "type": "boolean" + } + }, + "type": "object" + }, "OracleTable": { "description": "Oracle table.", "id": "OracleTable", @@ -2912,6 +2932,12 @@ "description": "Labels.", "type": "object" }, + "lastRecoveryTime": { + "description": "Output only. If the stream was recovered, the time of the last recovery. Note: This field is currently experimental.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, "name": { "description": "Output only. The stream's name.", "readOnly": true, diff --git a/DiscoveryJson/retail_v2.json b/DiscoveryJson/retail_v2.json index b2da9a316d..bb88b9b9f0 100644 --- a/DiscoveryJson/retail_v2.json +++ b/DiscoveryJson/retail_v2.json @@ -2059,7 +2059,7 @@ } } }, - "revision": "20230805", + "revision": "20230831", "rootUrl": "https://retail.googleapis.com/", "schemas": { "GoogleApiHttpBody": { @@ -2449,6 +2449,10 @@ ], "type": "string" }, + "facetConfig": { + "$ref": "GoogleCloudRetailV2CatalogAttributeFacetConfig", + "description": "Contains facet options." + }, "inUse": { "description": "Output only. Indicates whether this attribute has been used by any products. `True` if at least one Product is using this attribute in Product.attributes. Otherwise, this field is `False`. CatalogAttribute can be pre-loaded by using CatalogService.AddCatalogAttribute, CatalogService.ImportCatalogAttributes, or CatalogService.UpdateAttributesConfig APIs. This field is `False` for pre-loaded CatalogAttributes. Only pre-loaded catalog attributes that are neither in use by products nor predefined can be deleted. Catalog attributes that are either in use by products or are predefined attributes cannot be deleted; however, their configuration properties will reset to default values upon removal request. After catalog changes, it takes about 10 minutes for this field to update.", "readOnly": true, @@ -2518,6 +2522,76 @@ }, "type": "object" }, + "GoogleCloudRetailV2CatalogAttributeFacetConfig": { + "description": "Possible options for the facet that corresponds to the current attribute config.", + "id": "GoogleCloudRetailV2CatalogAttributeFacetConfig", + "properties": { + "facetIntervals": { + "description": "If you don't set the facet SearchRequest.FacetSpec.FacetKey.intervals in the request to a numerical attribute, then we use the computed intervals with rounded bounds obtained from all its product numerical attribute values. The computed intervals might not be ideal for some attributes. Therefore, we give you the option to overwrite them with the facet_intervals field. The maximum of facet intervals per CatalogAttribute is 40. Each interval must have a lower bound or an upper bound. If both bounds are provided, then the lower bound must be smaller or equal than the upper bound.", + "items": { + "$ref": "GoogleCloudRetailV2Interval" + }, + "type": "array" + }, + "ignoredFacetValues": { + "description": "Each instance represents a list of attribute values to ignore as facet values for a specific time range. The maximum number of instances per CatalogAttribute is 25.", + "items": { + "$ref": "GoogleCloudRetailV2CatalogAttributeFacetConfigIgnoredFacetValues" + }, + "type": "array" + }, + "mergedFacetValues": { + "description": "Each instance replaces a list of facet values by a merged facet value. If a facet value is not in any list, then it will stay the same. To avoid conflicts, only paths of length 1 are accepted. In other words, if \"dark_blue\" merged into \"BLUE\", then the latter can't merge into \"blues\" because this would create a path of length 2. The maximum number of instances of MergedFacetValue per CatalogAttribute is 100.", + "items": { + "$ref": "GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudRetailV2CatalogAttributeFacetConfigIgnoredFacetValues": { + "description": "Facet values to ignore on facets during the specified time range for the given SearchResponse.Facet.key attribute.", + "id": "GoogleCloudRetailV2CatalogAttributeFacetConfigIgnoredFacetValues", + "properties": { + "endTime": { + "description": "If start time is empty and end time is not empty, then ignore these facet values before end time.", + "format": "google-datetime", + "type": "string" + }, + "startTime": { + "description": "Time range for the current list of facet values to ignore. If multiple time ranges are specified for an facet value for the current attribute, consider all of them. If both are empty, ignore always. If start time and end time are set, then start time must be before end time. If start time is not empty and end time is empty, then will ignore these facet values after the start time.", + "format": "google-datetime", + "type": "string" + }, + "values": { + "description": "List of facet values to ignore for the following time range. The facet values are the same as the attribute values. There is a limit of 10 values per instance of IgnoredFacetValues. Each value can have at most 60 characters.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue": { + "description": "Replaces a set of facet values by the same (possibly different) merged facet value. Each facet value should appear at most once as a value per CatalogAttribute.", + "id": "GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue", + "properties": { + "mergedValue": { + "description": "All the previous values are replaced by this merged facet value. This merged_value must be non-empty and can have up to 60 characters.", + "type": "string" + }, + "values": { + "description": "All the facet values that are replaces by the same merged_value that follows. The maximum number of values per MergedFacetValue is 25. Each value can have up to 60 characters.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudRetailV2ColorInfo": { "description": "The color information of a Product.", "id": "GoogleCloudRetailV2ColorInfo", @@ -2696,6 +2770,13 @@ }, "type": "array" }, + "pageCategories": { + "description": "Used to support browse uses cases. A list (up to 10 entries) of categories or departments. The format should be the same as UserEvent.page_categories;", + "items": { + "type": "string" + }, + "type": "array" + }, "queryTerms": { "description": "A list (up to 10 entries) of terms to match the query on. If not specified, match all queries. If many query terms are specified, the condition is matched if any of the terms is a match (i.e. using the OR operator).", "items": { @@ -4222,6 +4303,10 @@ "$ref": "GoogleCloudRetailV2RuleFilterAction", "description": "Filters results." }, + "forceReturnFacetAction": { + "$ref": "GoogleCloudRetailV2RuleForceReturnFacetAction", + "description": "Force returns an attribute as a facet in the request." + }, "ignoreAction": { "$ref": "GoogleCloudRetailV2RuleIgnoreAction", "description": "Ignores specific terms from query during search." @@ -4234,6 +4319,10 @@ "$ref": "GoogleCloudRetailV2RuleRedirectAction", "description": "Redirects a shopper to a specific page." }, + "removeFacetAction": { + "$ref": "GoogleCloudRetailV2RuleRemoveFacetAction", + "description": "Remove an attribute as a facet in the request (if present)." + }, "replacementAction": { "$ref": "GoogleCloudRetailV2RuleReplacementAction", "description": "Replaces specific terms in the query." @@ -4300,6 +4389,36 @@ }, "type": "object" }, + "GoogleCloudRetailV2RuleForceReturnFacetAction": { + "description": "Force returns an attribute/facet in the request around a certain position or above. * Rule Condition: - Must specify non-empty Condition.query_terms (for search only) or Condition.page_categories (for browse only), but can't specify both. * Action Inputs: attribute name, position * Action Result: Will force return a facet key around a certain position or above if the condition is satisfied. Example: Suppose the query is \"shoes\", the Condition.query_terms is \"shoes\", the ForceReturnFacetAction.FacetPositionAdjustment.attribute_name is \"size\" and the ForceReturnFacetAction.FacetPositionAdjustment.position is 8. Two cases: a) The facet key \"size\" is not already in the top 8 slots, then the facet \"size\" will appear at a position close to 8. b) The facet key \"size\" in among the top 8 positions in the request, then it will stay at its current rank.", + "id": "GoogleCloudRetailV2RuleForceReturnFacetAction", + "properties": { + "facetPositionAdjustments": { + "description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.", + "items": { + "$ref": "GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment": { + "description": "Each facet position adjustment consists of a single attribute name (i.e. facet key) along with a specified position.", + "id": "GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment", + "properties": { + "attributeName": { + "description": "The attribute name to force return as a facet. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters long.", + "type": "string" + }, + "position": { + "description": "This is the position in the request as explained above. It should be strictly positive be at most 100.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "GoogleCloudRetailV2RuleIgnoreAction": { "description": "Prevents a term in the query from being used in search. Example: Don't search for \"shoddy\".", "id": "GoogleCloudRetailV2RuleIgnoreAction", @@ -4353,6 +4472,20 @@ }, "type": "object" }, + "GoogleCloudRetailV2RuleRemoveFacetAction": { + "description": "Removes an attribute/facet in the request if is present. * Rule Condition: - Must specify non-empty Condition.query_terms (for search only) or Condition.page_categories (for browse only), but can't specify both. * Action Input: attribute name * Action Result: Will remove the attribute (as a facet) from the request if it is present. Example: Suppose the query is \"shoes\", the Condition.query_terms is \"shoes\" and the attribute name \"size\", then facet key \"size\" will be removed from the request (if it is present).", + "id": "GoogleCloudRetailV2RuleRemoveFacetAction", + "properties": { + "attributeNames": { + "description": "The attribute names (i.e. facet keys) to remove from the dynamic facets (if present in the request). There can't be more 3 attribute names. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudRetailV2RuleReplacementAction": { "description": "Replaces a term in the query. Multiple replacement candidates can be specified. All `query_terms` will be replaced with the replacement term. Example: Replace \"gShoe\" with \"google shoe\".", "id": "GoogleCloudRetailV2RuleReplacementAction", diff --git a/DiscoveryJson/retail_v2alpha.json b/DiscoveryJson/retail_v2alpha.json index 59d71e5113..233be8a057 100644 --- a/DiscoveryJson/retail_v2alpha.json +++ b/DiscoveryJson/retail_v2alpha.json @@ -2329,7 +2329,7 @@ } } }, - "revision": "20230805", + "revision": "20230831", "rootUrl": "https://retail.googleapis.com/", "schemas": { "GoogleApiHttpBody": { @@ -3247,6 +3247,10 @@ ], "type": "string" }, + "facetConfig": { + "$ref": "GoogleCloudRetailV2alphaCatalogAttributeFacetConfig", + "description": "Contains facet options." + }, "inUse": { "description": "Output only. Indicates whether this attribute has been used by any products. `True` if at least one Product is using this attribute in Product.attributes. Otherwise, this field is `False`. CatalogAttribute can be pre-loaded by using CatalogService.AddCatalogAttribute, CatalogService.ImportCatalogAttributes, or CatalogService.UpdateAttributesConfig APIs. This field is `False` for pre-loaded CatalogAttributes. Only pre-loaded catalog attributes that are neither in use by products nor predefined can be deleted. Catalog attributes that are either in use by products or are predefined attributes cannot be deleted; however, their configuration properties will reset to default values upon removal request. After catalog changes, it takes about 10 minutes for this field to update.", "readOnly": true, @@ -3330,6 +3334,76 @@ }, "type": "object" }, + "GoogleCloudRetailV2alphaCatalogAttributeFacetConfig": { + "description": "Possible options for the facet that corresponds to the current attribute config.", + "id": "GoogleCloudRetailV2alphaCatalogAttributeFacetConfig", + "properties": { + "facetIntervals": { + "description": "If you don't set the facet SearchRequest.FacetSpec.FacetKey.intervals in the request to a numerical attribute, then we use the computed intervals with rounded bounds obtained from all its product numerical attribute values. The computed intervals might not be ideal for some attributes. Therefore, we give you the option to overwrite them with the facet_intervals field. The maximum of facet intervals per CatalogAttribute is 40. Each interval must have a lower bound or an upper bound. If both bounds are provided, then the lower bound must be smaller or equal than the upper bound.", + "items": { + "$ref": "GoogleCloudRetailV2alphaInterval" + }, + "type": "array" + }, + "ignoredFacetValues": { + "description": "Each instance represents a list of attribute values to ignore as facet values for a specific time range. The maximum number of instances per CatalogAttribute is 25.", + "items": { + "$ref": "GoogleCloudRetailV2alphaCatalogAttributeFacetConfigIgnoredFacetValues" + }, + "type": "array" + }, + "mergedFacetValues": { + "description": "Each instance replaces a list of facet values by a merged facet value. If a facet value is not in any list, then it will stay the same. To avoid conflicts, only paths of length 1 are accepted. In other words, if \"dark_blue\" merged into \"BLUE\", then the latter can't merge into \"blues\" because this would create a path of length 2. The maximum number of instances of MergedFacetValue per CatalogAttribute is 100.", + "items": { + "$ref": "GoogleCloudRetailV2alphaCatalogAttributeFacetConfigMergedFacetValue" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudRetailV2alphaCatalogAttributeFacetConfigIgnoredFacetValues": { + "description": "Facet values to ignore on facets during the specified time range for the given SearchResponse.Facet.key attribute.", + "id": "GoogleCloudRetailV2alphaCatalogAttributeFacetConfigIgnoredFacetValues", + "properties": { + "endTime": { + "description": "If start time is empty and end time is not empty, then ignore these facet values before end time.", + "format": "google-datetime", + "type": "string" + }, + "startTime": { + "description": "Time range for the current list of facet values to ignore. If multiple time ranges are specified for an facet value for the current attribute, consider all of them. If both are empty, ignore always. If start time and end time are set, then start time must be before end time. If start time is not empty and end time is empty, then will ignore these facet values after the start time.", + "format": "google-datetime", + "type": "string" + }, + "values": { + "description": "List of facet values to ignore for the following time range. The facet values are the same as the attribute values. There is a limit of 10 values per instance of IgnoredFacetValues. Each value can have at most 60 characters.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudRetailV2alphaCatalogAttributeFacetConfigMergedFacetValue": { + "description": "Replaces a set of facet values by the same (possibly different) merged facet value. Each facet value should appear at most once as a value per CatalogAttribute.", + "id": "GoogleCloudRetailV2alphaCatalogAttributeFacetConfigMergedFacetValue", + "properties": { + "mergedValue": { + "description": "All the previous values are replaced by this merged facet value. This merged_value must be non-empty and can have up to 60 characters.", + "type": "string" + }, + "values": { + "description": "All the facet values that are replaces by the same merged_value that follows. The maximum number of values per MergedFacetValue is 25. Each value can have up to 60 characters.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudRetailV2alphaColorInfo": { "description": "The color information of a Product.", "id": "GoogleCloudRetailV2alphaColorInfo", @@ -3541,6 +3615,13 @@ }, "type": "array" }, + "pageCategories": { + "description": "Used to support browse uses cases. A list (up to 10 entries) of categories or departments. The format should be the same as UserEvent.page_categories;", + "items": { + "type": "string" + }, + "type": "array" + }, "queryTerms": { "description": "A list (up to 10 entries) of terms to match the query on. If not specified, match all queries. If many query terms are specified, the condition is matched if any of the terms is a match (i.e. using the OR operator).", "items": { @@ -5546,6 +5627,10 @@ "$ref": "GoogleCloudRetailV2alphaRuleFilterAction", "description": "Filters results." }, + "forceReturnFacetAction": { + "$ref": "GoogleCloudRetailV2alphaRuleForceReturnFacetAction", + "description": "Force returns an attribute as a facet in the request." + }, "ignoreAction": { "$ref": "GoogleCloudRetailV2alphaRuleIgnoreAction", "description": "Ignores specific terms from query during search." @@ -5558,6 +5643,10 @@ "$ref": "GoogleCloudRetailV2alphaRuleRedirectAction", "description": "Redirects a shopper to a specific page." }, + "removeFacetAction": { + "$ref": "GoogleCloudRetailV2alphaRuleRemoveFacetAction", + "description": "Remove an attribute as a facet in the request (if present)." + }, "replacementAction": { "$ref": "GoogleCloudRetailV2alphaRuleReplacementAction", "description": "Replaces specific terms in the query." @@ -5624,6 +5713,36 @@ }, "type": "object" }, + "GoogleCloudRetailV2alphaRuleForceReturnFacetAction": { + "description": "Force returns an attribute/facet in the request around a certain position or above. * Rule Condition: - Must specify non-empty Condition.query_terms (for search only) or Condition.page_categories (for browse only), but can't specify both. * Action Inputs: attribute name, position * Action Result: Will force return a facet key around a certain position or above if the condition is satisfied. Example: Suppose the query is \"shoes\", the Condition.query_terms is \"shoes\", the ForceReturnFacetAction.FacetPositionAdjustment.attribute_name is \"size\" and the ForceReturnFacetAction.FacetPositionAdjustment.position is 8. Two cases: a) The facet key \"size\" is not already in the top 8 slots, then the facet \"size\" will appear at a position close to 8. b) The facet key \"size\" in among the top 8 positions in the request, then it will stay at its current rank.", + "id": "GoogleCloudRetailV2alphaRuleForceReturnFacetAction", + "properties": { + "facetPositionAdjustments": { + "description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.", + "items": { + "$ref": "GoogleCloudRetailV2alphaRuleForceReturnFacetActionFacetPositionAdjustment" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudRetailV2alphaRuleForceReturnFacetActionFacetPositionAdjustment": { + "description": "Each facet position adjustment consists of a single attribute name (i.e. facet key) along with a specified position.", + "id": "GoogleCloudRetailV2alphaRuleForceReturnFacetActionFacetPositionAdjustment", + "properties": { + "attributeName": { + "description": "The attribute name to force return as a facet. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters long.", + "type": "string" + }, + "position": { + "description": "This is the position in the request as explained above. It should be strictly positive be at most 100.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "GoogleCloudRetailV2alphaRuleIgnoreAction": { "description": "Prevents a term in the query from being used in search. Example: Don't search for \"shoddy\".", "id": "GoogleCloudRetailV2alphaRuleIgnoreAction", @@ -5677,6 +5796,20 @@ }, "type": "object" }, + "GoogleCloudRetailV2alphaRuleRemoveFacetAction": { + "description": "Removes an attribute/facet in the request if is present. * Rule Condition: - Must specify non-empty Condition.query_terms (for search only) or Condition.page_categories (for browse only), but can't specify both. * Action Input: attribute name * Action Result: Will remove the attribute (as a facet) from the request if it is present. Example: Suppose the query is \"shoes\", the Condition.query_terms is \"shoes\" and the attribute name \"size\", then facet key \"size\" will be removed from the request (if it is present).", + "id": "GoogleCloudRetailV2alphaRuleRemoveFacetAction", + "properties": { + "attributeNames": { + "description": "The attribute names (i.e. facet keys) to remove from the dynamic facets (if present in the request). There can't be more 3 attribute names. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudRetailV2alphaRuleReplacementAction": { "description": "Replaces a term in the query. Multiple replacement candidates can be specified. All `query_terms` will be replaced with the replacement term. Example: Replace \"gShoe\" with \"google shoe\".", "id": "GoogleCloudRetailV2alphaRuleReplacementAction", diff --git a/DiscoveryJson/retail_v2beta.json b/DiscoveryJson/retail_v2beta.json index ab6d706e95..b38fb05d25 100644 --- a/DiscoveryJson/retail_v2beta.json +++ b/DiscoveryJson/retail_v2beta.json @@ -2087,7 +2087,7 @@ } } }, - "revision": "20230805", + "revision": "20230831", "rootUrl": "https://retail.googleapis.com/", "schemas": { "GoogleApiHttpBody": { @@ -3807,6 +3807,10 @@ ], "type": "string" }, + "facetConfig": { + "$ref": "GoogleCloudRetailV2betaCatalogAttributeFacetConfig", + "description": "Contains facet options." + }, "inUse": { "description": "Output only. Indicates whether this attribute has been used by any products. `True` if at least one Product is using this attribute in Product.attributes. Otherwise, this field is `False`. CatalogAttribute can be pre-loaded by using CatalogService.AddCatalogAttribute, CatalogService.ImportCatalogAttributes, or CatalogService.UpdateAttributesConfig APIs. This field is `False` for pre-loaded CatalogAttributes. Only pre-loaded catalog attributes that are neither in use by products nor predefined can be deleted. Catalog attributes that are either in use by products or are predefined attributes cannot be deleted; however, their configuration properties will reset to default values upon removal request. After catalog changes, it takes about 10 minutes for this field to update.", "readOnly": true, @@ -3890,6 +3894,76 @@ }, "type": "object" }, + "GoogleCloudRetailV2betaCatalogAttributeFacetConfig": { + "description": "Possible options for the facet that corresponds to the current attribute config.", + "id": "GoogleCloudRetailV2betaCatalogAttributeFacetConfig", + "properties": { + "facetIntervals": { + "description": "If you don't set the facet SearchRequest.FacetSpec.FacetKey.intervals in the request to a numerical attribute, then we use the computed intervals with rounded bounds obtained from all its product numerical attribute values. The computed intervals might not be ideal for some attributes. Therefore, we give you the option to overwrite them with the facet_intervals field. The maximum of facet intervals per CatalogAttribute is 40. Each interval must have a lower bound or an upper bound. If both bounds are provided, then the lower bound must be smaller or equal than the upper bound.", + "items": { + "$ref": "GoogleCloudRetailV2betaInterval" + }, + "type": "array" + }, + "ignoredFacetValues": { + "description": "Each instance represents a list of attribute values to ignore as facet values for a specific time range. The maximum number of instances per CatalogAttribute is 25.", + "items": { + "$ref": "GoogleCloudRetailV2betaCatalogAttributeFacetConfigIgnoredFacetValues" + }, + "type": "array" + }, + "mergedFacetValues": { + "description": "Each instance replaces a list of facet values by a merged facet value. If a facet value is not in any list, then it will stay the same. To avoid conflicts, only paths of length 1 are accepted. In other words, if \"dark_blue\" merged into \"BLUE\", then the latter can't merge into \"blues\" because this would create a path of length 2. The maximum number of instances of MergedFacetValue per CatalogAttribute is 100.", + "items": { + "$ref": "GoogleCloudRetailV2betaCatalogAttributeFacetConfigMergedFacetValue" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudRetailV2betaCatalogAttributeFacetConfigIgnoredFacetValues": { + "description": "Facet values to ignore on facets during the specified time range for the given SearchResponse.Facet.key attribute.", + "id": "GoogleCloudRetailV2betaCatalogAttributeFacetConfigIgnoredFacetValues", + "properties": { + "endTime": { + "description": "If start time is empty and end time is not empty, then ignore these facet values before end time.", + "format": "google-datetime", + "type": "string" + }, + "startTime": { + "description": "Time range for the current list of facet values to ignore. If multiple time ranges are specified for an facet value for the current attribute, consider all of them. If both are empty, ignore always. If start time and end time are set, then start time must be before end time. If start time is not empty and end time is empty, then will ignore these facet values after the start time.", + "format": "google-datetime", + "type": "string" + }, + "values": { + "description": "List of facet values to ignore for the following time range. The facet values are the same as the attribute values. There is a limit of 10 values per instance of IgnoredFacetValues. Each value can have at most 60 characters.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudRetailV2betaCatalogAttributeFacetConfigMergedFacetValue": { + "description": "Replaces a set of facet values by the same (possibly different) merged facet value. Each facet value should appear at most once as a value per CatalogAttribute.", + "id": "GoogleCloudRetailV2betaCatalogAttributeFacetConfigMergedFacetValue", + "properties": { + "mergedValue": { + "description": "All the previous values are replaced by this merged facet value. This merged_value must be non-empty and can have up to 60 characters.", + "type": "string" + }, + "values": { + "description": "All the facet values that are replaces by the same merged_value that follows. The maximum number of values per MergedFacetValue is 25. Each value can have up to 60 characters.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudRetailV2betaColorInfo": { "description": "The color information of a Product.", "id": "GoogleCloudRetailV2betaColorInfo", @@ -4068,6 +4142,13 @@ }, "type": "array" }, + "pageCategories": { + "description": "Used to support browse uses cases. A list (up to 10 entries) of categories or departments. The format should be the same as UserEvent.page_categories;", + "items": { + "type": "string" + }, + "type": "array" + }, "queryTerms": { "description": "A list (up to 10 entries) of terms to match the query on. If not specified, match all queries. If many query terms are specified, the condition is matched if any of the terms is a match (i.e. using the OR operator).", "items": { @@ -5871,6 +5952,10 @@ "$ref": "GoogleCloudRetailV2betaRuleFilterAction", "description": "Filters results." }, + "forceReturnFacetAction": { + "$ref": "GoogleCloudRetailV2betaRuleForceReturnFacetAction", + "description": "Force returns an attribute as a facet in the request." + }, "ignoreAction": { "$ref": "GoogleCloudRetailV2betaRuleIgnoreAction", "description": "Ignores specific terms from query during search." @@ -5883,6 +5968,10 @@ "$ref": "GoogleCloudRetailV2betaRuleRedirectAction", "description": "Redirects a shopper to a specific page." }, + "removeFacetAction": { + "$ref": "GoogleCloudRetailV2betaRuleRemoveFacetAction", + "description": "Remove an attribute as a facet in the request (if present)." + }, "replacementAction": { "$ref": "GoogleCloudRetailV2betaRuleReplacementAction", "description": "Replaces specific terms in the query." @@ -5949,6 +6038,36 @@ }, "type": "object" }, + "GoogleCloudRetailV2betaRuleForceReturnFacetAction": { + "description": "Force returns an attribute/facet in the request around a certain position or above. * Rule Condition: - Must specify non-empty Condition.query_terms (for search only) or Condition.page_categories (for browse only), but can't specify both. * Action Inputs: attribute name, position * Action Result: Will force return a facet key around a certain position or above if the condition is satisfied. Example: Suppose the query is \"shoes\", the Condition.query_terms is \"shoes\", the ForceReturnFacetAction.FacetPositionAdjustment.attribute_name is \"size\" and the ForceReturnFacetAction.FacetPositionAdjustment.position is 8. Two cases: a) The facet key \"size\" is not already in the top 8 slots, then the facet \"size\" will appear at a position close to 8. b) The facet key \"size\" in among the top 8 positions in the request, then it will stay at its current rank.", + "id": "GoogleCloudRetailV2betaRuleForceReturnFacetAction", + "properties": { + "facetPositionAdjustments": { + "description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.", + "items": { + "$ref": "GoogleCloudRetailV2betaRuleForceReturnFacetActionFacetPositionAdjustment" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudRetailV2betaRuleForceReturnFacetActionFacetPositionAdjustment": { + "description": "Each facet position adjustment consists of a single attribute name (i.e. facet key) along with a specified position.", + "id": "GoogleCloudRetailV2betaRuleForceReturnFacetActionFacetPositionAdjustment", + "properties": { + "attributeName": { + "description": "The attribute name to force return as a facet. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters long.", + "type": "string" + }, + "position": { + "description": "This is the position in the request as explained above. It should be strictly positive be at most 100.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "GoogleCloudRetailV2betaRuleIgnoreAction": { "description": "Prevents a term in the query from being used in search. Example: Don't search for \"shoddy\".", "id": "GoogleCloudRetailV2betaRuleIgnoreAction", @@ -6002,6 +6121,20 @@ }, "type": "object" }, + "GoogleCloudRetailV2betaRuleRemoveFacetAction": { + "description": "Removes an attribute/facet in the request if is present. * Rule Condition: - Must specify non-empty Condition.query_terms (for search only) or Condition.page_categories (for browse only), but can't specify both. * Action Input: attribute name * Action Result: Will remove the attribute (as a facet) from the request if it is present. Example: Suppose the query is \"shoes\", the Condition.query_terms is \"shoes\" and the attribute name \"size\", then facet key \"size\" will be removed from the request (if it is present).", + "id": "GoogleCloudRetailV2betaRuleRemoveFacetAction", + "properties": { + "attributeNames": { + "description": "The attribute names (i.e. facet keys) to remove from the dynamic facets (if present in the request). There can't be more 3 attribute names. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudRetailV2betaRuleReplacementAction": { "description": "Replaces a term in the query. Multiple replacement candidates can be specified. All `query_terms` will be replaced with the replacement term. Example: Replace \"gShoe\" with \"google shoe\".", "id": "GoogleCloudRetailV2betaRuleReplacementAction", diff --git a/DiscoveryJson/sqladmin_v1.json b/DiscoveryJson/sqladmin_v1.json index c60bb3d9bd..741a6dbe61 100644 --- a/DiscoveryJson/sqladmin_v1.json +++ b/DiscoveryJson/sqladmin_v1.json @@ -2122,7 +2122,7 @@ } } }, - "revision": "20230728", + "revision": "20230831", "rootUrl": "https://sqladmin.googleapis.com/", "schemas": { "AclEntry": { @@ -3024,6 +3024,11 @@ "$ref": "SqlOutOfDiskReport", "description": "This field represents the report generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job" }, + "primaryDnsName": { + "description": "Output only. The dns name of the primary instance in a replication group.", + "readOnly": true, + "type": "string" + }, "project": { "description": "The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.", "type": "string" @@ -4101,7 +4106,7 @@ "type": "string" }, "secondaryZone": { - "description": "The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.).", + "description": "The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). To disable this field, set it to 'no_secondary_zone'.", "type": "string" }, "zone": { diff --git a/DiscoveryJson/sqladmin_v1beta4.json b/DiscoveryJson/sqladmin_v1beta4.json index d82b1b43c7..582316570c 100644 --- a/DiscoveryJson/sqladmin_v1beta4.json +++ b/DiscoveryJson/sqladmin_v1beta4.json @@ -2122,7 +2122,7 @@ } } }, - "revision": "20230728", + "revision": "20230831", "rootUrl": "https://sqladmin.googleapis.com/", "schemas": { "AclEntry": { @@ -3024,6 +3024,11 @@ "$ref": "SqlOutOfDiskReport", "description": "This field represents the report generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job" }, + "primaryDnsName": { + "description": "Output only. The dns name of the primary instance in a replication group.", + "readOnly": true, + "type": "string" + }, "project": { "description": "The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.", "type": "string" @@ -4101,7 +4106,7 @@ "type": "string" }, "secondaryZone": { - "description": "The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.).", + "description": "The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). To disable this field, set it to 'no_secondary_zone'.", "type": "string" }, "zone": { diff --git a/DiscoveryJson/vmmigration_v1.json b/DiscoveryJson/vmmigration_v1.json index 74e825ff5f..bdae3273d4 100644 --- a/DiscoveryJson/vmmigration_v1.json +++ b/DiscoveryJson/vmmigration_v1.json @@ -1972,7 +1972,7 @@ } } }, - "revision": "20230817", + "revision": "20230831", "rootUrl": "https://vmmigration.googleapis.com/", "schemas": { "AccessKeyCredentials": { @@ -2204,6 +2204,11 @@ "The firmware is BIOS." ], "type": "string" + }, + "vmCapabilitiesInfo": { + "$ref": "VmCapabilities", + "description": "Output only. Information about VM capabilities needed for some Compute Engine features.", + "readOnly": true } }, "type": "object" @@ -2360,6 +2365,231 @@ }, "type": "object" }, + "AzureDiskDetails": { + "description": "The details of an Azure VM disk.", + "id": "AzureDiskDetails", + "properties": { + "diskId": { + "description": "Azure disk ID.", + "type": "string" + }, + "diskNumber": { + "description": "The ordinal number of the disk.", + "format": "int32", + "type": "integer" + }, + "sizeGb": { + "description": "Size in GB.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "AzureSourceDetails": { + "description": "AzureSourceDetails message describes a specific source details for the Azure source type.", + "id": "AzureSourceDetails", + "properties": { + "azureLocation": { + "description": "Immutable. The Azure location (region) that the source VMs will be migrated from.", + "type": "string" + }, + "clientSecretCreds": { + "$ref": "ClientSecretCredentials", + "description": "Azure Credentials using tenant ID, client ID and secret." + }, + "error": { + "$ref": "Status", + "description": "Output only. Provides details on the state of the Source in case of an error.", + "readOnly": true + }, + "migrationResourcesUserTags": { + "additionalProperties": { + "type": "string" + }, + "description": "User specified tags to add to every M2VM generated resource in Azure. These tags will be set in addition to the default tags that are set as part of the migration process. The tags must not begin with the reserved prefix `m4ce` or `m2vm`.", + "type": "object" + }, + "resourceGroupId": { + "description": "Output only. The ID of the Azure resource group that contains all resources related to the migration process of this source.", + "readOnly": true, + "type": "string" + }, + "state": { + "description": "Output only. State of the source as determined by the health check.", + "enum": [ + "STATE_UNSPECIFIED", + "PENDING", + "FAILED", + "ACTIVE" + ], + "enumDescriptions": [ + "The state is unknown. This is used for API compatibility only and is not used by the system.", + "The state was not sampled by the health checks yet.", + "The source is available but might not be usable yet due to invalid credentials or another reason. The error message will contain further details.", + "The source exists and its credentials were verified." + ], + "readOnly": true, + "type": "string" + }, + "subscriptionId": { + "description": "Immutable. Azure subscription ID.", + "type": "string" + } + }, + "type": "object" + }, + "AzureSourceVmDetails": { + "description": "Represent the source Azure VM details.", + "id": "AzureSourceVmDetails", + "properties": { + "committedStorageBytes": { + "description": "The total size of the disks being migrated in bytes.", + "format": "int64", + "type": "string" + }, + "disks": { + "description": "The disks attached to the source VM.", + "items": { + "$ref": "AzureDiskDetails" + }, + "type": "array" + }, + "firmware": { + "description": "The firmware type of the source VM.", + "enum": [ + "FIRMWARE_UNSPECIFIED", + "EFI", + "BIOS" + ], + "enumDescriptions": [ + "The firmware is unknown.", + "The firmware is EFI.", + "The firmware is BIOS." + ], + "type": "string" + }, + "vmCapabilitiesInfo": { + "$ref": "VmCapabilities", + "description": "Output only. Information about VM capabilities needed for some Compute Engine features.", + "readOnly": true + } + }, + "type": "object" + }, + "AzureVmDetails": { + "description": "AwsVmDetails describes a VM in AWS.", + "id": "AzureVmDetails", + "properties": { + "bootOption": { + "description": "The VM Boot Option.", + "enum": [ + "BOOT_OPTION_UNSPECIFIED", + "EFI", + "BIOS" + ], + "enumDescriptions": [ + "The boot option is unknown.", + "The boot option is UEFI.", + "The boot option is BIOS." + ], + "type": "string" + }, + "committedStorageMb": { + "description": "The total size of the storage allocated to the VM in MB.", + "format": "int64", + "type": "string" + }, + "computerName": { + "description": "The VM's ComputerName.", + "type": "string" + }, + "cpuCount": { + "description": "The number of cpus the VM has.", + "format": "int32", + "type": "integer" + }, + "diskCount": { + "description": "The number of disks the VM has, including OS disk.", + "format": "int32", + "type": "integer" + }, + "disks": { + "description": "Description of the data disks.", + "items": { + "$ref": "Disk" + }, + "type": "array" + }, + "memoryMb": { + "description": "The memory size of the VM in MB.", + "format": "int32", + "type": "integer" + }, + "osDescription": { + "$ref": "OSDescription", + "description": "Description of the OS." + }, + "osDisk": { + "$ref": "OSDisk", + "description": "Description of the OS disk." + }, + "powerState": { + "description": "The power state of the VM at the moment list was taken.", + "enum": [ + "POWER_STATE_UNSPECIFIED", + "STARTING", + "RUNNING", + "STOPPING", + "STOPPED", + "DEALLOCATING", + "DEALLOCATED", + "UNKNOWN" + ], + "enumDescriptions": [ + "Power state is not specified.", + "The VM is starting.", + "The VM is running.", + "The VM is stopping.", + "The VM is stopped.", + "The VM is deallocating.", + "The VM is deallocated.", + "The VM's power state is unknown." + ], + "type": "string" + }, + "tags": { + "additionalProperties": { + "type": "string" + }, + "description": "The tags of the VM.", + "type": "object" + }, + "vmId": { + "description": "The VM full path in Azure.", + "type": "string" + }, + "vmSize": { + "description": "VM size as configured in Azure. Determines the VM's hardware spec.", + "type": "string" + } + }, + "type": "object" + }, + "AzureVmsDetails": { + "description": "AzureVmsDetails describes VMs in Azure.", + "id": "AzureVmsDetails", + "properties": { + "details": { + "description": "The details of the Azure VMs.", + "items": { + "$ref": "AzureVmDetails" + }, + "type": "array" + } + }, + "type": "object" + }, "CancelCloneJobRequest": { "description": "Request message for 'CancelCloneJob' request.", "id": "CancelCloneJobRequest", @@ -2378,6 +2608,25 @@ "properties": {}, "type": "object" }, + "ClientSecretCredentials": { + "description": "Message describing Azure Credentials using tenant ID, client ID and secret.", + "id": "ClientSecretCredentials", + "properties": { + "clientId": { + "description": "Azure client ID.", + "type": "string" + }, + "clientSecret": { + "description": "Input only. Azure client secret.", + "type": "string" + }, + "tenantId": { + "description": "Azure tenant ID.", + "type": "string" + } + }, + "type": "object" + }, "CloneJob": { "description": "CloneJob describes the process of creating a clone of a MigratingVM to the requested target based on the latest successful uploaded snapshots. While the migration cycles of a MigratingVm take place, it is possible to verify the uploaded VM can be started in the cloud, by creating a clone. The clone can be created without any downtime, and it is created using the latest snapshots which are already in the cloud. The cloneJob is only responsible for its work, not its products, which means once it is finished, it will never touch the instance it created. It will only delete it in case of the CloneJob being cancelled or upon failure to clone.", "id": "CloneJob", @@ -3081,6 +3330,27 @@ }, "type": "object" }, + "Disk": { + "description": "A message describing a data disk.", + "id": "Disk", + "properties": { + "lun": { + "description": "The disk's Logical Unit Number (LUN).", + "format": "int32", + "type": "integer" + }, + "name": { + "description": "The disk name.", + "type": "string" + }, + "sizeGb": { + "description": "The disk size in GB.", + "format": "int32", + "type": "integer" + } + }, + "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", @@ -3095,6 +3365,10 @@ "$ref": "AwsVmsDetails", "description": "The description of the VMs in a Source of type AWS." }, + "azureVms": { + "$ref": "AzureVmsDetails", + "description": "The description of the VMs in a Source of type Azure." + }, "nextPageToken": { "description": "Output only. A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", "readOnly": true, @@ -3538,6 +3812,11 @@ "description": "Output only. Details of the VM from an AWS source.", "readOnly": true }, + "azureSourceVmDetails": { + "$ref": "AzureSourceVmDetails", + "description": "Output only. Details of the VM from an Azure source.", + "readOnly": true + }, "computeEngineDisksTargetDefaults": { "$ref": "ComputeEngineDisksTargetDefaults", "description": "Details of the target Persistent Disks in Compute Engine." @@ -3801,6 +4080,49 @@ }, "type": "object" }, + "OSDescription": { + "description": "A message describing the VM's OS. Including OS, Publisher, Offer and Plan if applicable.", + "id": "OSDescription", + "properties": { + "offer": { + "description": "OS offer.", + "type": "string" + }, + "plan": { + "description": "OS plan.", + "type": "string" + }, + "publisher": { + "description": "OS publisher.", + "type": "string" + }, + "type": { + "description": "OS type.", + "type": "string" + } + }, + "type": "object" + }, + "OSDisk": { + "description": "A message describing the OS disk.", + "id": "OSDisk", + "properties": { + "name": { + "description": "The disk's full name.", + "type": "string" + }, + "sizeGb": { + "description": "The disk's size in GB.", + "format": "int32", + "type": "integer" + }, + "type": { + "description": "The disk's type.", + "type": "string" + } + }, + "type": "object" + }, "Operation": { "description": "This resource represents a long-running operation that is the result of a network API call.", "id": "Operation", @@ -4145,6 +4467,10 @@ "$ref": "AwsSourceDetails", "description": "AWS type source details." }, + "azure": { + "$ref": "AzureSourceDetails", + "description": "Azure type source details." + }, "createTime": { "description": "Output only. The create time timestamp.", "format": "google-datetime", @@ -4396,6 +4722,37 @@ }, "type": "object" }, + "VmCapabilities": { + "description": "Migrating VM source information about the VM capabilities needed for some Compute Engine features.", + "id": "VmCapabilities", + "properties": { + "lastOsCapabilitiesUpdateTime": { + "description": "Output only. The last time OS capabilities list was updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "osCapabilities": { + "description": "Output only. Unordered list. List of certain VM OS capabilities needed for some Compute Engine features.", + "items": { + "enum": [ + "OS_CAPABILITY_UNSPECIFIED", + "OS_CAPABILITY_NVME_STORAGE_ACCESS", + "OS_CAPABILITY_GVNIC_NETWORK_INTERFACE" + ], + "enumDescriptions": [ + "This is for API compatibility only and is not in use.", + "NVMe driver installed and the VM can use NVMe PD or local SSD.", + "gVNIC virtual NIC driver supported." + ], + "type": "string" + }, + "readOnly": true, + "type": "array" + } + }, + "type": "object" + }, "VmUtilizationInfo": { "description": "Utilization information of a single VM.", "id": "VmUtilizationInfo", @@ -4539,6 +4896,11 @@ "The firmware is BIOS." ], "type": "string" + }, + "vmCapabilitiesInfo": { + "$ref": "VmCapabilities", + "description": "Output only. Information about VM capabilities needed for some Compute Engine features.", + "readOnly": true } }, "type": "object" diff --git a/DiscoveryJson/vmmigration_v1alpha1.json b/DiscoveryJson/vmmigration_v1alpha1.json index 8a59157240..1c262cf1d2 100644 --- a/DiscoveryJson/vmmigration_v1alpha1.json +++ b/DiscoveryJson/vmmigration_v1alpha1.json @@ -1972,7 +1972,7 @@ } } }, - "revision": "20230817", + "revision": "20230831", "rootUrl": "https://vmmigration.googleapis.com/", "schemas": { "AccessKeyCredentials": { @@ -2204,6 +2204,11 @@ "The firmware is BIOS." ], "type": "string" + }, + "vmCapabilitiesInfo": { + "$ref": "VmCapabilities", + "description": "Output only. Information about VM capabilities needed for some Compute Engine features.", + "readOnly": true } }, "type": "object" @@ -2360,6 +2365,231 @@ }, "type": "object" }, + "AzureDiskDetails": { + "description": "The details of an Azure VM disk.", + "id": "AzureDiskDetails", + "properties": { + "diskId": { + "description": "Azure disk ID.", + "type": "string" + }, + "diskNumber": { + "description": "The ordinal number of the disk.", + "format": "int32", + "type": "integer" + }, + "sizeGb": { + "description": "Size in GB.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "AzureSourceDetails": { + "description": "AzureSourceDetails message describes a specific source details for the Azure source type.", + "id": "AzureSourceDetails", + "properties": { + "azureLocation": { + "description": "Immutable. The Azure location (region) that the source VMs will be migrated from.", + "type": "string" + }, + "clientSecretCreds": { + "$ref": "ClientSecretCredentials", + "description": "Azure Credentials using tenant ID, client ID and secret." + }, + "error": { + "$ref": "Status", + "description": "Output only. Provides details on the state of the Source in case of an error.", + "readOnly": true + }, + "migrationResourcesUserTags": { + "additionalProperties": { + "type": "string" + }, + "description": "User specified tags to add to every M2VM generated resource in Azure. These tags will be set in addition to the default tags that are set as part of the migration process. The tags must not begin with the reserved prefix `m4ce` or `m2vm`.", + "type": "object" + }, + "resourceGroupId": { + "description": "Output only. The ID of the Azure resource group that contains all resources related to the migration process of this source.", + "readOnly": true, + "type": "string" + }, + "state": { + "description": "Output only. State of the source as determined by the health check.", + "enum": [ + "STATE_UNSPECIFIED", + "PENDING", + "FAILED", + "ACTIVE" + ], + "enumDescriptions": [ + "The state is unknown. This is used for API compatibility only and is not used by the system.", + "The state was not sampled by the health checks yet.", + "The source is available but might not be usable yet due to invalid credentials or another reason. The error message will contain further details.", + "The source exists and its credentials were verified." + ], + "readOnly": true, + "type": "string" + }, + "subscriptionId": { + "description": "Immutable. Azure subscription ID.", + "type": "string" + } + }, + "type": "object" + }, + "AzureSourceVmDetails": { + "description": "Represent the source Azure VM details.", + "id": "AzureSourceVmDetails", + "properties": { + "committedStorageBytes": { + "description": "The total size of the disks being migrated in bytes.", + "format": "int64", + "type": "string" + }, + "disks": { + "description": "The disks attached to the source VM.", + "items": { + "$ref": "AzureDiskDetails" + }, + "type": "array" + }, + "firmware": { + "description": "The firmware type of the source VM.", + "enum": [ + "FIRMWARE_UNSPECIFIED", + "EFI", + "BIOS" + ], + "enumDescriptions": [ + "The firmware is unknown.", + "The firmware is EFI.", + "The firmware is BIOS." + ], + "type": "string" + }, + "vmCapabilitiesInfo": { + "$ref": "VmCapabilities", + "description": "Output only. Information about VM capabilities needed for some Compute Engine features.", + "readOnly": true + } + }, + "type": "object" + }, + "AzureVmDetails": { + "description": "AwsVmDetails describes a VM in AWS.", + "id": "AzureVmDetails", + "properties": { + "bootOption": { + "description": "The VM Boot Option.", + "enum": [ + "BOOT_OPTION_UNSPECIFIED", + "EFI", + "BIOS" + ], + "enumDescriptions": [ + "The boot option is unknown.", + "The boot option is UEFI.", + "The boot option is BIOS." + ], + "type": "string" + }, + "committedStorageMb": { + "description": "The total size of the storage allocated to the VM in MB.", + "format": "int64", + "type": "string" + }, + "computerName": { + "description": "The VM's ComputerName.", + "type": "string" + }, + "cpuCount": { + "description": "The number of cpus the VM has.", + "format": "int32", + "type": "integer" + }, + "diskCount": { + "description": "The number of disks the VM has, including OS disk.", + "format": "int32", + "type": "integer" + }, + "disks": { + "description": "Description of the data disks.", + "items": { + "$ref": "Disk" + }, + "type": "array" + }, + "memoryMb": { + "description": "The memory size of the VM in MB.", + "format": "int32", + "type": "integer" + }, + "osDescription": { + "$ref": "OSDescription", + "description": "Description of the OS." + }, + "osDisk": { + "$ref": "OSDisk", + "description": "Description of the OS disk." + }, + "powerState": { + "description": "The power state of the VM at the moment list was taken.", + "enum": [ + "POWER_STATE_UNSPECIFIED", + "STARTING", + "RUNNING", + "STOPPING", + "STOPPED", + "DEALLOCATING", + "DEALLOCATED", + "UNKNOWN" + ], + "enumDescriptions": [ + "Power state is not specified.", + "The VM is starting.", + "The VM is running.", + "The VM is stopping.", + "The VM is stopped.", + "The VM is deallocating.", + "The VM is deallocated.", + "The VM's power state is unknown." + ], + "type": "string" + }, + "tags": { + "additionalProperties": { + "type": "string" + }, + "description": "The tags of the VM.", + "type": "object" + }, + "vmId": { + "description": "The VM full path in Azure.", + "type": "string" + }, + "vmSize": { + "description": "VM size as configured in Azure. Determines the VM's hardware spec.", + "type": "string" + } + }, + "type": "object" + }, + "AzureVmsDetails": { + "description": "AzureVmsDetails describes VMs in Azure.", + "id": "AzureVmsDetails", + "properties": { + "details": { + "description": "The details of the Azure VMs.", + "items": { + "$ref": "AzureVmDetails" + }, + "type": "array" + } + }, + "type": "object" + }, "CancelCloneJobRequest": { "description": "Request message for 'CancelCloneJob' request.", "id": "CancelCloneJobRequest", @@ -2378,6 +2608,25 @@ "properties": {}, "type": "object" }, + "ClientSecretCredentials": { + "description": "Message describing Azure Credentials using tenant ID, client ID and secret.", + "id": "ClientSecretCredentials", + "properties": { + "clientId": { + "description": "Azure client ID.", + "type": "string" + }, + "clientSecret": { + "description": "Input only. Azure client secret.", + "type": "string" + }, + "tenantId": { + "description": "Azure tenant ID.", + "type": "string" + } + }, + "type": "object" + }, "CloneJob": { "description": "CloneJob describes the process of creating a clone of a MigratingVM to the requested target based on the latest successful uploaded snapshots. While the migration cycles of a MigratingVm take place, it is possible to verify the uploaded VM can be started in the cloud, by creating a clone. The clone can be created without any downtime, and it is created using the latest snapshots which are already in the cloud. The cloneJob is only responsible for its work, not its products, which means once it is finished, it will never touch the instance it created. It will only delete it in case of the CloneJob being cancelled or upon failure to clone.", "id": "CloneJob", @@ -3116,6 +3365,27 @@ }, "type": "object" }, + "Disk": { + "description": "A message describing a data disk.", + "id": "Disk", + "properties": { + "lun": { + "description": "The disk's Logical Unit Number (LUN).", + "format": "int32", + "type": "integer" + }, + "name": { + "description": "The disk name.", + "type": "string" + }, + "sizeGb": { + "description": "The disk size in GB.", + "format": "int32", + "type": "integer" + } + }, + "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", @@ -3130,6 +3400,10 @@ "$ref": "AwsVmsDetails", "description": "The description of the VMs in a Source of type AWS." }, + "azureVms": { + "$ref": "AzureVmsDetails", + "description": "The description of the VMs in a Source of type Azure." + }, "nextPageToken": { "description": "Output only. A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", "readOnly": true, @@ -3573,6 +3847,11 @@ "description": "Output only. Details of the VM from an AWS source.", "readOnly": true }, + "azureSourceVmDetails": { + "$ref": "AzureSourceVmDetails", + "description": "Output only. Details of the VM from an Azure source.", + "readOnly": true + }, "computeEngineDisksTargetDefaults": { "$ref": "ComputeEngineDisksTargetDefaults", "description": "Details of the target Persistent Disks in Compute Engine." @@ -3846,6 +4125,49 @@ }, "type": "object" }, + "OSDescription": { + "description": "A message describing the VM's OS. Including OS, Publisher, Offer and Plan if applicable.", + "id": "OSDescription", + "properties": { + "offer": { + "description": "OS offer.", + "type": "string" + }, + "plan": { + "description": "OS plan.", + "type": "string" + }, + "publisher": { + "description": "OS publisher.", + "type": "string" + }, + "type": { + "description": "OS type.", + "type": "string" + } + }, + "type": "object" + }, + "OSDisk": { + "description": "A message describing the OS disk.", + "id": "OSDisk", + "properties": { + "name": { + "description": "The disk's full name.", + "type": "string" + }, + "sizeGb": { + "description": "The disk's size in GB.", + "format": "int32", + "type": "integer" + }, + "type": { + "description": "The disk's type.", + "type": "string" + } + }, + "type": "object" + }, "Operation": { "description": "This resource represents a long-running operation that is the result of a network API call.", "id": "Operation", @@ -4196,6 +4518,10 @@ "$ref": "AwsSourceDetails", "description": "AWS type source details." }, + "azure": { + "$ref": "AzureSourceDetails", + "description": "Azure type source details." + }, "createTime": { "description": "Output only. The create time timestamp.", "format": "google-datetime", @@ -4600,6 +4926,37 @@ }, "type": "object" }, + "VmCapabilities": { + "description": "Migrating VM source information about the VM capabilities needed for some Compute Engine features.", + "id": "VmCapabilities", + "properties": { + "lastOsCapabilitiesUpdateTime": { + "description": "Output only. The last time OS capabilities list was updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "osCapabilities": { + "description": "Output only. Unordered list. List of certain VM OS capabilities needed for some Compute Engine features.", + "items": { + "enum": [ + "OS_CAPABILITY_UNSPECIFIED", + "OS_CAPABILITY_NVME_STORAGE_ACCESS", + "OS_CAPABILITY_GVNIC_NETWORK_INTERFACE" + ], + "enumDescriptions": [ + "This is for API compatibility only and is not in use.", + "NVMe driver installed and the VM can use NVMe PD or local SSD.", + "gVNIC virtual NIC driver supported." + ], + "type": "string" + }, + "readOnly": true, + "type": "array" + } + }, + "type": "object" + }, "VmUtilizationInfo": { "description": "Utilization information of a single VM.", "id": "VmUtilizationInfo", @@ -4791,6 +5148,11 @@ "The firmware is BIOS." ], "type": "string" + }, + "vmCapabilitiesInfo": { + "$ref": "VmCapabilities", + "description": "Output only. Information about VM capabilities needed for some Compute Engine features.", + "readOnly": true } }, "type": "object" diff --git a/Src/Generated/Google.Apis.ACMEDNS.v1/Google.Apis.ACMEDNS.v1.csproj b/Src/Generated/Google.Apis.ACMEDNS.v1/Google.Apis.ACMEDNS.v1.csproj index aa9f6c6465..bac80e9897 100644 --- a/Src/Generated/Google.Apis.ACMEDNS.v1/Google.Apis.ACMEDNS.v1.csproj +++ b/Src/Generated/Google.Apis.ACMEDNS.v1/Google.Apis.ACMEDNS.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ACMEDNS.v1 Client Library - 1.61.0.2981 + 1.62.0.2981 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.AIPlatformNotebooks.v1/Google.Apis.AIPlatformNotebooks.v1.csproj b/Src/Generated/Google.Apis.AIPlatformNotebooks.v1/Google.Apis.AIPlatformNotebooks.v1.csproj index 2593d9ae95..3839e070cf 100644 --- a/Src/Generated/Google.Apis.AIPlatformNotebooks.v1/Google.Apis.AIPlatformNotebooks.v1.csproj +++ b/Src/Generated/Google.Apis.AIPlatformNotebooks.v1/Google.Apis.AIPlatformNotebooks.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AIPlatformNotebooks.v1 Client Library - 1.61.0.3122 + 1.62.0.3122 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AIPlatformNotebooks.v2/Google.Apis.AIPlatformNotebooks.v2.csproj b/Src/Generated/Google.Apis.AIPlatformNotebooks.v2/Google.Apis.AIPlatformNotebooks.v2.csproj index 46bfe7aa72..7e3e1e1434 100644 --- a/Src/Generated/Google.Apis.AIPlatformNotebooks.v2/Google.Apis.AIPlatformNotebooks.v2.csproj +++ b/Src/Generated/Google.Apis.AIPlatformNotebooks.v2/Google.Apis.AIPlatformNotebooks.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.AIPlatformNotebooks.v2 Client Library - 1.61.0.3122 + 1.62.0.3122 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AbusiveExperienceReport.v1/Google.Apis.AbusiveExperienceReport.v1.csproj b/Src/Generated/Google.Apis.AbusiveExperienceReport.v1/Google.Apis.AbusiveExperienceReport.v1.csproj index 93ca73f6be..9f5e9f1971 100644 --- a/Src/Generated/Google.Apis.AbusiveExperienceReport.v1/Google.Apis.AbusiveExperienceReport.v1.csproj +++ b/Src/Generated/Google.Apis.AbusiveExperienceReport.v1/Google.Apis.AbusiveExperienceReport.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AbusiveExperienceReport.v1 Client Library - 1.61.0.2235 + 1.62.0.2235 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.Acceleratedmobilepageurl.v1/Google.Apis.Acceleratedmobilepageurl.v1.csproj b/Src/Generated/Google.Apis.Acceleratedmobilepageurl.v1/Google.Apis.Acceleratedmobilepageurl.v1.csproj index 8981afb127..bcb29eec38 100644 --- a/Src/Generated/Google.Apis.Acceleratedmobilepageurl.v1/Google.Apis.Acceleratedmobilepageurl.v1.csproj +++ b/Src/Generated/Google.Apis.Acceleratedmobilepageurl.v1/Google.Apis.Acceleratedmobilepageurl.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Acceleratedmobilepageurl.v1 Client Library - 1.61.0.3106 + 1.62.0.3106 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.AccessApproval.v1/Google.Apis.AccessApproval.v1.csproj b/Src/Generated/Google.Apis.AccessApproval.v1/Google.Apis.AccessApproval.v1.csproj index 49751b0c21..8d247325d4 100644 --- a/Src/Generated/Google.Apis.AccessApproval.v1/Google.Apis.AccessApproval.v1.csproj +++ b/Src/Generated/Google.Apis.AccessApproval.v1/Google.Apis.AccessApproval.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AccessApproval.v1 Client Library - 1.61.0.3046 + 1.62.0.3046 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AccessContextManager.v1/Google.Apis.AccessContextManager.v1.csproj b/Src/Generated/Google.Apis.AccessContextManager.v1/Google.Apis.AccessContextManager.v1.csproj index eb4e97aed5..8688312c5a 100644 --- a/Src/Generated/Google.Apis.AccessContextManager.v1/Google.Apis.AccessContextManager.v1.csproj +++ b/Src/Generated/Google.Apis.AccessContextManager.v1/Google.Apis.AccessContextManager.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AccessContextManager.v1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AccessContextManager.v1beta/Google.Apis.AccessContextManager.v1beta.csproj b/Src/Generated/Google.Apis.AccessContextManager.v1beta/Google.Apis.AccessContextManager.v1beta.csproj index f60c3d362b..2c0251125a 100644 --- a/Src/Generated/Google.Apis.AccessContextManager.v1beta/Google.Apis.AccessContextManager.v1beta.csproj +++ b/Src/Generated/Google.Apis.AccessContextManager.v1beta/Google.Apis.AccessContextManager.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.AccessContextManager.v1beta Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AdExchangeBuyerII.v2beta1/Google.Apis.AdExchangeBuyerII.v2beta1.csproj b/Src/Generated/Google.Apis.AdExchangeBuyerII.v2beta1/Google.Apis.AdExchangeBuyerII.v2beta1.csproj index 6d380b3561..4790b028ca 100644 --- a/Src/Generated/Google.Apis.AdExchangeBuyerII.v2beta1/Google.Apis.AdExchangeBuyerII.v2beta1.csproj +++ b/Src/Generated/Google.Apis.AdExchangeBuyerII.v2beta1/Google.Apis.AdExchangeBuyerII.v2beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.AdExchangeBuyerII.v2beta1 Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AdExperienceReport.v1/Google.Apis.AdExperienceReport.v1.csproj b/Src/Generated/Google.Apis.AdExperienceReport.v1/Google.Apis.AdExperienceReport.v1.csproj index 3448f7e6fc..316ecf4173 100644 --- a/Src/Generated/Google.Apis.AdExperienceReport.v1/Google.Apis.AdExperienceReport.v1.csproj +++ b/Src/Generated/Google.Apis.AdExperienceReport.v1/Google.Apis.AdExperienceReport.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AdExperienceReport.v1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.AdMob.v1/Google.Apis.AdMob.v1.csproj b/Src/Generated/Google.Apis.AdMob.v1/Google.Apis.AdMob.v1.csproj index 994cbbdd03..6b6ebdd226 100644 --- a/Src/Generated/Google.Apis.AdMob.v1/Google.Apis.AdMob.v1.csproj +++ b/Src/Generated/Google.Apis.AdMob.v1/Google.Apis.AdMob.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AdMob.v1 Client Library - 1.61.0.3036 + 1.62.0.3036 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AdMob.v1beta/Google.Apis.AdMob.v1beta.csproj b/Src/Generated/Google.Apis.AdMob.v1beta/Google.Apis.AdMob.v1beta.csproj index 6b37837a62..8a60e8f80d 100644 --- a/Src/Generated/Google.Apis.AdMob.v1beta/Google.Apis.AdMob.v1beta.csproj +++ b/Src/Generated/Google.Apis.AdMob.v1beta/Google.Apis.AdMob.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.AdMob.v1beta Client Library - 1.61.0.3164 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AdSenseHost.v4_1/Google.Apis.AdSenseHost.v4_1.csproj b/Src/Generated/Google.Apis.AdSenseHost.v4_1/Google.Apis.AdSenseHost.v4_1.csproj index 1b3495debc..ca92c3030a 100644 --- a/Src/Generated/Google.Apis.AdSenseHost.v4_1/Google.Apis.AdSenseHost.v4_1.csproj +++ b/Src/Generated/Google.Apis.AdSenseHost.v4_1/Google.Apis.AdSenseHost.v4_1.csproj @@ -3,7 +3,7 @@ Google.Apis.AdSenseHost.v4_1 Client Library - 1.61.0.2099 + 1.62.0.2099 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Admin.DataTransfer.datatransfer_v1/Google.Apis.Admin.DataTransfer.datatransfer_v1.csproj b/Src/Generated/Google.Apis.Admin.DataTransfer.datatransfer_v1/Google.Apis.Admin.DataTransfer.datatransfer_v1.csproj index 68da1ec383..2760f9ab55 100644 --- a/Src/Generated/Google.Apis.Admin.DataTransfer.datatransfer_v1/Google.Apis.Admin.DataTransfer.datatransfer_v1.csproj +++ b/Src/Generated/Google.Apis.Admin.DataTransfer.datatransfer_v1/Google.Apis.Admin.DataTransfer.datatransfer_v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Admin.DataTransfer.datatransfer_v1 Client Library - 1.61.0.2869 + 1.62.0.2869 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Admin.Directory.directory_v1/Google.Apis.Admin.Directory.directory_v1.csproj b/Src/Generated/Google.Apis.Admin.Directory.directory_v1/Google.Apis.Admin.Directory.directory_v1.csproj index a42d68710a..c85ac52603 100644 --- a/Src/Generated/Google.Apis.Admin.Directory.directory_v1/Google.Apis.Admin.Directory.directory_v1.csproj +++ b/Src/Generated/Google.Apis.Admin.Directory.directory_v1/Google.Apis.Admin.Directory.directory_v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Admin.Directory.directory_v1 Client Library - 1.61.0.3162 + 1.62.0.3162 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Admin.Reports.reports_v1/Google.Apis.Admin.Reports.reports_v1.csproj b/Src/Generated/Google.Apis.Admin.Reports.reports_v1/Google.Apis.Admin.Reports.reports_v1.csproj index b5fcac07ba..03898f4c9a 100644 --- a/Src/Generated/Google.Apis.Admin.Reports.reports_v1/Google.Apis.Admin.Reports.reports_v1.csproj +++ b/Src/Generated/Google.Apis.Admin.Reports.reports_v1/Google.Apis.Admin.Reports.reports_v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Admin.Reports.reports_v1 Client Library - 1.61.0.3084 + 1.62.0.3084 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Adsense.v2/Google.Apis.Adsense.v2.csproj b/Src/Generated/Google.Apis.Adsense.v2/Google.Apis.Adsense.v2.csproj index 33dbb48829..c1813fd7e0 100644 --- a/Src/Generated/Google.Apis.Adsense.v2/Google.Apis.Adsense.v2.csproj +++ b/Src/Generated/Google.Apis.Adsense.v2/Google.Apis.Adsense.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Adsense.v2 Client Library - 1.61.0.3106 + 1.62.0.3106 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Advisorynotifications.v1/Google.Apis.Advisorynotifications.v1.csproj b/Src/Generated/Google.Apis.Advisorynotifications.v1/Google.Apis.Advisorynotifications.v1.csproj index c103b098c1..0cd214408b 100644 --- a/Src/Generated/Google.Apis.Advisorynotifications.v1/Google.Apis.Advisorynotifications.v1.csproj +++ b/Src/Generated/Google.Apis.Advisorynotifications.v1/Google.Apis.Advisorynotifications.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Advisorynotifications.v1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Aiplatform.v1/Google.Apis.Aiplatform.v1.csproj b/Src/Generated/Google.Apis.Aiplatform.v1/Google.Apis.Aiplatform.v1.csproj index 6cf0cd4700..aa5edef267 100644 --- a/Src/Generated/Google.Apis.Aiplatform.v1/Google.Apis.Aiplatform.v1.csproj +++ b/Src/Generated/Google.Apis.Aiplatform.v1/Google.Apis.Aiplatform.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Aiplatform.v1 Client Library - 1.61.0.3145 + 1.62.0.3145 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Aiplatform.v1beta1/Google.Apis.Aiplatform.v1beta1.csproj b/Src/Generated/Google.Apis.Aiplatform.v1beta1/Google.Apis.Aiplatform.v1beta1.csproj index 548575da6a..b27b5a6d94 100644 --- a/Src/Generated/Google.Apis.Aiplatform.v1beta1/Google.Apis.Aiplatform.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Aiplatform.v1beta1/Google.Apis.Aiplatform.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Aiplatform.v1beta1 Client Library - 1.61.0.3145 + 1.62.0.3145 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AlertCenter.v1beta1/Google.Apis.AlertCenter.v1beta1.csproj b/Src/Generated/Google.Apis.AlertCenter.v1beta1/Google.Apis.AlertCenter.v1beta1.csproj index 0b9231ce47..c7ae1f398c 100644 --- a/Src/Generated/Google.Apis.AlertCenter.v1beta1/Google.Apis.AlertCenter.v1beta1.csproj +++ b/Src/Generated/Google.Apis.AlertCenter.v1beta1/Google.Apis.AlertCenter.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.AlertCenter.v1beta1 Client Library - 1.61.0.3154 + 1.62.0.3154 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Analytics.v3/Google.Apis.Analytics.v3.csproj b/Src/Generated/Google.Apis.Analytics.v3/Google.Apis.Analytics.v3.csproj index cb3cdabe3b..9d04c926d7 100644 --- a/Src/Generated/Google.Apis.Analytics.v3/Google.Apis.Analytics.v3.csproj +++ b/Src/Generated/Google.Apis.Analytics.v3/Google.Apis.Analytics.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.Analytics.v3 Client Library - 1.61.0.1679 + 1.62.0.1679 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AnalyticsData.v1beta/Google.Apis.AnalyticsData.v1beta.csproj b/Src/Generated/Google.Apis.AnalyticsData.v1beta/Google.Apis.AnalyticsData.v1beta.csproj index c6922e0437..0b2ee38857 100644 --- a/Src/Generated/Google.Apis.AnalyticsData.v1beta/Google.Apis.AnalyticsData.v1beta.csproj +++ b/Src/Generated/Google.Apis.AnalyticsData.v1beta/Google.Apis.AnalyticsData.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.AnalyticsData.v1beta Client Library - 1.61.0.3141 + 1.62.0.3141 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AnalyticsHub.v1/Google.Apis.AnalyticsHub.v1.csproj b/Src/Generated/Google.Apis.AnalyticsHub.v1/Google.Apis.AnalyticsHub.v1.csproj index 2af6ba6cfe..da0845d251 100644 --- a/Src/Generated/Google.Apis.AnalyticsHub.v1/Google.Apis.AnalyticsHub.v1.csproj +++ b/Src/Generated/Google.Apis.AnalyticsHub.v1/Google.Apis.AnalyticsHub.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AnalyticsHub.v1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AnalyticsHub.v1beta1/Google.Apis.AnalyticsHub.v1beta1.csproj b/Src/Generated/Google.Apis.AnalyticsHub.v1beta1/Google.Apis.AnalyticsHub.v1beta1.csproj index 64ebcccc44..7b5dd4bafb 100644 --- a/Src/Generated/Google.Apis.AnalyticsHub.v1beta1/Google.Apis.AnalyticsHub.v1beta1.csproj +++ b/Src/Generated/Google.Apis.AnalyticsHub.v1beta1/Google.Apis.AnalyticsHub.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.AnalyticsHub.v1beta1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AnalyticsReporting.v4/Google.Apis.AnalyticsReporting.v4.csproj b/Src/Generated/Google.Apis.AnalyticsReporting.v4/Google.Apis.AnalyticsReporting.v4.csproj index a4a408b4f7..98473aba9b 100644 --- a/Src/Generated/Google.Apis.AnalyticsReporting.v4/Google.Apis.AnalyticsReporting.v4.csproj +++ b/Src/Generated/Google.Apis.AnalyticsReporting.v4/Google.Apis.AnalyticsReporting.v4.csproj @@ -3,7 +3,7 @@ Google.Apis.AnalyticsReporting.v4 Client Library - 1.61.0.2484 + 1.62.0.2484 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AndroidEnterprise.v1/Google.Apis.AndroidEnterprise.v1.csproj b/Src/Generated/Google.Apis.AndroidEnterprise.v1/Google.Apis.AndroidEnterprise.v1.csproj index 9e36940720..c6ea25b3bb 100644 --- a/Src/Generated/Google.Apis.AndroidEnterprise.v1/Google.Apis.AndroidEnterprise.v1.csproj +++ b/Src/Generated/Google.Apis.AndroidEnterprise.v1/Google.Apis.AndroidEnterprise.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AndroidEnterprise.v1 Client Library - 1.61.0.3134 + 1.62.0.3134 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.cs b/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.cs index 97a1c737ef..210db59ed2 100644 --- a/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.cs +++ b/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.cs @@ -4032,7 +4032,7 @@ public class DeviceConnectivityManagement : Google.Apis.Requests.IDirectResponse /// Controls for device radio settings. public class DeviceRadioState : Google.Apis.Requests.IDirectResponseSchema { - /// Controls whether airplane mode can be toggled by the user or not + /// Controls whether airplane mode can be toggled by the user or not. [Newtonsoft.Json.JsonPropertyAttribute("airplaneModeState")] public virtual string AirplaneModeState { get; set; } diff --git a/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.csproj b/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.csproj index 2918024265..deae458bc9 100644 --- a/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.csproj +++ b/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AndroidManagement.v1 Client Library - 1.61.0.3147 + 1.62.0.3161 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AndroidProvisioningPartner.v1/Google.Apis.AndroidProvisioningPartner.v1.csproj b/Src/Generated/Google.Apis.AndroidProvisioningPartner.v1/Google.Apis.AndroidProvisioningPartner.v1.csproj index 5a77700609..4816660d49 100644 --- a/Src/Generated/Google.Apis.AndroidProvisioningPartner.v1/Google.Apis.AndroidProvisioningPartner.v1.csproj +++ b/Src/Generated/Google.Apis.AndroidProvisioningPartner.v1/Google.Apis.AndroidProvisioningPartner.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AndroidProvisioningPartner.v1 Client Library - 1.61.0.3163 + 1.62.0.3163 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.AndroidPublisher.v3/Google.Apis.AndroidPublisher.v3.csproj b/Src/Generated/Google.Apis.AndroidPublisher.v3/Google.Apis.AndroidPublisher.v3.csproj index a5903d21fa..34f246d0f0 100644 --- a/Src/Generated/Google.Apis.AndroidPublisher.v3/Google.Apis.AndroidPublisher.v3.csproj +++ b/Src/Generated/Google.Apis.AndroidPublisher.v3/Google.Apis.AndroidPublisher.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.AndroidPublisher.v3 Client Library - 1.61.0.3155 + 1.62.0.3155 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ApiKeysService.v2/Google.Apis.ApiKeysService.v2.csproj b/Src/Generated/Google.Apis.ApiKeysService.v2/Google.Apis.ApiKeysService.v2.csproj index 37a15d9638..8d1fba49c2 100644 --- a/Src/Generated/Google.Apis.ApiKeysService.v2/Google.Apis.ApiKeysService.v2.csproj +++ b/Src/Generated/Google.Apis.ApiKeysService.v2/Google.Apis.ApiKeysService.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.ApiKeysService.v2 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Apigateway.v1/Google.Apis.Apigateway.v1.csproj b/Src/Generated/Google.Apis.Apigateway.v1/Google.Apis.Apigateway.v1.csproj index bea64cf6f6..2b71a543e0 100644 --- a/Src/Generated/Google.Apis.Apigateway.v1/Google.Apis.Apigateway.v1.csproj +++ b/Src/Generated/Google.Apis.Apigateway.v1/Google.Apis.Apigateway.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Apigateway.v1 Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Apigateway.v1beta/Google.Apis.Apigateway.v1beta.csproj b/Src/Generated/Google.Apis.Apigateway.v1beta/Google.Apis.Apigateway.v1beta.csproj index 6787af4034..f4a3ef1cd9 100644 --- a/Src/Generated/Google.Apis.Apigateway.v1beta/Google.Apis.Apigateway.v1beta.csproj +++ b/Src/Generated/Google.Apis.Apigateway.v1beta/Google.Apis.Apigateway.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Apigateway.v1beta Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ApigeeRegistry.v1/Google.Apis.ApigeeRegistry.v1.csproj b/Src/Generated/Google.Apis.ApigeeRegistry.v1/Google.Apis.ApigeeRegistry.v1.csproj index 01e8db1f5e..f6afd74a45 100644 --- a/Src/Generated/Google.Apis.ApigeeRegistry.v1/Google.Apis.ApigeeRegistry.v1.csproj +++ b/Src/Generated/Google.Apis.ApigeeRegistry.v1/Google.Apis.ApigeeRegistry.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ApigeeRegistry.v1 Client Library - 1.61.0.3128 + 1.62.0.3128 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Appengine.v1/Google.Apis.Appengine.v1.csproj b/Src/Generated/Google.Apis.Appengine.v1/Google.Apis.Appengine.v1.csproj index 51ae5f5dce..8f2f5d4b15 100644 --- a/Src/Generated/Google.Apis.Appengine.v1/Google.Apis.Appengine.v1.csproj +++ b/Src/Generated/Google.Apis.Appengine.v1/Google.Apis.Appengine.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Appengine.v1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Appengine.v1alpha/Google.Apis.Appengine.v1alpha.csproj b/Src/Generated/Google.Apis.Appengine.v1alpha/Google.Apis.Appengine.v1alpha.csproj index 3596ea14f2..63b55c0c9b 100644 --- a/Src/Generated/Google.Apis.Appengine.v1alpha/Google.Apis.Appengine.v1alpha.csproj +++ b/Src/Generated/Google.Apis.Appengine.v1alpha/Google.Apis.Appengine.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.Appengine.v1alpha Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Appengine.v1beta/Google.Apis.Appengine.v1beta.csproj b/Src/Generated/Google.Apis.Appengine.v1beta/Google.Apis.Appengine.v1beta.csproj index 76088eef75..1d3eb94bbc 100644 --- a/Src/Generated/Google.Apis.Appengine.v1beta/Google.Apis.Appengine.v1beta.csproj +++ b/Src/Generated/Google.Apis.Appengine.v1beta/Google.Apis.Appengine.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Appengine.v1beta Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Area120Tables.v1alpha1/Google.Apis.Area120Tables.v1alpha1.csproj b/Src/Generated/Google.Apis.Area120Tables.v1alpha1/Google.Apis.Area120Tables.v1alpha1.csproj index ac8e90b064..ba95b3f7b2 100644 --- a/Src/Generated/Google.Apis.Area120Tables.v1alpha1/Google.Apis.Area120Tables.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.Area120Tables.v1alpha1/Google.Apis.Area120Tables.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.Area120Tables.v1alpha1 Client Library - 1.61.0.2637 + 1.62.0.2637 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ArtifactRegistry.v1/Google.Apis.ArtifactRegistry.v1.csproj b/Src/Generated/Google.Apis.ArtifactRegistry.v1/Google.Apis.ArtifactRegistry.v1.csproj index 323b41fb61..082eb8ef07 100644 --- a/Src/Generated/Google.Apis.ArtifactRegistry.v1/Google.Apis.ArtifactRegistry.v1.csproj +++ b/Src/Generated/Google.Apis.ArtifactRegistry.v1/Google.Apis.ArtifactRegistry.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ArtifactRegistry.v1 Client Library - 1.61.0.3142 + 1.62.0.3142 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ArtifactRegistry.v1beta1/Google.Apis.ArtifactRegistry.v1beta1.csproj b/Src/Generated/Google.Apis.ArtifactRegistry.v1beta1/Google.Apis.ArtifactRegistry.v1beta1.csproj index b5414ae48a..1f0bfbbfb8 100644 --- a/Src/Generated/Google.Apis.ArtifactRegistry.v1beta1/Google.Apis.ArtifactRegistry.v1beta1.csproj +++ b/Src/Generated/Google.Apis.ArtifactRegistry.v1beta1/Google.Apis.ArtifactRegistry.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.ArtifactRegistry.v1beta1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ArtifactRegistry.v1beta2/Google.Apis.ArtifactRegistry.v1beta2.csproj b/Src/Generated/Google.Apis.ArtifactRegistry.v1beta2/Google.Apis.ArtifactRegistry.v1beta2.csproj index 3bf09f50cd..84e7f87f2c 100644 --- a/Src/Generated/Google.Apis.ArtifactRegistry.v1beta2/Google.Apis.ArtifactRegistry.v1beta2.csproj +++ b/Src/Generated/Google.Apis.ArtifactRegistry.v1beta2/Google.Apis.ArtifactRegistry.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.ArtifactRegistry.v1beta2 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Assuredworkloads.v1/Google.Apis.Assuredworkloads.v1.csproj b/Src/Generated/Google.Apis.Assuredworkloads.v1/Google.Apis.Assuredworkloads.v1.csproj index 78eb302a0b..5afd2972f5 100644 --- a/Src/Generated/Google.Apis.Assuredworkloads.v1/Google.Apis.Assuredworkloads.v1.csproj +++ b/Src/Generated/Google.Apis.Assuredworkloads.v1/Google.Apis.Assuredworkloads.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Assuredworkloads.v1 Client Library - 1.61.0.3151 + 1.62.0.3151 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Assuredworkloads.v1beta1/Google.Apis.Assuredworkloads.v1beta1.csproj b/Src/Generated/Google.Apis.Assuredworkloads.v1beta1/Google.Apis.Assuredworkloads.v1beta1.csproj index 2ed89f81cd..9832f889b1 100644 --- a/Src/Generated/Google.Apis.Assuredworkloads.v1beta1/Google.Apis.Assuredworkloads.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Assuredworkloads.v1beta1/Google.Apis.Assuredworkloads.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Assuredworkloads.v1beta1 Client Library - 1.61.0.3151 + 1.62.0.3151 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1/Google.Apis.AuthorizedBuyersMarketplace.v1.csproj b/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1/Google.Apis.AuthorizedBuyersMarketplace.v1.csproj index 152781ebb4..a78d1ad276 100644 --- a/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1/Google.Apis.AuthorizedBuyersMarketplace.v1.csproj +++ b/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1/Google.Apis.AuthorizedBuyersMarketplace.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AuthorizedBuyersMarketplace.v1 Client Library - 1.61.0.3164 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BackupforGKE.v1/Google.Apis.BackupforGKE.v1.csproj b/Src/Generated/Google.Apis.BackupforGKE.v1/Google.Apis.BackupforGKE.v1.csproj index 9e987ea5e0..2af600b997 100644 --- a/Src/Generated/Google.Apis.BackupforGKE.v1/Google.Apis.BackupforGKE.v1.csproj +++ b/Src/Generated/Google.Apis.BackupforGKE.v1/Google.Apis.BackupforGKE.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.BackupforGKE.v1 Client Library - 1.61.0.3149 + 1.62.0.3149 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.cs b/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.cs index 154aaecd91..2541155485 100644 --- a/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.cs +++ b/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.cs @@ -3680,8 +3680,8 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset public virtual string OsImage { get; set; } /// - /// Immutable. Pod name. Pod is an independent part of infrastructure. Instance can only be connected to the - /// assets (networks, volumes) allocated in the same pod. + /// Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets + /// (networks, volumes) allocated in the same pod only. /// [Newtonsoft.Json.JsonPropertyAttribute("pod")] public virtual string Pod { get; set; } @@ -3777,7 +3777,7 @@ public class InstanceConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("logicalInterfaces")] public virtual System.Collections.Generic.IList LogicalInterfaces { get; set; } - /// The name of the instance config. + /// Output only. The name of the instance config. [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -3800,7 +3800,7 @@ public class InstanceConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("privateNetwork")] public virtual NetworkAddress PrivateNetwork { get; set; } - /// Optional. List of names of ssh keys used to provision the instance. + /// List of names of ssh keys used to provision the instance. [Newtonsoft.Json.JsonPropertyAttribute("sshKeyNames")] public virtual System.Collections.Generic.IList SshKeyNames { get; set; } @@ -4259,10 +4259,7 @@ public class Network : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } - /// - /// Immutable. Pod name. Pod is an independent part of infrastructure. Network can only be connected to the - /// assets (instances, nfsshares) allocated in the same pod. - /// + /// Output only. Pod name. [Newtonsoft.Json.JsonPropertyAttribute("pod")] public virtual string Pod { get; set; } @@ -4505,13 +4502,6 @@ public class NfsShare : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("nfsShareId")] public virtual string NfsShareId { get; set; } - /// - /// Immutable. Pod name. Pod is an independent part of infrastructure. NFSShare can only be connected to the - /// assets (networks, instances) allocated in the same pod. - /// - [Newtonsoft.Json.JsonPropertyAttribute("pod")] - public virtual string Pod { get; set; } - /// The requested size, in GiB. [Newtonsoft.Json.JsonPropertyAttribute("requestedSizeGib")] public virtual System.Nullable RequestedSizeGib { get; set; } @@ -4649,13 +4639,6 @@ public class ProvisioningConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("networks")] public virtual System.Collections.Generic.IList Networks { get; set; } - /// - /// Optional. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets - /// (networks, volumes, nfsshares) allocated in the same pod only. - /// - [Newtonsoft.Json.JsonPropertyAttribute("pod")] - public virtual string Pod { get; set; } - /// Output only. State of ProvisioningConfig. [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } @@ -5183,10 +5166,7 @@ public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("performanceTier")] public virtual string PerformanceTier { get; set; } - /// - /// Immutable. Pod name. Pod is an independent part of infrastructure. Volume can only be connected to the - /// instances allocated in the same pod. - /// + /// Immutable. Pod name. [Newtonsoft.Json.JsonPropertyAttribute("pod")] public virtual string Pod { get; set; } diff --git a/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.csproj b/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.csproj index ec95bfd9a2..70eb95c7ec 100644 --- a/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.csproj +++ b/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Baremetalsolution.v2 Client Library - 1.61.0.3164 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Batch.v1/Google.Apis.Batch.v1.csproj b/Src/Generated/Google.Apis.Batch.v1/Google.Apis.Batch.v1.csproj index 4be23c62ce..dba6ce5452 100644 --- a/Src/Generated/Google.Apis.Batch.v1/Google.Apis.Batch.v1.csproj +++ b/Src/Generated/Google.Apis.Batch.v1/Google.Apis.Batch.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Batch.v1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BeyondCorp.v1/Google.Apis.BeyondCorp.v1.csproj b/Src/Generated/Google.Apis.BeyondCorp.v1/Google.Apis.BeyondCorp.v1.csproj index 6344268cbe..20b970d7b4 100644 --- a/Src/Generated/Google.Apis.BeyondCorp.v1/Google.Apis.BeyondCorp.v1.csproj +++ b/Src/Generated/Google.Apis.BeyondCorp.v1/Google.Apis.BeyondCorp.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.BeyondCorp.v1 Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BeyondCorp.v1alpha/Google.Apis.BeyondCorp.v1alpha.csproj b/Src/Generated/Google.Apis.BeyondCorp.v1alpha/Google.Apis.BeyondCorp.v1alpha.csproj index e2b58ebd0b..967976793f 100644 --- a/Src/Generated/Google.Apis.BeyondCorp.v1alpha/Google.Apis.BeyondCorp.v1alpha.csproj +++ b/Src/Generated/Google.Apis.BeyondCorp.v1alpha/Google.Apis.BeyondCorp.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.BeyondCorp.v1alpha Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BigQueryConnectionService.v1beta1/Google.Apis.BigQueryConnectionService.v1beta1.csproj b/Src/Generated/Google.Apis.BigQueryConnectionService.v1beta1/Google.Apis.BigQueryConnectionService.v1beta1.csproj index 0acd5723c3..238ce3482d 100644 --- a/Src/Generated/Google.Apis.BigQueryConnectionService.v1beta1/Google.Apis.BigQueryConnectionService.v1beta1.csproj +++ b/Src/Generated/Google.Apis.BigQueryConnectionService.v1beta1/Google.Apis.BigQueryConnectionService.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.BigQueryConnectionService.v1beta1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BigQueryDataTransfer.v1/Google.Apis.BigQueryDataTransfer.v1.csproj b/Src/Generated/Google.Apis.BigQueryDataTransfer.v1/Google.Apis.BigQueryDataTransfer.v1.csproj index 6a144bfc6d..9332d60e6a 100644 --- a/Src/Generated/Google.Apis.BigQueryDataTransfer.v1/Google.Apis.BigQueryDataTransfer.v1.csproj +++ b/Src/Generated/Google.Apis.BigQueryDataTransfer.v1/Google.Apis.BigQueryDataTransfer.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.BigQueryDataTransfer.v1 Client Library - 1.61.0.3124 + 1.62.0.3124 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BigQueryReservation.v1/Google.Apis.BigQueryReservation.v1.csproj b/Src/Generated/Google.Apis.BigQueryReservation.v1/Google.Apis.BigQueryReservation.v1.csproj index b3db43192a..bf3fa60a33 100644 --- a/Src/Generated/Google.Apis.BigQueryReservation.v1/Google.Apis.BigQueryReservation.v1.csproj +++ b/Src/Generated/Google.Apis.BigQueryReservation.v1/Google.Apis.BigQueryReservation.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.BigQueryReservation.v1 Client Library - 1.61.0.3128 + 1.62.0.3128 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Bigquery.v2/Google.Apis.Bigquery.v2.csproj b/Src/Generated/Google.Apis.Bigquery.v2/Google.Apis.Bigquery.v2.csproj index 6367296386..a97df2c589 100644 --- a/Src/Generated/Google.Apis.Bigquery.v2/Google.Apis.Bigquery.v2.csproj +++ b/Src/Generated/Google.Apis.Bigquery.v2/Google.Apis.Bigquery.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Bigquery.v2 Client Library - 1.61.0.3145 + 1.62.0.3145 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BigtableAdmin.v2/Google.Apis.BigtableAdmin.v2.csproj b/Src/Generated/Google.Apis.BigtableAdmin.v2/Google.Apis.BigtableAdmin.v2.csproj index 7488f713a7..be5041d229 100644 --- a/Src/Generated/Google.Apis.BigtableAdmin.v2/Google.Apis.BigtableAdmin.v2.csproj +++ b/Src/Generated/Google.Apis.BigtableAdmin.v2/Google.Apis.BigtableAdmin.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.BigtableAdmin.v2 Client Library - 1.61.0.3133 + 1.62.0.3133 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BinaryAuthorization.v1/Google.Apis.BinaryAuthorization.v1.csproj b/Src/Generated/Google.Apis.BinaryAuthorization.v1/Google.Apis.BinaryAuthorization.v1.csproj index 6d0db71efa..d04ae2a582 100644 --- a/Src/Generated/Google.Apis.BinaryAuthorization.v1/Google.Apis.BinaryAuthorization.v1.csproj +++ b/Src/Generated/Google.Apis.BinaryAuthorization.v1/Google.Apis.BinaryAuthorization.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.BinaryAuthorization.v1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BinaryAuthorization.v1beta1/Google.Apis.BinaryAuthorization.v1beta1.csproj b/Src/Generated/Google.Apis.BinaryAuthorization.v1beta1/Google.Apis.BinaryAuthorization.v1beta1.csproj index 0526d5f5e8..e9e5c89466 100644 --- a/Src/Generated/Google.Apis.BinaryAuthorization.v1beta1/Google.Apis.BinaryAuthorization.v1beta1.csproj +++ b/Src/Generated/Google.Apis.BinaryAuthorization.v1beta1/Google.Apis.BinaryAuthorization.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.BinaryAuthorization.v1beta1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BlockchainNodeEngine.v1/Google.Apis.BlockchainNodeEngine.v1.csproj b/Src/Generated/Google.Apis.BlockchainNodeEngine.v1/Google.Apis.BlockchainNodeEngine.v1.csproj index a1213883c0..bb18413be5 100644 --- a/Src/Generated/Google.Apis.BlockchainNodeEngine.v1/Google.Apis.BlockchainNodeEngine.v1.csproj +++ b/Src/Generated/Google.Apis.BlockchainNodeEngine.v1/Google.Apis.BlockchainNodeEngine.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.BlockchainNodeEngine.v1 Client Library - 1.61.0.3093 + 1.62.0.3093 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Blogger.v2/Google.Apis.Blogger.v2.csproj b/Src/Generated/Google.Apis.Blogger.v2/Google.Apis.Blogger.v2.csproj index 1822250148..c6a2d95e80 100644 --- a/Src/Generated/Google.Apis.Blogger.v2/Google.Apis.Blogger.v2.csproj +++ b/Src/Generated/Google.Apis.Blogger.v2/Google.Apis.Blogger.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Blogger.v2 Client Library - 1.61.0.2764 + 1.62.0.2764 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Blogger.v3/Google.Apis.Blogger.v3.csproj b/Src/Generated/Google.Apis.Blogger.v3/Google.Apis.Blogger.v3.csproj index 94c09af341..4ef38ae8f8 100644 --- a/Src/Generated/Google.Apis.Blogger.v3/Google.Apis.Blogger.v3.csproj +++ b/Src/Generated/Google.Apis.Blogger.v3/Google.Apis.Blogger.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.Blogger.v3 Client Library - 1.61.0.2925 + 1.62.0.2925 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Books.v1/Google.Apis.Books.v1.csproj b/Src/Generated/Google.Apis.Books.v1/Google.Apis.Books.v1.csproj index f1c911d07f..e1f28f93c7 100644 --- a/Src/Generated/Google.Apis.Books.v1/Google.Apis.Books.v1.csproj +++ b/Src/Generated/Google.Apis.Books.v1/Google.Apis.Books.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Books.v1 Client Library - 1.61.0.2955 + 1.62.0.2955 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BusinessProfilePerformance.v1/Google.Apis.BusinessProfilePerformance.v1.csproj b/Src/Generated/Google.Apis.BusinessProfilePerformance.v1/Google.Apis.BusinessProfilePerformance.v1.csproj index 5539b0577b..6908d8140c 100644 --- a/Src/Generated/Google.Apis.BusinessProfilePerformance.v1/Google.Apis.BusinessProfilePerformance.v1.csproj +++ b/Src/Generated/Google.Apis.BusinessProfilePerformance.v1/Google.Apis.BusinessProfilePerformance.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.BusinessProfilePerformance.v1 Client Library - 1.61.0.3079 + 1.62.0.3079 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.CCAIPlatform.v1alpha1/Google.Apis.CCAIPlatform.v1alpha1.csproj b/Src/Generated/Google.Apis.CCAIPlatform.v1alpha1/Google.Apis.CCAIPlatform.v1alpha1.csproj index 29377f5a99..1621222ed9 100644 --- a/Src/Generated/Google.Apis.CCAIPlatform.v1alpha1/Google.Apis.CCAIPlatform.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.CCAIPlatform.v1alpha1/Google.Apis.CCAIPlatform.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.CCAIPlatform.v1alpha1 Client Library - 1.61.0.3142 + 1.62.0.3142 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Calendar.v3/Google.Apis.Calendar.v3.csproj b/Src/Generated/Google.Apis.Calendar.v3/Google.Apis.Calendar.v3.csproj index cd01c014e3..9dd486d638 100644 --- a/Src/Generated/Google.Apis.Calendar.v3/Google.Apis.Calendar.v3.csproj +++ b/Src/Generated/Google.Apis.Calendar.v3/Google.Apis.Calendar.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.Calendar.v3 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CertificateAuthorityService.v1/Google.Apis.CertificateAuthorityService.v1.csproj b/Src/Generated/Google.Apis.CertificateAuthorityService.v1/Google.Apis.CertificateAuthorityService.v1.csproj index f1206a87a6..ef162ea02a 100644 --- a/Src/Generated/Google.Apis.CertificateAuthorityService.v1/Google.Apis.CertificateAuthorityService.v1.csproj +++ b/Src/Generated/Google.Apis.CertificateAuthorityService.v1/Google.Apis.CertificateAuthorityService.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CertificateAuthorityService.v1 Client Library - 1.61.0.3149 + 1.62.0.3149 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CertificateAuthorityService.v1beta1/Google.Apis.CertificateAuthorityService.v1beta1.csproj b/Src/Generated/Google.Apis.CertificateAuthorityService.v1beta1/Google.Apis.CertificateAuthorityService.v1beta1.csproj index e8beb109e8..beafbfe748 100644 --- a/Src/Generated/Google.Apis.CertificateAuthorityService.v1beta1/Google.Apis.CertificateAuthorityService.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CertificateAuthorityService.v1beta1/Google.Apis.CertificateAuthorityService.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CertificateAuthorityService.v1beta1 Client Library - 1.61.0.3142 + 1.62.0.3142 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CertificateManager.v1/Google.Apis.CertificateManager.v1.csproj b/Src/Generated/Google.Apis.CertificateManager.v1/Google.Apis.CertificateManager.v1.csproj index ddba4666a1..c34db58365 100644 --- a/Src/Generated/Google.Apis.CertificateManager.v1/Google.Apis.CertificateManager.v1.csproj +++ b/Src/Generated/Google.Apis.CertificateManager.v1/Google.Apis.CertificateManager.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CertificateManager.v1 Client Library - 1.61.0.3142 + 1.62.0.3142 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ChecksService.v1alpha/Google.Apis.ChecksService.v1alpha.csproj b/Src/Generated/Google.Apis.ChecksService.v1alpha/Google.Apis.ChecksService.v1alpha.csproj index 45ff7b3d22..84a00a43c1 100644 --- a/Src/Generated/Google.Apis.ChecksService.v1alpha/Google.Apis.ChecksService.v1alpha.csproj +++ b/Src/Generated/Google.Apis.ChecksService.v1alpha/Google.Apis.ChecksService.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.ChecksService.v1alpha Client Library - 1.61.0.3164 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.ChromeManagement.v1/Google.Apis.ChromeManagement.v1.csproj b/Src/Generated/Google.Apis.ChromeManagement.v1/Google.Apis.ChromeManagement.v1.csproj index 6addf628f6..60eec04afc 100644 --- a/Src/Generated/Google.Apis.ChromeManagement.v1/Google.Apis.ChromeManagement.v1.csproj +++ b/Src/Generated/Google.Apis.ChromeManagement.v1/Google.Apis.ChromeManagement.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ChromeManagement.v1 Client Library - 1.61.0.3164 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ChromePolicy.v1/Google.Apis.ChromePolicy.v1.csproj b/Src/Generated/Google.Apis.ChromePolicy.v1/Google.Apis.ChromePolicy.v1.csproj index 0aef6665f8..cd0147fbe5 100644 --- a/Src/Generated/Google.Apis.ChromePolicy.v1/Google.Apis.ChromePolicy.v1.csproj +++ b/Src/Generated/Google.Apis.ChromePolicy.v1/Google.Apis.ChromePolicy.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ChromePolicy.v1 Client Library - 1.61.0.3134 + 1.62.0.3134 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ChromeUXReport.v1/Google.Apis.ChromeUXReport.v1.csproj b/Src/Generated/Google.Apis.ChromeUXReport.v1/Google.Apis.ChromeUXReport.v1.csproj index 60b7e9d083..507977ca9b 100644 --- a/Src/Generated/Google.Apis.ChromeUXReport.v1/Google.Apis.ChromeUXReport.v1.csproj +++ b/Src/Generated/Google.Apis.ChromeUXReport.v1/Google.Apis.ChromeUXReport.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ChromeUXReport.v1 Client Library - 1.61.0.2959 + 1.62.0.2959 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.CivicInfo.v2/Google.Apis.CivicInfo.v2.csproj b/Src/Generated/Google.Apis.CivicInfo.v2/Google.Apis.CivicInfo.v2.csproj index cb7f443987..a4646cba88 100644 --- a/Src/Generated/Google.Apis.CivicInfo.v2/Google.Apis.CivicInfo.v2.csproj +++ b/Src/Generated/Google.Apis.CivicInfo.v2/Google.Apis.CivicInfo.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CivicInfo.v2 Client Library - 1.61.0.3113 + 1.62.0.3113 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.Classroom.v1/Google.Apis.Classroom.v1.csproj b/Src/Generated/Google.Apis.Classroom.v1/Google.Apis.Classroom.v1.csproj index 1d805cf5f7..b390b92bbc 100644 --- a/Src/Generated/Google.Apis.Classroom.v1/Google.Apis.Classroom.v1.csproj +++ b/Src/Generated/Google.Apis.Classroom.v1/Google.Apis.Classroom.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Classroom.v1 Client Library - 1.61.0.3110 + 1.62.0.3110 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudAsset.v1/Google.Apis.CloudAsset.v1.csproj b/Src/Generated/Google.Apis.CloudAsset.v1/Google.Apis.CloudAsset.v1.csproj index fbcad92e95..e3bf09a66b 100644 --- a/Src/Generated/Google.Apis.CloudAsset.v1/Google.Apis.CloudAsset.v1.csproj +++ b/Src/Generated/Google.Apis.CloudAsset.v1/Google.Apis.CloudAsset.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudAsset.v1 Client Library - 1.61.0.3138 + 1.62.0.3138 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudAsset.v1beta1/Google.Apis.CloudAsset.v1beta1.csproj b/Src/Generated/Google.Apis.CloudAsset.v1beta1/Google.Apis.CloudAsset.v1beta1.csproj index 2339d35311..e2c384df99 100644 --- a/Src/Generated/Google.Apis.CloudAsset.v1beta1/Google.Apis.CloudAsset.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudAsset.v1beta1/Google.Apis.CloudAsset.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudAsset.v1beta1 Client Library - 1.61.0.3138 + 1.62.0.3138 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudAsset.v1p1beta1/Google.Apis.CloudAsset.v1p1beta1.csproj b/Src/Generated/Google.Apis.CloudAsset.v1p1beta1/Google.Apis.CloudAsset.v1p1beta1.csproj index 6ba3039d52..bea2e0712f 100644 --- a/Src/Generated/Google.Apis.CloudAsset.v1p1beta1/Google.Apis.CloudAsset.v1p1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudAsset.v1p1beta1/Google.Apis.CloudAsset.v1p1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudAsset.v1p1beta1 Client Library - 1.61.0.3138 + 1.62.0.3138 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudAsset.v1p5beta1/Google.Apis.CloudAsset.v1p5beta1.csproj b/Src/Generated/Google.Apis.CloudAsset.v1p5beta1/Google.Apis.CloudAsset.v1p5beta1.csproj index dbd21a8898..440bed6d99 100644 --- a/Src/Generated/Google.Apis.CloudAsset.v1p5beta1/Google.Apis.CloudAsset.v1p5beta1.csproj +++ b/Src/Generated/Google.Apis.CloudAsset.v1p5beta1/Google.Apis.CloudAsset.v1p5beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudAsset.v1p5beta1 Client Library - 1.61.0.3138 + 1.62.0.3138 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudAsset.v1p7beta1/Google.Apis.CloudAsset.v1p7beta1.csproj b/Src/Generated/Google.Apis.CloudAsset.v1p7beta1/Google.Apis.CloudAsset.v1p7beta1.csproj index 28ecafd9dd..123a2f8942 100644 --- a/Src/Generated/Google.Apis.CloudAsset.v1p7beta1/Google.Apis.CloudAsset.v1p7beta1.csproj +++ b/Src/Generated/Google.Apis.CloudAsset.v1p7beta1/Google.Apis.CloudAsset.v1p7beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudAsset.v1p7beta1 Client Library - 1.61.0.3138 + 1.62.0.3138 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudBillingBudget.v1/Google.Apis.CloudBillingBudget.v1.csproj b/Src/Generated/Google.Apis.CloudBillingBudget.v1/Google.Apis.CloudBillingBudget.v1.csproj index f7c8d17dc3..15a9a42b58 100644 --- a/Src/Generated/Google.Apis.CloudBillingBudget.v1/Google.Apis.CloudBillingBudget.v1.csproj +++ b/Src/Generated/Google.Apis.CloudBillingBudget.v1/Google.Apis.CloudBillingBudget.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudBillingBudget.v1 Client Library - 1.61.0.3151 + 1.62.0.3151 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudBillingBudget.v1beta1/Google.Apis.CloudBillingBudget.v1beta1.csproj b/Src/Generated/Google.Apis.CloudBillingBudget.v1beta1/Google.Apis.CloudBillingBudget.v1beta1.csproj index ce01a9a776..e0c074133d 100644 --- a/Src/Generated/Google.Apis.CloudBillingBudget.v1beta1/Google.Apis.CloudBillingBudget.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudBillingBudget.v1beta1/Google.Apis.CloudBillingBudget.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudBillingBudget.v1beta1 Client Library - 1.61.0.3151 + 1.62.0.3151 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudBuild.v1/Google.Apis.CloudBuild.v1.csproj b/Src/Generated/Google.Apis.CloudBuild.v1/Google.Apis.CloudBuild.v1.csproj index c18839d4e1..8d2c8291a1 100644 --- a/Src/Generated/Google.Apis.CloudBuild.v1/Google.Apis.CloudBuild.v1.csproj +++ b/Src/Generated/Google.Apis.CloudBuild.v1/Google.Apis.CloudBuild.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudBuild.v1 Client Library - 1.61.0.3144 + 1.62.0.3144 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudComposer.v1/Google.Apis.CloudComposer.v1.csproj b/Src/Generated/Google.Apis.CloudComposer.v1/Google.Apis.CloudComposer.v1.csproj index 6141af55b1..441e20636d 100644 --- a/Src/Generated/Google.Apis.CloudComposer.v1/Google.Apis.CloudComposer.v1.csproj +++ b/Src/Generated/Google.Apis.CloudComposer.v1/Google.Apis.CloudComposer.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudComposer.v1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudComposer.v1beta1/Google.Apis.CloudComposer.v1beta1.csproj b/Src/Generated/Google.Apis.CloudComposer.v1beta1/Google.Apis.CloudComposer.v1beta1.csproj index 09c53cdcd6..40b445ae03 100644 --- a/Src/Generated/Google.Apis.CloudComposer.v1beta1/Google.Apis.CloudComposer.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudComposer.v1beta1/Google.Apis.CloudComposer.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudComposer.v1beta1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudDataplex.v1/Google.Apis.CloudDataplex.v1.csproj b/Src/Generated/Google.Apis.CloudDataplex.v1/Google.Apis.CloudDataplex.v1.csproj index a6f2af6f4a..d5bae80a91 100644 --- a/Src/Generated/Google.Apis.CloudDataplex.v1/Google.Apis.CloudDataplex.v1.csproj +++ b/Src/Generated/Google.Apis.CloudDataplex.v1/Google.Apis.CloudDataplex.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudDataplex.v1 Client Library - 1.61.0.3164 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudDeploy.v1/Google.Apis.CloudDeploy.v1.csproj b/Src/Generated/Google.Apis.CloudDeploy.v1/Google.Apis.CloudDeploy.v1.csproj index 674ff773ec..919a99bdbb 100644 --- a/Src/Generated/Google.Apis.CloudDeploy.v1/Google.Apis.CloudDeploy.v1.csproj +++ b/Src/Generated/Google.Apis.CloudDeploy.v1/Google.Apis.CloudDeploy.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudDeploy.v1 Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudDomains.v1/Google.Apis.CloudDomains.v1.csproj b/Src/Generated/Google.Apis.CloudDomains.v1/Google.Apis.CloudDomains.v1.csproj index 8706a4d3b5..5b9e63f463 100644 --- a/Src/Generated/Google.Apis.CloudDomains.v1/Google.Apis.CloudDomains.v1.csproj +++ b/Src/Generated/Google.Apis.CloudDomains.v1/Google.Apis.CloudDomains.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudDomains.v1 Client Library - 1.61.0.3044 + 1.62.0.3044 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudDomains.v1alpha2/Google.Apis.CloudDomains.v1alpha2.csproj b/Src/Generated/Google.Apis.CloudDomains.v1alpha2/Google.Apis.CloudDomains.v1alpha2.csproj index 1b961fa232..3b81bae9a3 100644 --- a/Src/Generated/Google.Apis.CloudDomains.v1alpha2/Google.Apis.CloudDomains.v1alpha2.csproj +++ b/Src/Generated/Google.Apis.CloudDomains.v1alpha2/Google.Apis.CloudDomains.v1alpha2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudDomains.v1alpha2 Client Library - 1.61.0.3044 + 1.62.0.3044 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudDomains.v1beta1/Google.Apis.CloudDomains.v1beta1.csproj b/Src/Generated/Google.Apis.CloudDomains.v1beta1/Google.Apis.CloudDomains.v1beta1.csproj index 6f41729d20..39918f16d3 100644 --- a/Src/Generated/Google.Apis.CloudDomains.v1beta1/Google.Apis.CloudDomains.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudDomains.v1beta1/Google.Apis.CloudDomains.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudDomains.v1beta1 Client Library - 1.61.0.3044 + 1.62.0.3044 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudFilestore.v1/Google.Apis.CloudFilestore.v1.csproj b/Src/Generated/Google.Apis.CloudFilestore.v1/Google.Apis.CloudFilestore.v1.csproj index 642c3d4933..59b2c46960 100644 --- a/Src/Generated/Google.Apis.CloudFilestore.v1/Google.Apis.CloudFilestore.v1.csproj +++ b/Src/Generated/Google.Apis.CloudFilestore.v1/Google.Apis.CloudFilestore.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudFilestore.v1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudFilestore.v1beta1/Google.Apis.CloudFilestore.v1beta1.csproj b/Src/Generated/Google.Apis.CloudFilestore.v1beta1/Google.Apis.CloudFilestore.v1beta1.csproj index 9993a260ed..0fdf2e0fe3 100644 --- a/Src/Generated/Google.Apis.CloudFilestore.v1beta1/Google.Apis.CloudFilestore.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudFilestore.v1beta1/Google.Apis.CloudFilestore.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudFilestore.v1beta1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudFunctions.v1/Google.Apis.CloudFunctions.v1.csproj b/Src/Generated/Google.Apis.CloudFunctions.v1/Google.Apis.CloudFunctions.v1.csproj index 14b68b6663..501484159f 100644 --- a/Src/Generated/Google.Apis.CloudFunctions.v1/Google.Apis.CloudFunctions.v1.csproj +++ b/Src/Generated/Google.Apis.CloudFunctions.v1/Google.Apis.CloudFunctions.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudFunctions.v1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudFunctions.v2/Google.Apis.CloudFunctions.v2.csproj b/Src/Generated/Google.Apis.CloudFunctions.v2/Google.Apis.CloudFunctions.v2.csproj index 7d0b50d96e..2dd0745b00 100644 --- a/Src/Generated/Google.Apis.CloudFunctions.v2/Google.Apis.CloudFunctions.v2.csproj +++ b/Src/Generated/Google.Apis.CloudFunctions.v2/Google.Apis.CloudFunctions.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudFunctions.v2 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudFunctions.v2alpha/Google.Apis.CloudFunctions.v2alpha.csproj b/Src/Generated/Google.Apis.CloudFunctions.v2alpha/Google.Apis.CloudFunctions.v2alpha.csproj index 503cc1d20c..bfced76bca 100644 --- a/Src/Generated/Google.Apis.CloudFunctions.v2alpha/Google.Apis.CloudFunctions.v2alpha.csproj +++ b/Src/Generated/Google.Apis.CloudFunctions.v2alpha/Google.Apis.CloudFunctions.v2alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudFunctions.v2alpha Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudFunctions.v2beta/Google.Apis.CloudFunctions.v2beta.csproj b/Src/Generated/Google.Apis.CloudFunctions.v2beta/Google.Apis.CloudFunctions.v2beta.csproj index 41a96bdd7f..b59e89f720 100644 --- a/Src/Generated/Google.Apis.CloudFunctions.v2beta/Google.Apis.CloudFunctions.v2beta.csproj +++ b/Src/Generated/Google.Apis.CloudFunctions.v2beta/Google.Apis.CloudFunctions.v2beta.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudFunctions.v2beta Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudHealthcare.v1/Google.Apis.CloudHealthcare.v1.csproj b/Src/Generated/Google.Apis.CloudHealthcare.v1/Google.Apis.CloudHealthcare.v1.csproj index c1ad47c027..6aab0babe7 100644 --- a/Src/Generated/Google.Apis.CloudHealthcare.v1/Google.Apis.CloudHealthcare.v1.csproj +++ b/Src/Generated/Google.Apis.CloudHealthcare.v1/Google.Apis.CloudHealthcare.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudHealthcare.v1 Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.csproj b/Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.csproj index 366a5283a0..42843d1b25 100644 --- a/Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudHealthcare.v1beta1 Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudIAP.v1/Google.Apis.CloudIAP.v1.csproj b/Src/Generated/Google.Apis.CloudIAP.v1/Google.Apis.CloudIAP.v1.csproj index 2cc7daa7b7..338ec81f03 100644 --- a/Src/Generated/Google.Apis.CloudIAP.v1/Google.Apis.CloudIAP.v1.csproj +++ b/Src/Generated/Google.Apis.CloudIAP.v1/Google.Apis.CloudIAP.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudIAP.v1 Client Library - 1.61.0.3109 + 1.62.0.3109 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudIAP.v1beta1/Google.Apis.CloudIAP.v1beta1.csproj b/Src/Generated/Google.Apis.CloudIAP.v1beta1/Google.Apis.CloudIAP.v1beta1.csproj index 771630af6b..0bb84b1a5c 100644 --- a/Src/Generated/Google.Apis.CloudIAP.v1beta1/Google.Apis.CloudIAP.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudIAP.v1beta1/Google.Apis.CloudIAP.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudIAP.v1beta1 Client Library - 1.61.0.2948 + 1.62.0.2948 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudIdentity.v1/Google.Apis.CloudIdentity.v1.csproj b/Src/Generated/Google.Apis.CloudIdentity.v1/Google.Apis.CloudIdentity.v1.csproj index 29f73de767..7dc6544077 100644 --- a/Src/Generated/Google.Apis.CloudIdentity.v1/Google.Apis.CloudIdentity.v1.csproj +++ b/Src/Generated/Google.Apis.CloudIdentity.v1/Google.Apis.CloudIdentity.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudIdentity.v1 Client Library - 1.61.0.3141 + 1.62.0.3141 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudIdentity.v1beta1/Google.Apis.CloudIdentity.v1beta1.csproj b/Src/Generated/Google.Apis.CloudIdentity.v1beta1/Google.Apis.CloudIdentity.v1beta1.csproj index c02d5c3416..14e8f7f288 100644 --- a/Src/Generated/Google.Apis.CloudIdentity.v1beta1/Google.Apis.CloudIdentity.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudIdentity.v1beta1/Google.Apis.CloudIdentity.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudIdentity.v1beta1 Client Library - 1.61.0.3141 + 1.62.0.3141 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudKMS.v1/Google.Apis.CloudKMS.v1.csproj b/Src/Generated/Google.Apis.CloudKMS.v1/Google.Apis.CloudKMS.v1.csproj index 920b49c5c8..5fd00a4953 100644 --- a/Src/Generated/Google.Apis.CloudKMS.v1/Google.Apis.CloudKMS.v1.csproj +++ b/Src/Generated/Google.Apis.CloudKMS.v1/Google.Apis.CloudKMS.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudKMS.v1 Client Library - 1.61.0.3141 + 1.62.0.3141 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudLifeSciences.v2beta/Google.Apis.CloudLifeSciences.v2beta.csproj b/Src/Generated/Google.Apis.CloudLifeSciences.v2beta/Google.Apis.CloudLifeSciences.v2beta.csproj index 10694f09f7..940cb775e4 100644 --- a/Src/Generated/Google.Apis.CloudLifeSciences.v2beta/Google.Apis.CloudLifeSciences.v2beta.csproj +++ b/Src/Generated/Google.Apis.CloudLifeSciences.v2beta/Google.Apis.CloudLifeSciences.v2beta.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudLifeSciences.v2beta Client Library - 1.61.0.3109 + 1.62.0.3109 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudMachineLearningEngine.v1/Google.Apis.CloudMachineLearningEngine.v1.csproj b/Src/Generated/Google.Apis.CloudMachineLearningEngine.v1/Google.Apis.CloudMachineLearningEngine.v1.csproj index 9b6c3007b7..65d03c8c12 100644 --- a/Src/Generated/Google.Apis.CloudMachineLearningEngine.v1/Google.Apis.CloudMachineLearningEngine.v1.csproj +++ b/Src/Generated/Google.Apis.CloudMachineLearningEngine.v1/Google.Apis.CloudMachineLearningEngine.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudMachineLearningEngine.v1 Client Library - 1.61.0.3145 + 1.62.0.3145 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1/Google.Apis.CloudMemorystoreforMemcached.v1.csproj b/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1/Google.Apis.CloudMemorystoreforMemcached.v1.csproj index 18ad363ddc..fd229f3a2c 100644 --- a/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1/Google.Apis.CloudMemorystoreforMemcached.v1.csproj +++ b/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1/Google.Apis.CloudMemorystoreforMemcached.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudMemorystoreforMemcached.v1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1beta2/Google.Apis.CloudMemorystoreforMemcached.v1beta2.csproj b/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1beta2/Google.Apis.CloudMemorystoreforMemcached.v1beta2.csproj index 1a675d01ed..f5ee2fd6f3 100644 --- a/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1beta2/Google.Apis.CloudMemorystoreforMemcached.v1beta2.csproj +++ b/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1beta2/Google.Apis.CloudMemorystoreforMemcached.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudMemorystoreforMemcached.v1beta2 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudNaturalLanguage.v1/Google.Apis.CloudNaturalLanguage.v1.csproj b/Src/Generated/Google.Apis.CloudNaturalLanguage.v1/Google.Apis.CloudNaturalLanguage.v1.csproj index 4ebff0ffe7..fc78b5b660 100644 --- a/Src/Generated/Google.Apis.CloudNaturalLanguage.v1/Google.Apis.CloudNaturalLanguage.v1.csproj +++ b/Src/Generated/Google.Apis.CloudNaturalLanguage.v1/Google.Apis.CloudNaturalLanguage.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudNaturalLanguage.v1 Client Library - 1.61.0.3130 + 1.62.0.3130 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudNaturalLanguage.v1beta2/Google.Apis.CloudNaturalLanguage.v1beta2.csproj b/Src/Generated/Google.Apis.CloudNaturalLanguage.v1beta2/Google.Apis.CloudNaturalLanguage.v1beta2.csproj index 05f26c8997..89ec8a161f 100644 --- a/Src/Generated/Google.Apis.CloudNaturalLanguage.v1beta2/Google.Apis.CloudNaturalLanguage.v1beta2.csproj +++ b/Src/Generated/Google.Apis.CloudNaturalLanguage.v1beta2/Google.Apis.CloudNaturalLanguage.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudNaturalLanguage.v1beta2 Client Library - 1.61.0.3130 + 1.62.0.3130 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudNaturalLanguage.v2/Google.Apis.CloudNaturalLanguage.v2.csproj b/Src/Generated/Google.Apis.CloudNaturalLanguage.v2/Google.Apis.CloudNaturalLanguage.v2.csproj index 3cd8457d71..94502628af 100644 --- a/Src/Generated/Google.Apis.CloudNaturalLanguage.v2/Google.Apis.CloudNaturalLanguage.v2.csproj +++ b/Src/Generated/Google.Apis.CloudNaturalLanguage.v2/Google.Apis.CloudNaturalLanguage.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudNaturalLanguage.v2 Client Library - 1.61.0.3145 + 1.62.0.3145 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudOSLogin.v1/Google.Apis.CloudOSLogin.v1.csproj b/Src/Generated/Google.Apis.CloudOSLogin.v1/Google.Apis.CloudOSLogin.v1.csproj index 6e26db6996..5ffa497db9 100644 --- a/Src/Generated/Google.Apis.CloudOSLogin.v1/Google.Apis.CloudOSLogin.v1.csproj +++ b/Src/Generated/Google.Apis.CloudOSLogin.v1/Google.Apis.CloudOSLogin.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudOSLogin.v1 Client Library - 1.61.0.2634 + 1.62.0.2634 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudOSLogin.v1alpha/Google.Apis.CloudOSLogin.v1alpha.csproj b/Src/Generated/Google.Apis.CloudOSLogin.v1alpha/Google.Apis.CloudOSLogin.v1alpha.csproj index 8d0d65781e..602e9b3cff 100644 --- a/Src/Generated/Google.Apis.CloudOSLogin.v1alpha/Google.Apis.CloudOSLogin.v1alpha.csproj +++ b/Src/Generated/Google.Apis.CloudOSLogin.v1alpha/Google.Apis.CloudOSLogin.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudOSLogin.v1alpha Client Library - 1.61.0.3131 + 1.62.0.3131 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudOSLogin.v1beta/Google.Apis.CloudOSLogin.v1beta.csproj b/Src/Generated/Google.Apis.CloudOSLogin.v1beta/Google.Apis.CloudOSLogin.v1beta.csproj index d72a23e5c2..b9abd385dc 100644 --- a/Src/Generated/Google.Apis.CloudOSLogin.v1beta/Google.Apis.CloudOSLogin.v1beta.csproj +++ b/Src/Generated/Google.Apis.CloudOSLogin.v1beta/Google.Apis.CloudOSLogin.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudOSLogin.v1beta Client Library - 1.61.0.3131 + 1.62.0.3131 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudProfiler.v2/Google.Apis.CloudProfiler.v2.csproj b/Src/Generated/Google.Apis.CloudProfiler.v2/Google.Apis.CloudProfiler.v2.csproj index 31b34f2601..c9e3d29e35 100644 --- a/Src/Generated/Google.Apis.CloudProfiler.v2/Google.Apis.CloudProfiler.v2.csproj +++ b/Src/Generated/Google.Apis.CloudProfiler.v2/Google.Apis.CloudProfiler.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudProfiler.v2 Client Library - 1.61.0.3007 + 1.62.0.3007 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRedis.v1/Google.Apis.CloudRedis.v1.csproj b/Src/Generated/Google.Apis.CloudRedis.v1/Google.Apis.CloudRedis.v1.csproj index ddd9f9a12a..fb55ea598f 100644 --- a/Src/Generated/Google.Apis.CloudRedis.v1/Google.Apis.CloudRedis.v1.csproj +++ b/Src/Generated/Google.Apis.CloudRedis.v1/Google.Apis.CloudRedis.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRedis.v1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRedis.v1beta1/Google.Apis.CloudRedis.v1beta1.csproj b/Src/Generated/Google.Apis.CloudRedis.v1beta1/Google.Apis.CloudRedis.v1beta1.csproj index 249101d3ab..be47f3df0a 100644 --- a/Src/Generated/Google.Apis.CloudRedis.v1beta1/Google.Apis.CloudRedis.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudRedis.v1beta1/Google.Apis.CloudRedis.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRedis.v1beta1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudResourceManager.v1/Google.Apis.CloudResourceManager.v1.csproj b/Src/Generated/Google.Apis.CloudResourceManager.v1/Google.Apis.CloudResourceManager.v1.csproj index e2467a5835..3fcde0b065 100644 --- a/Src/Generated/Google.Apis.CloudResourceManager.v1/Google.Apis.CloudResourceManager.v1.csproj +++ b/Src/Generated/Google.Apis.CloudResourceManager.v1/Google.Apis.CloudResourceManager.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudResourceManager.v1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudResourceManager.v1beta1/Google.Apis.CloudResourceManager.v1beta1.csproj b/Src/Generated/Google.Apis.CloudResourceManager.v1beta1/Google.Apis.CloudResourceManager.v1beta1.csproj index 442676194f..47a8ea4aeb 100644 --- a/Src/Generated/Google.Apis.CloudResourceManager.v1beta1/Google.Apis.CloudResourceManager.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudResourceManager.v1beta1/Google.Apis.CloudResourceManager.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudResourceManager.v1beta1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudResourceManager.v2/Google.Apis.CloudResourceManager.v2.csproj b/Src/Generated/Google.Apis.CloudResourceManager.v2/Google.Apis.CloudResourceManager.v2.csproj index cf879f88b3..b70498efc8 100644 --- a/Src/Generated/Google.Apis.CloudResourceManager.v2/Google.Apis.CloudResourceManager.v2.csproj +++ b/Src/Generated/Google.Apis.CloudResourceManager.v2/Google.Apis.CloudResourceManager.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudResourceManager.v2 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudResourceManager.v2beta1/Google.Apis.CloudResourceManager.v2beta1.csproj b/Src/Generated/Google.Apis.CloudResourceManager.v2beta1/Google.Apis.CloudResourceManager.v2beta1.csproj index 5340b7b469..719dd0822b 100644 --- a/Src/Generated/Google.Apis.CloudResourceManager.v2beta1/Google.Apis.CloudResourceManager.v2beta1.csproj +++ b/Src/Generated/Google.Apis.CloudResourceManager.v2beta1/Google.Apis.CloudResourceManager.v2beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudResourceManager.v2beta1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudResourceManager.v3/Google.Apis.CloudResourceManager.v3.csproj b/Src/Generated/Google.Apis.CloudResourceManager.v3/Google.Apis.CloudResourceManager.v3.csproj index 57a6d53861..d446cce9e1 100644 --- a/Src/Generated/Google.Apis.CloudResourceManager.v3/Google.Apis.CloudResourceManager.v3.csproj +++ b/Src/Generated/Google.Apis.CloudResourceManager.v3/Google.Apis.CloudResourceManager.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudResourceManager.v3 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.cs b/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.cs index 3cf8c48011..173614b53a 100644 --- a/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.cs +++ b/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.cs @@ -5648,6 +5648,10 @@ public class GoogleCloudRetailV2CatalogAttribute : Google.Apis.Requests.IDirectR [Newtonsoft.Json.JsonPropertyAttribute("exactSearchableOption")] public virtual string ExactSearchableOption { get; set; } + /// Contains facet options. + [Newtonsoft.Json.JsonPropertyAttribute("facetConfig")] + public virtual GoogleCloudRetailV2CatalogAttributeFacetConfig FacetConfig { get; set; } + /// /// Output only. Indicates whether this attribute has been used by any products. `True` if at least one Product /// is using this attribute in Product.attributes. Otherwise, this field is `False`. CatalogAttribute can be @@ -5709,6 +5713,163 @@ public class GoogleCloudRetailV2CatalogAttribute : Google.Apis.Requests.IDirectR public virtual string ETag { get; set; } } + /// Possible options for the facet that corresponds to the current attribute config. + public class GoogleCloudRetailV2CatalogAttributeFacetConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// If you don't set the facet SearchRequest.FacetSpec.FacetKey.intervals in the request to a numerical + /// attribute, then we use the computed intervals with rounded bounds obtained from all its product numerical + /// attribute values. The computed intervals might not be ideal for some attributes. Therefore, we give you the + /// option to overwrite them with the facet_intervals field. The maximum of facet intervals per CatalogAttribute + /// is 40. Each interval must have a lower bound or an upper bound. If both bounds are provided, then the lower + /// bound must be smaller or equal than the upper bound. + /// + [Newtonsoft.Json.JsonPropertyAttribute("facetIntervals")] + public virtual System.Collections.Generic.IList FacetIntervals { get; set; } + + /// + /// Each instance represents a list of attribute values to ignore as facet values for a specific time range. The + /// maximum number of instances per CatalogAttribute is 25. + /// + [Newtonsoft.Json.JsonPropertyAttribute("ignoredFacetValues")] + public virtual System.Collections.Generic.IList IgnoredFacetValues { get; set; } + + /// + /// Each instance replaces a list of facet values by a merged facet value. If a facet value is not in any list, + /// then it will stay the same. To avoid conflicts, only paths of length 1 are accepted. In other words, if + /// "dark_blue" merged into "BLUE", then the latter can't merge into "blues" because this would create a path of + /// length 2. The maximum number of instances of MergedFacetValue per CatalogAttribute is 100. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mergedFacetValues")] + public virtual System.Collections.Generic.IList MergedFacetValues { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Facet values to ignore on facets during the specified time range for the given SearchResponse.Facet.key + /// attribute. + /// + public class GoogleCloudRetailV2CatalogAttributeFacetConfigIgnoredFacetValues : Google.Apis.Requests.IDirectResponseSchema + { + private string _endTimeRaw; + + private object _endTime; + + /// + /// If start time is empty and end time is not empty, then ignore these facet values before end time. + /// + [Newtonsoft.Json.JsonPropertyAttribute("endTime")] + public virtual string EndTimeRaw + { + get => _endTimeRaw; + set + { + _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _endTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] + public virtual object EndTime + { + get => _endTime; + set + { + _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _endTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? EndTimeDateTimeOffset + { + get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(EndTimeRaw); + set => EndTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); + } + + private string _startTimeRaw; + + private object _startTime; + + /// + /// Time range for the current list of facet values to ignore. If multiple time ranges are specified for an + /// facet value for the current attribute, consider all of them. If both are empty, ignore always. If start time + /// and end time are set, then start time must be before end time. If start time is not empty and end time is + /// empty, then will ignore these facet values after the start time. + /// + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); + } + + /// + /// List of facet values to ignore for the following time range. The facet values are the same as the attribute + /// values. There is a limit of 10 values per instance of IgnoredFacetValues. Each value can have at most 60 + /// characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("values")] + public virtual System.Collections.Generic.IList Values { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Replaces a set of facet values by the same (possibly different) merged facet value. Each facet value should + /// appear at most once as a value per CatalogAttribute. + /// + public class GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// All the previous values are replaced by this merged facet value. This merged_value must be non-empty and can + /// have up to 60 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mergedValue")] + public virtual string MergedValue { get; set; } + + /// + /// All the facet values that are replaces by the same merged_value that follows. The maximum number of values + /// per MergedFacetValue is 25. Each value can have up to 60 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("values")] + public virtual System.Collections.Generic.IList Values { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The color information of a Product. public class GoogleCloudRetailV2ColorInfo : Google.Apis.Requests.IDirectResponseSchema { @@ -5931,6 +6092,13 @@ public class GoogleCloudRetailV2Condition : Google.Apis.Requests.IDirectResponse [Newtonsoft.Json.JsonPropertyAttribute("activeTimeRange")] public virtual System.Collections.Generic.IList ActiveTimeRange { get; set; } + /// + /// Used to support browse uses cases. A list (up to 10 entries) of categories or departments. The format should + /// be the same as UserEvent.page_categories; + /// + [Newtonsoft.Json.JsonPropertyAttribute("pageCategories")] + public virtual System.Collections.Generic.IList PageCategories { get; set; } + /// /// A list (up to 10 entries) of terms to match the query on. If not specified, match all queries. If many query /// terms are specified, the condition is matched if any of the terms is a match (i.e. using the OR operator). @@ -8386,6 +8554,10 @@ public class GoogleCloudRetailV2Rule : Google.Apis.Requests.IDirectResponseSchem [Newtonsoft.Json.JsonPropertyAttribute("filterAction")] public virtual GoogleCloudRetailV2RuleFilterAction FilterAction { get; set; } + /// Force returns an attribute as a facet in the request. + [Newtonsoft.Json.JsonPropertyAttribute("forceReturnFacetAction")] + public virtual GoogleCloudRetailV2RuleForceReturnFacetAction ForceReturnFacetAction { get; set; } + /// Ignores specific terms from query during search. [Newtonsoft.Json.JsonPropertyAttribute("ignoreAction")] public virtual GoogleCloudRetailV2RuleIgnoreAction IgnoreAction { get; set; } @@ -8401,6 +8573,10 @@ public class GoogleCloudRetailV2Rule : Google.Apis.Requests.IDirectResponseSchem [Newtonsoft.Json.JsonPropertyAttribute("redirectAction")] public virtual GoogleCloudRetailV2RuleRedirectAction RedirectAction { get; set; } + /// Remove an attribute as a facet in the request (if present). + [Newtonsoft.Json.JsonPropertyAttribute("removeFacetAction")] + public virtual GoogleCloudRetailV2RuleRemoveFacetAction RemoveFacetAction { get; set; } + /// Replaces specific terms in the query. [Newtonsoft.Json.JsonPropertyAttribute("replacementAction")] public virtual GoogleCloudRetailV2RuleReplacementAction ReplacementAction { get; set; } @@ -8490,6 +8666,52 @@ public class GoogleCloudRetailV2RuleFilterAction : Google.Apis.Requests.IDirectR public virtual string ETag { get; set; } } + /// + /// Force returns an attribute/facet in the request around a certain position or above. * Rule Condition: - Must + /// specify non-empty Condition.query_terms (for search only) or Condition.page_categories (for browse only), but + /// can't specify both. * Action Inputs: attribute name, position * Action Result: Will force return a facet key + /// around a certain position or above if the condition is satisfied. Example: Suppose the query is "shoes", the + /// Condition.query_terms is "shoes", the ForceReturnFacetAction.FacetPositionAdjustment.attribute_name is "size" + /// and the ForceReturnFacetAction.FacetPositionAdjustment.position is 8. Two cases: a) The facet key "size" is not + /// already in the top 8 slots, then the facet "size" will appear at a position close to 8. b) The facet key "size" + /// in among the top 8 positions in the request, then it will stay at its current rank. + /// + public class GoogleCloudRetailV2RuleForceReturnFacetAction : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Each instance corresponds to a force return attribute for the given condition. There can't be more 3 + /// instances here. + /// + [Newtonsoft.Json.JsonPropertyAttribute("facetPositionAdjustments")] + public virtual System.Collections.Generic.IList FacetPositionAdjustments { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Each facet position adjustment consists of a single attribute name (i.e. facet key) along with a specified + /// position. + /// + public class GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The attribute name to force return as a facet. Each attribute name should be a valid attribute name, be + /// non-empty and contain at most 80 characters long. + /// + [Newtonsoft.Json.JsonPropertyAttribute("attributeName")] + public virtual string AttributeName { get; set; } + + /// + /// This is the position in the request as explained above. It should be strictly positive be at most 100. + /// + [Newtonsoft.Json.JsonPropertyAttribute("position")] + public virtual System.Nullable Position { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Prevents a term in the query from being used in search. Example: Don't search for "shoddy". public class GoogleCloudRetailV2RuleIgnoreAction : Google.Apis.Requests.IDirectResponseSchema { @@ -8541,6 +8763,27 @@ public class GoogleCloudRetailV2RuleRedirectAction : Google.Apis.Requests.IDirec public virtual string ETag { get; set; } } + /// + /// Removes an attribute/facet in the request if is present. * Rule Condition: - Must specify non-empty + /// Condition.query_terms (for search only) or Condition.page_categories (for browse only), but can't specify both. + /// * Action Input: attribute name * Action Result: Will remove the attribute (as a facet) from the request if it is + /// present. Example: Suppose the query is "shoes", the Condition.query_terms is "shoes" and the attribute name + /// "size", then facet key "size" will be removed from the request (if it is present). + /// + public class GoogleCloudRetailV2RuleRemoveFacetAction : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The attribute names (i.e. facet keys) to remove from the dynamic facets (if present in the request). There + /// can't be more 3 attribute names. Each attribute name should be a valid attribute name, be non-empty and + /// contain at most 80 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("attributeNames")] + public virtual System.Collections.Generic.IList AttributeNames { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Replaces a term in the query. Multiple replacement candidates can be specified. All `query_terms` will be /// replaced with the replacement term. Example: Replace "gShoe" with "google shoe". diff --git a/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.csproj b/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.csproj index b7de700e20..706070c1ec 100644 --- a/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.csproj +++ b/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRetail.v2 Client Library - 1.61.0.3138 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.cs b/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.cs index b4b3135cc9..75eec5faf7 100644 --- a/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.cs +++ b/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.cs @@ -7082,6 +7082,10 @@ public class GoogleCloudRetailV2alphaCatalogAttribute : Google.Apis.Requests.IDi [Newtonsoft.Json.JsonPropertyAttribute("exactSearchableOption")] public virtual string ExactSearchableOption { get; set; } + /// Contains facet options. + [Newtonsoft.Json.JsonPropertyAttribute("facetConfig")] + public virtual GoogleCloudRetailV2alphaCatalogAttributeFacetConfig FacetConfig { get; set; } + /// /// Output only. Indicates whether this attribute has been used by any products. `True` if at least one Product /// is using this attribute in Product.attributes. Otherwise, this field is `False`. CatalogAttribute can be @@ -7151,6 +7155,163 @@ public class GoogleCloudRetailV2alphaCatalogAttribute : Google.Apis.Requests.IDi public virtual string ETag { get; set; } } + /// Possible options for the facet that corresponds to the current attribute config. + public class GoogleCloudRetailV2alphaCatalogAttributeFacetConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// If you don't set the facet SearchRequest.FacetSpec.FacetKey.intervals in the request to a numerical + /// attribute, then we use the computed intervals with rounded bounds obtained from all its product numerical + /// attribute values. The computed intervals might not be ideal for some attributes. Therefore, we give you the + /// option to overwrite them with the facet_intervals field. The maximum of facet intervals per CatalogAttribute + /// is 40. Each interval must have a lower bound or an upper bound. If both bounds are provided, then the lower + /// bound must be smaller or equal than the upper bound. + /// + [Newtonsoft.Json.JsonPropertyAttribute("facetIntervals")] + public virtual System.Collections.Generic.IList FacetIntervals { get; set; } + + /// + /// Each instance represents a list of attribute values to ignore as facet values for a specific time range. The + /// maximum number of instances per CatalogAttribute is 25. + /// + [Newtonsoft.Json.JsonPropertyAttribute("ignoredFacetValues")] + public virtual System.Collections.Generic.IList IgnoredFacetValues { get; set; } + + /// + /// Each instance replaces a list of facet values by a merged facet value. If a facet value is not in any list, + /// then it will stay the same. To avoid conflicts, only paths of length 1 are accepted. In other words, if + /// "dark_blue" merged into "BLUE", then the latter can't merge into "blues" because this would create a path of + /// length 2. The maximum number of instances of MergedFacetValue per CatalogAttribute is 100. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mergedFacetValues")] + public virtual System.Collections.Generic.IList MergedFacetValues { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Facet values to ignore on facets during the specified time range for the given SearchResponse.Facet.key + /// attribute. + /// + public class GoogleCloudRetailV2alphaCatalogAttributeFacetConfigIgnoredFacetValues : Google.Apis.Requests.IDirectResponseSchema + { + private string _endTimeRaw; + + private object _endTime; + + /// + /// If start time is empty and end time is not empty, then ignore these facet values before end time. + /// + [Newtonsoft.Json.JsonPropertyAttribute("endTime")] + public virtual string EndTimeRaw + { + get => _endTimeRaw; + set + { + _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _endTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] + public virtual object EndTime + { + get => _endTime; + set + { + _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _endTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? EndTimeDateTimeOffset + { + get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(EndTimeRaw); + set => EndTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); + } + + private string _startTimeRaw; + + private object _startTime; + + /// + /// Time range for the current list of facet values to ignore. If multiple time ranges are specified for an + /// facet value for the current attribute, consider all of them. If both are empty, ignore always. If start time + /// and end time are set, then start time must be before end time. If start time is not empty and end time is + /// empty, then will ignore these facet values after the start time. + /// + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); + } + + /// + /// List of facet values to ignore for the following time range. The facet values are the same as the attribute + /// values. There is a limit of 10 values per instance of IgnoredFacetValues. Each value can have at most 60 + /// characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("values")] + public virtual System.Collections.Generic.IList Values { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Replaces a set of facet values by the same (possibly different) merged facet value. Each facet value should + /// appear at most once as a value per CatalogAttribute. + /// + public class GoogleCloudRetailV2alphaCatalogAttributeFacetConfigMergedFacetValue : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// All the previous values are replaced by this merged facet value. This merged_value must be non-empty and can + /// have up to 60 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mergedValue")] + public virtual string MergedValue { get; set; } + + /// + /// All the facet values that are replaces by the same merged_value that follows. The maximum number of values + /// per MergedFacetValue is 25. Each value can have up to 60 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("values")] + public virtual System.Collections.Generic.IList Values { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The color information of a Product. public class GoogleCloudRetailV2alphaColorInfo : Google.Apis.Requests.IDirectResponseSchema { @@ -7407,6 +7568,13 @@ public class GoogleCloudRetailV2alphaCondition : Google.Apis.Requests.IDirectRes [Newtonsoft.Json.JsonPropertyAttribute("activeTimeRange")] public virtual System.Collections.Generic.IList ActiveTimeRange { get; set; } + /// + /// Used to support browse uses cases. A list (up to 10 entries) of categories or departments. The format should + /// be the same as UserEvent.page_categories; + /// + [Newtonsoft.Json.JsonPropertyAttribute("pageCategories")] + public virtual System.Collections.Generic.IList PageCategories { get; set; } + /// /// A list (up to 10 entries) of terms to match the query on. If not specified, match all queries. If many query /// terms are specified, the condition is matched if any of the terms is a match (i.e. using the OR operator). @@ -10468,6 +10636,10 @@ public class GoogleCloudRetailV2alphaRule : Google.Apis.Requests.IDirectResponse [Newtonsoft.Json.JsonPropertyAttribute("filterAction")] public virtual GoogleCloudRetailV2alphaRuleFilterAction FilterAction { get; set; } + /// Force returns an attribute as a facet in the request. + [Newtonsoft.Json.JsonPropertyAttribute("forceReturnFacetAction")] + public virtual GoogleCloudRetailV2alphaRuleForceReturnFacetAction ForceReturnFacetAction { get; set; } + /// Ignores specific terms from query during search. [Newtonsoft.Json.JsonPropertyAttribute("ignoreAction")] public virtual GoogleCloudRetailV2alphaRuleIgnoreAction IgnoreAction { get; set; } @@ -10483,6 +10655,10 @@ public class GoogleCloudRetailV2alphaRule : Google.Apis.Requests.IDirectResponse [Newtonsoft.Json.JsonPropertyAttribute("redirectAction")] public virtual GoogleCloudRetailV2alphaRuleRedirectAction RedirectAction { get; set; } + /// Remove an attribute as a facet in the request (if present). + [Newtonsoft.Json.JsonPropertyAttribute("removeFacetAction")] + public virtual GoogleCloudRetailV2alphaRuleRemoveFacetAction RemoveFacetAction { get; set; } + /// Replaces specific terms in the query. [Newtonsoft.Json.JsonPropertyAttribute("replacementAction")] public virtual GoogleCloudRetailV2alphaRuleReplacementAction ReplacementAction { get; set; } @@ -10572,6 +10748,52 @@ public class GoogleCloudRetailV2alphaRuleFilterAction : Google.Apis.Requests.IDi public virtual string ETag { get; set; } } + /// + /// Force returns an attribute/facet in the request around a certain position or above. * Rule Condition: - Must + /// specify non-empty Condition.query_terms (for search only) or Condition.page_categories (for browse only), but + /// can't specify both. * Action Inputs: attribute name, position * Action Result: Will force return a facet key + /// around a certain position or above if the condition is satisfied. Example: Suppose the query is "shoes", the + /// Condition.query_terms is "shoes", the ForceReturnFacetAction.FacetPositionAdjustment.attribute_name is "size" + /// and the ForceReturnFacetAction.FacetPositionAdjustment.position is 8. Two cases: a) The facet key "size" is not + /// already in the top 8 slots, then the facet "size" will appear at a position close to 8. b) The facet key "size" + /// in among the top 8 positions in the request, then it will stay at its current rank. + /// + public class GoogleCloudRetailV2alphaRuleForceReturnFacetAction : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Each instance corresponds to a force return attribute for the given condition. There can't be more 3 + /// instances here. + /// + [Newtonsoft.Json.JsonPropertyAttribute("facetPositionAdjustments")] + public virtual System.Collections.Generic.IList FacetPositionAdjustments { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Each facet position adjustment consists of a single attribute name (i.e. facet key) along with a specified + /// position. + /// + public class GoogleCloudRetailV2alphaRuleForceReturnFacetActionFacetPositionAdjustment : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The attribute name to force return as a facet. Each attribute name should be a valid attribute name, be + /// non-empty and contain at most 80 characters long. + /// + [Newtonsoft.Json.JsonPropertyAttribute("attributeName")] + public virtual string AttributeName { get; set; } + + /// + /// This is the position in the request as explained above. It should be strictly positive be at most 100. + /// + [Newtonsoft.Json.JsonPropertyAttribute("position")] + public virtual System.Nullable Position { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Prevents a term in the query from being used in search. Example: Don't search for "shoddy". public class GoogleCloudRetailV2alphaRuleIgnoreAction : Google.Apis.Requests.IDirectResponseSchema { @@ -10623,6 +10845,27 @@ public class GoogleCloudRetailV2alphaRuleRedirectAction : Google.Apis.Requests.I public virtual string ETag { get; set; } } + /// + /// Removes an attribute/facet in the request if is present. * Rule Condition: - Must specify non-empty + /// Condition.query_terms (for search only) or Condition.page_categories (for browse only), but can't specify both. + /// * Action Input: attribute name * Action Result: Will remove the attribute (as a facet) from the request if it is + /// present. Example: Suppose the query is "shoes", the Condition.query_terms is "shoes" and the attribute name + /// "size", then facet key "size" will be removed from the request (if it is present). + /// + public class GoogleCloudRetailV2alphaRuleRemoveFacetAction : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The attribute names (i.e. facet keys) to remove from the dynamic facets (if present in the request). There + /// can't be more 3 attribute names. Each attribute name should be a valid attribute name, be non-empty and + /// contain at most 80 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("attributeNames")] + public virtual System.Collections.Generic.IList AttributeNames { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Replaces a term in the query. Multiple replacement candidates can be specified. All `query_terms` will be /// replaced with the replacement term. Example: Replace "gShoe" with "google shoe". diff --git a/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.csproj b/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.csproj index 3b996b62d6..1c2453004b 100644 --- a/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.csproj +++ b/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRetail.v2alpha Client Library - 1.61.0.3138 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.cs b/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.cs index b852a7ddab..fea4ec9751 100644 --- a/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.cs +++ b/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.cs @@ -7723,6 +7723,10 @@ public class GoogleCloudRetailV2betaCatalogAttribute : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("exactSearchableOption")] public virtual string ExactSearchableOption { get; set; } + /// Contains facet options. + [Newtonsoft.Json.JsonPropertyAttribute("facetConfig")] + public virtual GoogleCloudRetailV2betaCatalogAttributeFacetConfig FacetConfig { get; set; } + /// /// Output only. Indicates whether this attribute has been used by any products. `True` if at least one Product /// is using this attribute in Product.attributes. Otherwise, this field is `False`. CatalogAttribute can be @@ -7792,6 +7796,163 @@ public class GoogleCloudRetailV2betaCatalogAttribute : Google.Apis.Requests.IDir public virtual string ETag { get; set; } } + /// Possible options for the facet that corresponds to the current attribute config. + public class GoogleCloudRetailV2betaCatalogAttributeFacetConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// If you don't set the facet SearchRequest.FacetSpec.FacetKey.intervals in the request to a numerical + /// attribute, then we use the computed intervals with rounded bounds obtained from all its product numerical + /// attribute values. The computed intervals might not be ideal for some attributes. Therefore, we give you the + /// option to overwrite them with the facet_intervals field. The maximum of facet intervals per CatalogAttribute + /// is 40. Each interval must have a lower bound or an upper bound. If both bounds are provided, then the lower + /// bound must be smaller or equal than the upper bound. + /// + [Newtonsoft.Json.JsonPropertyAttribute("facetIntervals")] + public virtual System.Collections.Generic.IList FacetIntervals { get; set; } + + /// + /// Each instance represents a list of attribute values to ignore as facet values for a specific time range. The + /// maximum number of instances per CatalogAttribute is 25. + /// + [Newtonsoft.Json.JsonPropertyAttribute("ignoredFacetValues")] + public virtual System.Collections.Generic.IList IgnoredFacetValues { get; set; } + + /// + /// Each instance replaces a list of facet values by a merged facet value. If a facet value is not in any list, + /// then it will stay the same. To avoid conflicts, only paths of length 1 are accepted. In other words, if + /// "dark_blue" merged into "BLUE", then the latter can't merge into "blues" because this would create a path of + /// length 2. The maximum number of instances of MergedFacetValue per CatalogAttribute is 100. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mergedFacetValues")] + public virtual System.Collections.Generic.IList MergedFacetValues { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Facet values to ignore on facets during the specified time range for the given SearchResponse.Facet.key + /// attribute. + /// + public class GoogleCloudRetailV2betaCatalogAttributeFacetConfigIgnoredFacetValues : Google.Apis.Requests.IDirectResponseSchema + { + private string _endTimeRaw; + + private object _endTime; + + /// + /// If start time is empty and end time is not empty, then ignore these facet values before end time. + /// + [Newtonsoft.Json.JsonPropertyAttribute("endTime")] + public virtual string EndTimeRaw + { + get => _endTimeRaw; + set + { + _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _endTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] + public virtual object EndTime + { + get => _endTime; + set + { + _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _endTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? EndTimeDateTimeOffset + { + get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(EndTimeRaw); + set => EndTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); + } + + private string _startTimeRaw; + + private object _startTime; + + /// + /// Time range for the current list of facet values to ignore. If multiple time ranges are specified for an + /// facet value for the current attribute, consider all of them. If both are empty, ignore always. If start time + /// and end time are set, then start time must be before end time. If start time is not empty and end time is + /// empty, then will ignore these facet values after the start time. + /// + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); + } + + /// + /// List of facet values to ignore for the following time range. The facet values are the same as the attribute + /// values. There is a limit of 10 values per instance of IgnoredFacetValues. Each value can have at most 60 + /// characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("values")] + public virtual System.Collections.Generic.IList Values { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Replaces a set of facet values by the same (possibly different) merged facet value. Each facet value should + /// appear at most once as a value per CatalogAttribute. + /// + public class GoogleCloudRetailV2betaCatalogAttributeFacetConfigMergedFacetValue : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// All the previous values are replaced by this merged facet value. This merged_value must be non-empty and can + /// have up to 60 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mergedValue")] + public virtual string MergedValue { get; set; } + + /// + /// All the facet values that are replaces by the same merged_value that follows. The maximum number of values + /// per MergedFacetValue is 25. Each value can have up to 60 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("values")] + public virtual System.Collections.Generic.IList Values { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The color information of a Product. public class GoogleCloudRetailV2betaColorInfo : Google.Apis.Requests.IDirectResponseSchema { @@ -8014,6 +8175,13 @@ public class GoogleCloudRetailV2betaCondition : Google.Apis.Requests.IDirectResp [Newtonsoft.Json.JsonPropertyAttribute("activeTimeRange")] public virtual System.Collections.Generic.IList ActiveTimeRange { get; set; } + /// + /// Used to support browse uses cases. A list (up to 10 entries) of categories or departments. The format should + /// be the same as UserEvent.page_categories; + /// + [Newtonsoft.Json.JsonPropertyAttribute("pageCategories")] + public virtual System.Collections.Generic.IList PageCategories { get; set; } + /// /// A list (up to 10 entries) of terms to match the query on. If not specified, match all queries. If many query /// terms are specified, the condition is matched if any of the terms is a match (i.e. using the OR operator). @@ -10910,6 +11078,10 @@ public class GoogleCloudRetailV2betaRule : Google.Apis.Requests.IDirectResponseS [Newtonsoft.Json.JsonPropertyAttribute("filterAction")] public virtual GoogleCloudRetailV2betaRuleFilterAction FilterAction { get; set; } + /// Force returns an attribute as a facet in the request. + [Newtonsoft.Json.JsonPropertyAttribute("forceReturnFacetAction")] + public virtual GoogleCloudRetailV2betaRuleForceReturnFacetAction ForceReturnFacetAction { get; set; } + /// Ignores specific terms from query during search. [Newtonsoft.Json.JsonPropertyAttribute("ignoreAction")] public virtual GoogleCloudRetailV2betaRuleIgnoreAction IgnoreAction { get; set; } @@ -10925,6 +11097,10 @@ public class GoogleCloudRetailV2betaRule : Google.Apis.Requests.IDirectResponseS [Newtonsoft.Json.JsonPropertyAttribute("redirectAction")] public virtual GoogleCloudRetailV2betaRuleRedirectAction RedirectAction { get; set; } + /// Remove an attribute as a facet in the request (if present). + [Newtonsoft.Json.JsonPropertyAttribute("removeFacetAction")] + public virtual GoogleCloudRetailV2betaRuleRemoveFacetAction RemoveFacetAction { get; set; } + /// Replaces specific terms in the query. [Newtonsoft.Json.JsonPropertyAttribute("replacementAction")] public virtual GoogleCloudRetailV2betaRuleReplacementAction ReplacementAction { get; set; } @@ -11014,6 +11190,52 @@ public class GoogleCloudRetailV2betaRuleFilterAction : Google.Apis.Requests.IDir public virtual string ETag { get; set; } } + /// + /// Force returns an attribute/facet in the request around a certain position or above. * Rule Condition: - Must + /// specify non-empty Condition.query_terms (for search only) or Condition.page_categories (for browse only), but + /// can't specify both. * Action Inputs: attribute name, position * Action Result: Will force return a facet key + /// around a certain position or above if the condition is satisfied. Example: Suppose the query is "shoes", the + /// Condition.query_terms is "shoes", the ForceReturnFacetAction.FacetPositionAdjustment.attribute_name is "size" + /// and the ForceReturnFacetAction.FacetPositionAdjustment.position is 8. Two cases: a) The facet key "size" is not + /// already in the top 8 slots, then the facet "size" will appear at a position close to 8. b) The facet key "size" + /// in among the top 8 positions in the request, then it will stay at its current rank. + /// + public class GoogleCloudRetailV2betaRuleForceReturnFacetAction : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Each instance corresponds to a force return attribute for the given condition. There can't be more 3 + /// instances here. + /// + [Newtonsoft.Json.JsonPropertyAttribute("facetPositionAdjustments")] + public virtual System.Collections.Generic.IList FacetPositionAdjustments { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Each facet position adjustment consists of a single attribute name (i.e. facet key) along with a specified + /// position. + /// + public class GoogleCloudRetailV2betaRuleForceReturnFacetActionFacetPositionAdjustment : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The attribute name to force return as a facet. Each attribute name should be a valid attribute name, be + /// non-empty and contain at most 80 characters long. + /// + [Newtonsoft.Json.JsonPropertyAttribute("attributeName")] + public virtual string AttributeName { get; set; } + + /// + /// This is the position in the request as explained above. It should be strictly positive be at most 100. + /// + [Newtonsoft.Json.JsonPropertyAttribute("position")] + public virtual System.Nullable Position { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Prevents a term in the query from being used in search. Example: Don't search for "shoddy". public class GoogleCloudRetailV2betaRuleIgnoreAction : Google.Apis.Requests.IDirectResponseSchema { @@ -11065,6 +11287,27 @@ public class GoogleCloudRetailV2betaRuleRedirectAction : Google.Apis.Requests.ID public virtual string ETag { get; set; } } + /// + /// Removes an attribute/facet in the request if is present. * Rule Condition: - Must specify non-empty + /// Condition.query_terms (for search only) or Condition.page_categories (for browse only), but can't specify both. + /// * Action Input: attribute name * Action Result: Will remove the attribute (as a facet) from the request if it is + /// present. Example: Suppose the query is "shoes", the Condition.query_terms is "shoes" and the attribute name + /// "size", then facet key "size" will be removed from the request (if it is present). + /// + public class GoogleCloudRetailV2betaRuleRemoveFacetAction : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The attribute names (i.e. facet keys) to remove from the dynamic facets (if present in the request). There + /// can't be more 3 attribute names. Each attribute name should be a valid attribute name, be non-empty and + /// contain at most 80 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("attributeNames")] + public virtual System.Collections.Generic.IList AttributeNames { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Replaces a term in the query. Multiple replacement candidates can be specified. All `query_terms` will be /// replaced with the replacement term. Example: Replace "gShoe" with "google shoe". diff --git a/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.csproj b/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.csproj index bc0f8b840d..1c27001ac3 100644 --- a/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.csproj +++ b/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRetail.v2beta Client Library - 1.61.0.3138 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRun.v1/Google.Apis.CloudRun.v1.csproj b/Src/Generated/Google.Apis.CloudRun.v1/Google.Apis.CloudRun.v1.csproj index b2f21c1b5d..5b64f47ad4 100644 --- a/Src/Generated/Google.Apis.CloudRun.v1/Google.Apis.CloudRun.v1.csproj +++ b/Src/Generated/Google.Apis.CloudRun.v1/Google.Apis.CloudRun.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRun.v1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRun.v2/Google.Apis.CloudRun.v2.csproj b/Src/Generated/Google.Apis.CloudRun.v2/Google.Apis.CloudRun.v2.csproj index b5319a8a79..929340384a 100644 --- a/Src/Generated/Google.Apis.CloudRun.v2/Google.Apis.CloudRun.v2.csproj +++ b/Src/Generated/Google.Apis.CloudRun.v2/Google.Apis.CloudRun.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRun.v2 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRuntimeConfig.v1/Google.Apis.CloudRuntimeConfig.v1.csproj b/Src/Generated/Google.Apis.CloudRuntimeConfig.v1/Google.Apis.CloudRuntimeConfig.v1.csproj index a9429bfdaf..54932a8933 100644 --- a/Src/Generated/Google.Apis.CloudRuntimeConfig.v1/Google.Apis.CloudRuntimeConfig.v1.csproj +++ b/Src/Generated/Google.Apis.CloudRuntimeConfig.v1/Google.Apis.CloudRuntimeConfig.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRuntimeConfig.v1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRuntimeConfig.v1beta1/Google.Apis.CloudRuntimeConfig.v1beta1.csproj b/Src/Generated/Google.Apis.CloudRuntimeConfig.v1beta1/Google.Apis.CloudRuntimeConfig.v1beta1.csproj index 8818ba8440..8b972b0cd5 100644 --- a/Src/Generated/Google.Apis.CloudRuntimeConfig.v1beta1/Google.Apis.CloudRuntimeConfig.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudRuntimeConfig.v1beta1/Google.Apis.CloudRuntimeConfig.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRuntimeConfig.v1beta1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudScheduler.v1/Google.Apis.CloudScheduler.v1.csproj b/Src/Generated/Google.Apis.CloudScheduler.v1/Google.Apis.CloudScheduler.v1.csproj index 34942225ff..22fb904f6b 100644 --- a/Src/Generated/Google.Apis.CloudScheduler.v1/Google.Apis.CloudScheduler.v1.csproj +++ b/Src/Generated/Google.Apis.CloudScheduler.v1/Google.Apis.CloudScheduler.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudScheduler.v1 Client Library - 1.61.0.3149 + 1.62.0.3149 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudScheduler.v1beta1/Google.Apis.CloudScheduler.v1beta1.csproj b/Src/Generated/Google.Apis.CloudScheduler.v1beta1/Google.Apis.CloudScheduler.v1beta1.csproj index 940fd4c6cd..69b3e77dbe 100644 --- a/Src/Generated/Google.Apis.CloudScheduler.v1beta1/Google.Apis.CloudScheduler.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudScheduler.v1beta1/Google.Apis.CloudScheduler.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudScheduler.v1beta1 Client Library - 1.61.0.3149 + 1.62.0.3149 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudSearch.v1/Google.Apis.CloudSearch.v1.csproj b/Src/Generated/Google.Apis.CloudSearch.v1/Google.Apis.CloudSearch.v1.csproj index c7964352c0..dc33f2073c 100644 --- a/Src/Generated/Google.Apis.CloudSearch.v1/Google.Apis.CloudSearch.v1.csproj +++ b/Src/Generated/Google.Apis.CloudSearch.v1/Google.Apis.CloudSearch.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudSearch.v1 Client Library - 1.61.0.3142 + 1.62.0.3142 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudSecurityToken.v1/Google.Apis.CloudSecurityToken.v1.csproj b/Src/Generated/Google.Apis.CloudSecurityToken.v1/Google.Apis.CloudSecurityToken.v1.csproj index 1330c72dc3..02d6fab7ea 100644 --- a/Src/Generated/Google.Apis.CloudSecurityToken.v1/Google.Apis.CloudSecurityToken.v1.csproj +++ b/Src/Generated/Google.Apis.CloudSecurityToken.v1/Google.Apis.CloudSecurityToken.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudSecurityToken.v1 Client Library - 1.61.0.2950 + 1.62.0.2950 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.CloudSecurityToken.v1beta/Google.Apis.CloudSecurityToken.v1beta.csproj b/Src/Generated/Google.Apis.CloudSecurityToken.v1beta/Google.Apis.CloudSecurityToken.v1beta.csproj index 93dafe41c1..d426191ca3 100644 --- a/Src/Generated/Google.Apis.CloudSecurityToken.v1beta/Google.Apis.CloudSecurityToken.v1beta.csproj +++ b/Src/Generated/Google.Apis.CloudSecurityToken.v1beta/Google.Apis.CloudSecurityToken.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudSecurityToken.v1beta Client Library - 1.61.0.2950 + 1.62.0.2950 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.CloudShell.v1/Google.Apis.CloudShell.v1.csproj b/Src/Generated/Google.Apis.CloudShell.v1/Google.Apis.CloudShell.v1.csproj index 15dc08a3d4..28684c8628 100644 --- a/Src/Generated/Google.Apis.CloudShell.v1/Google.Apis.CloudShell.v1.csproj +++ b/Src/Generated/Google.Apis.CloudShell.v1/Google.Apis.CloudShell.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudShell.v1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudSourceRepositories.v1/Google.Apis.CloudSourceRepositories.v1.csproj b/Src/Generated/Google.Apis.CloudSourceRepositories.v1/Google.Apis.CloudSourceRepositories.v1.csproj index 7f8d156ad7..ac6de6bf25 100644 --- a/Src/Generated/Google.Apis.CloudSourceRepositories.v1/Google.Apis.CloudSourceRepositories.v1.csproj +++ b/Src/Generated/Google.Apis.CloudSourceRepositories.v1/Google.Apis.CloudSourceRepositories.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudSourceRepositories.v1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudSupport.v2/Google.Apis.CloudSupport.v2.csproj b/Src/Generated/Google.Apis.CloudSupport.v2/Google.Apis.CloudSupport.v2.csproj index ebe65215d8..dc41dc7f12 100644 --- a/Src/Generated/Google.Apis.CloudSupport.v2/Google.Apis.CloudSupport.v2.csproj +++ b/Src/Generated/Google.Apis.CloudSupport.v2/Google.Apis.CloudSupport.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudSupport.v2 Client Library - 1.61.0.3151 + 1.62.0.3151 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudSupport.v2beta/Google.Apis.CloudSupport.v2beta.csproj b/Src/Generated/Google.Apis.CloudSupport.v2beta/Google.Apis.CloudSupport.v2beta.csproj index f261c3f3bf..11696f61a0 100644 --- a/Src/Generated/Google.Apis.CloudSupport.v2beta/Google.Apis.CloudSupport.v2beta.csproj +++ b/Src/Generated/Google.Apis.CloudSupport.v2beta/Google.Apis.CloudSupport.v2beta.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudSupport.v2beta Client Library - 1.61.0.3151 + 1.62.0.3151 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTalentSolution.v3/Google.Apis.CloudTalentSolution.v3.csproj b/Src/Generated/Google.Apis.CloudTalentSolution.v3/Google.Apis.CloudTalentSolution.v3.csproj index 2bf2439301..eb6be8fd21 100644 --- a/Src/Generated/Google.Apis.CloudTalentSolution.v3/Google.Apis.CloudTalentSolution.v3.csproj +++ b/Src/Generated/Google.Apis.CloudTalentSolution.v3/Google.Apis.CloudTalentSolution.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTalentSolution.v3 Client Library - 1.61.0.3107 + 1.62.0.3107 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTalentSolution.v3p1beta1/Google.Apis.CloudTalentSolution.v3p1beta1.csproj b/Src/Generated/Google.Apis.CloudTalentSolution.v3p1beta1/Google.Apis.CloudTalentSolution.v3p1beta1.csproj index 5f535910bc..8185fc029e 100644 --- a/Src/Generated/Google.Apis.CloudTalentSolution.v3p1beta1/Google.Apis.CloudTalentSolution.v3p1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudTalentSolution.v3p1beta1/Google.Apis.CloudTalentSolution.v3p1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTalentSolution.v3p1beta1 Client Library - 1.61.0.3107 + 1.62.0.3107 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTalentSolution.v4/Google.Apis.CloudTalentSolution.v4.csproj b/Src/Generated/Google.Apis.CloudTalentSolution.v4/Google.Apis.CloudTalentSolution.v4.csproj index aa923b6b64..120d32e562 100644 --- a/Src/Generated/Google.Apis.CloudTalentSolution.v4/Google.Apis.CloudTalentSolution.v4.csproj +++ b/Src/Generated/Google.Apis.CloudTalentSolution.v4/Google.Apis.CloudTalentSolution.v4.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTalentSolution.v4 Client Library - 1.61.0.3064 + 1.62.0.3064 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTasks.v2/Google.Apis.CloudTasks.v2.csproj b/Src/Generated/Google.Apis.CloudTasks.v2/Google.Apis.CloudTasks.v2.csproj index 61a6c6d9c9..4bca3d9857 100644 --- a/Src/Generated/Google.Apis.CloudTasks.v2/Google.Apis.CloudTasks.v2.csproj +++ b/Src/Generated/Google.Apis.CloudTasks.v2/Google.Apis.CloudTasks.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTasks.v2 Client Library - 1.61.0.3128 + 1.62.0.3128 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTasks.v2beta2/Google.Apis.CloudTasks.v2beta2.csproj b/Src/Generated/Google.Apis.CloudTasks.v2beta2/Google.Apis.CloudTasks.v2beta2.csproj index c5f20e9045..881ebb636d 100644 --- a/Src/Generated/Google.Apis.CloudTasks.v2beta2/Google.Apis.CloudTasks.v2beta2.csproj +++ b/Src/Generated/Google.Apis.CloudTasks.v2beta2/Google.Apis.CloudTasks.v2beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTasks.v2beta2 Client Library - 1.61.0.3128 + 1.62.0.3128 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTasks.v2beta3/Google.Apis.CloudTasks.v2beta3.csproj b/Src/Generated/Google.Apis.CloudTasks.v2beta3/Google.Apis.CloudTasks.v2beta3.csproj index 31f994699c..e8a7607379 100644 --- a/Src/Generated/Google.Apis.CloudTasks.v2beta3/Google.Apis.CloudTasks.v2beta3.csproj +++ b/Src/Generated/Google.Apis.CloudTasks.v2beta3/Google.Apis.CloudTasks.v2beta3.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTasks.v2beta3 Client Library - 1.61.0.3128 + 1.62.0.3128 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTrace.v1/Google.Apis.CloudTrace.v1.csproj b/Src/Generated/Google.Apis.CloudTrace.v1/Google.Apis.CloudTrace.v1.csproj index 0f6100d8ac..eecc47ee27 100644 --- a/Src/Generated/Google.Apis.CloudTrace.v1/Google.Apis.CloudTrace.v1.csproj +++ b/Src/Generated/Google.Apis.CloudTrace.v1/Google.Apis.CloudTrace.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTrace.v1 Client Library - 1.61.0.2645 + 1.62.0.2645 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTrace.v2/Google.Apis.CloudTrace.v2.csproj b/Src/Generated/Google.Apis.CloudTrace.v2/Google.Apis.CloudTrace.v2.csproj index 34a7949db0..ccfdf81801 100644 --- a/Src/Generated/Google.Apis.CloudTrace.v2/Google.Apis.CloudTrace.v2.csproj +++ b/Src/Generated/Google.Apis.CloudTrace.v2/Google.Apis.CloudTrace.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTrace.v2 Client Library - 1.61.0.3052 + 1.62.0.3052 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTrace.v2beta1/Google.Apis.CloudTrace.v2beta1.csproj b/Src/Generated/Google.Apis.CloudTrace.v2beta1/Google.Apis.CloudTrace.v2beta1.csproj index 3c275ffffe..d35f5bd0d3 100644 --- a/Src/Generated/Google.Apis.CloudTrace.v2beta1/Google.Apis.CloudTrace.v2beta1.csproj +++ b/Src/Generated/Google.Apis.CloudTrace.v2beta1/Google.Apis.CloudTrace.v2beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTrace.v2beta1 Client Library - 1.61.0.2667 + 1.62.0.2667 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudVideoIntelligence.v1/Google.Apis.CloudVideoIntelligence.v1.csproj b/Src/Generated/Google.Apis.CloudVideoIntelligence.v1/Google.Apis.CloudVideoIntelligence.v1.csproj index 4b39727cb6..aaf0168fb8 100644 --- a/Src/Generated/Google.Apis.CloudVideoIntelligence.v1/Google.Apis.CloudVideoIntelligence.v1.csproj +++ b/Src/Generated/Google.Apis.CloudVideoIntelligence.v1/Google.Apis.CloudVideoIntelligence.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudVideoIntelligence.v1 Client Library - 1.61.0.3108 + 1.62.0.3108 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudVideoIntelligence.v1beta2/Google.Apis.CloudVideoIntelligence.v1beta2.csproj b/Src/Generated/Google.Apis.CloudVideoIntelligence.v1beta2/Google.Apis.CloudVideoIntelligence.v1beta2.csproj index 58064caf2c..871386812f 100644 --- a/Src/Generated/Google.Apis.CloudVideoIntelligence.v1beta2/Google.Apis.CloudVideoIntelligence.v1beta2.csproj +++ b/Src/Generated/Google.Apis.CloudVideoIntelligence.v1beta2/Google.Apis.CloudVideoIntelligence.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudVideoIntelligence.v1beta2 Client Library - 1.61.0.3108 + 1.62.0.3108 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudVideoIntelligence.v1p1beta1/Google.Apis.CloudVideoIntelligence.v1p1beta1.csproj b/Src/Generated/Google.Apis.CloudVideoIntelligence.v1p1beta1/Google.Apis.CloudVideoIntelligence.v1p1beta1.csproj index 3f197a136c..7029bb3cdc 100644 --- a/Src/Generated/Google.Apis.CloudVideoIntelligence.v1p1beta1/Google.Apis.CloudVideoIntelligence.v1p1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudVideoIntelligence.v1p1beta1/Google.Apis.CloudVideoIntelligence.v1p1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudVideoIntelligence.v1p1beta1 Client Library - 1.61.0.3108 + 1.62.0.3108 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudVideoIntelligence.v1p2beta1/Google.Apis.CloudVideoIntelligence.v1p2beta1.csproj b/Src/Generated/Google.Apis.CloudVideoIntelligence.v1p2beta1/Google.Apis.CloudVideoIntelligence.v1p2beta1.csproj index e2430b3b23..1e4c771d9b 100644 --- a/Src/Generated/Google.Apis.CloudVideoIntelligence.v1p2beta1/Google.Apis.CloudVideoIntelligence.v1p2beta1.csproj +++ b/Src/Generated/Google.Apis.CloudVideoIntelligence.v1p2beta1/Google.Apis.CloudVideoIntelligence.v1p2beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudVideoIntelligence.v1p2beta1 Client Library - 1.61.0.3108 + 1.62.0.3108 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudVideoIntelligence.v1p3beta1/Google.Apis.CloudVideoIntelligence.v1p3beta1.csproj b/Src/Generated/Google.Apis.CloudVideoIntelligence.v1p3beta1/Google.Apis.CloudVideoIntelligence.v1p3beta1.csproj index 204847ebc5..d5e373507e 100644 --- a/Src/Generated/Google.Apis.CloudVideoIntelligence.v1p3beta1/Google.Apis.CloudVideoIntelligence.v1p3beta1.csproj +++ b/Src/Generated/Google.Apis.CloudVideoIntelligence.v1p3beta1/Google.Apis.CloudVideoIntelligence.v1p3beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudVideoIntelligence.v1p3beta1 Client Library - 1.61.0.3108 + 1.62.0.3108 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.csproj b/Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.csproj index 2dc58b5355..e4c3f19214 100644 --- a/Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.csproj +++ b/Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudWorkstations.v1beta Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Cloudbilling.v1/Google.Apis.Cloudbilling.v1.csproj b/Src/Generated/Google.Apis.Cloudbilling.v1/Google.Apis.Cloudbilling.v1.csproj index 4d0eb17d41..03939b9619 100644 --- a/Src/Generated/Google.Apis.Cloudbilling.v1/Google.Apis.Cloudbilling.v1.csproj +++ b/Src/Generated/Google.Apis.Cloudbilling.v1/Google.Apis.Cloudbilling.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Cloudbilling.v1 Client Library - 1.61.0.3144 + 1.62.0.3144 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Cloudbilling.v1beta/Google.Apis.Cloudbilling.v1beta.csproj b/Src/Generated/Google.Apis.Cloudbilling.v1beta/Google.Apis.Cloudbilling.v1beta.csproj index f402bd3b06..e26c31fd07 100644 --- a/Src/Generated/Google.Apis.Cloudbilling.v1beta/Google.Apis.Cloudbilling.v1beta.csproj +++ b/Src/Generated/Google.Apis.Cloudbilling.v1beta/Google.Apis.Cloudbilling.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Cloudbilling.v1beta Client Library - 1.61.0.3158 + 1.62.0.3158 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Cloudchannel.v1/Google.Apis.Cloudchannel.v1.csproj b/Src/Generated/Google.Apis.Cloudchannel.v1/Google.Apis.Cloudchannel.v1.csproj index 488cd05bc6..cd1958b4a6 100644 --- a/Src/Generated/Google.Apis.Cloudchannel.v1/Google.Apis.Cloudchannel.v1.csproj +++ b/Src/Generated/Google.Apis.Cloudchannel.v1/Google.Apis.Cloudchannel.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Cloudchannel.v1 Client Library - 1.61.0.3153 + 1.62.0.3153 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Clouderrorreporting.v1beta1/Google.Apis.Clouderrorreporting.v1beta1.csproj b/Src/Generated/Google.Apis.Clouderrorreporting.v1beta1/Google.Apis.Clouderrorreporting.v1beta1.csproj index 58d8f50d78..33eaf0367a 100644 --- a/Src/Generated/Google.Apis.Clouderrorreporting.v1beta1/Google.Apis.Clouderrorreporting.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Clouderrorreporting.v1beta1/Google.Apis.Clouderrorreporting.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Clouderrorreporting.v1beta1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Compute.alpha/Google.Apis.Compute.alpha.csproj b/Src/Generated/Google.Apis.Compute.alpha/Google.Apis.Compute.alpha.csproj index 71a03d2308..df38ffa82c 100644 --- a/Src/Generated/Google.Apis.Compute.alpha/Google.Apis.Compute.alpha.csproj +++ b/Src/Generated/Google.Apis.Compute.alpha/Google.Apis.Compute.alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.Compute.alpha Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Compute.beta/Google.Apis.Compute.beta.csproj b/Src/Generated/Google.Apis.Compute.beta/Google.Apis.Compute.beta.csproj index b46b54f7e6..47a361787a 100644 --- a/Src/Generated/Google.Apis.Compute.beta/Google.Apis.Compute.beta.csproj +++ b/Src/Generated/Google.Apis.Compute.beta/Google.Apis.Compute.beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Compute.beta Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Compute.v1/Google.Apis.Compute.v1.csproj b/Src/Generated/Google.Apis.Compute.v1/Google.Apis.Compute.v1.csproj index 84fb5fd1b9..91c048f80c 100644 --- a/Src/Generated/Google.Apis.Compute.v1/Google.Apis.Compute.v1.csproj +++ b/Src/Generated/Google.Apis.Compute.v1/Google.Apis.Compute.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Compute.v1 Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Connectors.v1/Google.Apis.Connectors.v1.csproj b/Src/Generated/Google.Apis.Connectors.v1/Google.Apis.Connectors.v1.csproj index da59fcc717..f2c0736b67 100644 --- a/Src/Generated/Google.Apis.Connectors.v1/Google.Apis.Connectors.v1.csproj +++ b/Src/Generated/Google.Apis.Connectors.v1/Google.Apis.Connectors.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Connectors.v1 Client Library - 1.61.0.3145 + 1.62.0.3145 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Connectors.v2/Google.Apis.Connectors.v2.csproj b/Src/Generated/Google.Apis.Connectors.v2/Google.Apis.Connectors.v2.csproj index eb02540c8c..52d17c94b9 100644 --- a/Src/Generated/Google.Apis.Connectors.v2/Google.Apis.Connectors.v2.csproj +++ b/Src/Generated/Google.Apis.Connectors.v2/Google.Apis.Connectors.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Connectors.v2 Client Library - 1.61.0.3145 + 1.62.0.3145 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Contactcenterinsights.v1/Google.Apis.Contactcenterinsights.v1.csproj b/Src/Generated/Google.Apis.Contactcenterinsights.v1/Google.Apis.Contactcenterinsights.v1.csproj index 0a5aef3155..ac6297c582 100644 --- a/Src/Generated/Google.Apis.Contactcenterinsights.v1/Google.Apis.Contactcenterinsights.v1.csproj +++ b/Src/Generated/Google.Apis.Contactcenterinsights.v1/Google.Apis.Contactcenterinsights.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Contactcenterinsights.v1 Client Library - 1.61.0.3146 + 1.62.0.3146 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Container.v1/Google.Apis.Container.v1.csproj b/Src/Generated/Google.Apis.Container.v1/Google.Apis.Container.v1.csproj index ad8710efe6..524b6b927c 100644 --- a/Src/Generated/Google.Apis.Container.v1/Google.Apis.Container.v1.csproj +++ b/Src/Generated/Google.Apis.Container.v1/Google.Apis.Container.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Container.v1 Client Library - 1.61.0.3143 + 1.62.0.3143 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Container.v1beta1/Google.Apis.Container.v1beta1.csproj b/Src/Generated/Google.Apis.Container.v1beta1/Google.Apis.Container.v1beta1.csproj index ebcc822327..d976997bf5 100644 --- a/Src/Generated/Google.Apis.Container.v1beta1/Google.Apis.Container.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Container.v1beta1/Google.Apis.Container.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Container.v1beta1 Client Library - 1.61.0.3143 + 1.62.0.3143 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ContainerAnalysis.v1/Google.Apis.ContainerAnalysis.v1.csproj b/Src/Generated/Google.Apis.ContainerAnalysis.v1/Google.Apis.ContainerAnalysis.v1.csproj index 77063db339..eb2250d15c 100644 --- a/Src/Generated/Google.Apis.ContainerAnalysis.v1/Google.Apis.ContainerAnalysis.v1.csproj +++ b/Src/Generated/Google.Apis.ContainerAnalysis.v1/Google.Apis.ContainerAnalysis.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ContainerAnalysis.v1 Client Library - 1.61.0.3144 + 1.62.0.3144 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ContainerAnalysis.v1alpha1/Google.Apis.ContainerAnalysis.v1alpha1.csproj b/Src/Generated/Google.Apis.ContainerAnalysis.v1alpha1/Google.Apis.ContainerAnalysis.v1alpha1.csproj index c553cdeb94..d6c4aa88b0 100644 --- a/Src/Generated/Google.Apis.ContainerAnalysis.v1alpha1/Google.Apis.ContainerAnalysis.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.ContainerAnalysis.v1alpha1/Google.Apis.ContainerAnalysis.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.ContainerAnalysis.v1alpha1 Client Library - 1.61.0.3144 + 1.62.0.3144 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ContainerAnalysis.v1beta1/Google.Apis.ContainerAnalysis.v1beta1.csproj b/Src/Generated/Google.Apis.ContainerAnalysis.v1beta1/Google.Apis.ContainerAnalysis.v1beta1.csproj index 6b10ecc5fe..883cbfcc02 100644 --- a/Src/Generated/Google.Apis.ContainerAnalysis.v1beta1/Google.Apis.ContainerAnalysis.v1beta1.csproj +++ b/Src/Generated/Google.Apis.ContainerAnalysis.v1beta1/Google.Apis.ContainerAnalysis.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.ContainerAnalysis.v1beta1 Client Library - 1.61.0.3144 + 1.62.0.3144 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CustomSearchAPI.v1/Google.Apis.CustomSearchAPI.v1.csproj b/Src/Generated/Google.Apis.CustomSearchAPI.v1/Google.Apis.CustomSearchAPI.v1.csproj index 5dce687318..43a362373c 100644 --- a/Src/Generated/Google.Apis.CustomSearchAPI.v1/Google.Apis.CustomSearchAPI.v1.csproj +++ b/Src/Generated/Google.Apis.CustomSearchAPI.v1/Google.Apis.CustomSearchAPI.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CustomSearchAPI.v1 Client Library - 1.61.0.3106 + 1.62.0.3106 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.DLP.v2/Google.Apis.DLP.v2.csproj b/Src/Generated/Google.Apis.DLP.v2/Google.Apis.DLP.v2.csproj index 346c3cf5c7..d700bd1e78 100644 --- a/Src/Generated/Google.Apis.DLP.v2/Google.Apis.DLP.v2.csproj +++ b/Src/Generated/Google.Apis.DLP.v2/Google.Apis.DLP.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.DLP.v2 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DataCatalog.v1/Google.Apis.DataCatalog.v1.csproj b/Src/Generated/Google.Apis.DataCatalog.v1/Google.Apis.DataCatalog.v1.csproj index 5992fb6576..377dcb3663 100644 --- a/Src/Generated/Google.Apis.DataCatalog.v1/Google.Apis.DataCatalog.v1.csproj +++ b/Src/Generated/Google.Apis.DataCatalog.v1/Google.Apis.DataCatalog.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.DataCatalog.v1 Client Library - 1.61.0.3144 + 1.62.0.3144 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DataCatalog.v1beta1/Google.Apis.DataCatalog.v1beta1.csproj b/Src/Generated/Google.Apis.DataCatalog.v1beta1/Google.Apis.DataCatalog.v1beta1.csproj index 575f239edb..5f0a8ca404 100644 --- a/Src/Generated/Google.Apis.DataCatalog.v1beta1/Google.Apis.DataCatalog.v1beta1.csproj +++ b/Src/Generated/Google.Apis.DataCatalog.v1beta1/Google.Apis.DataCatalog.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.DataCatalog.v1beta1 Client Library - 1.61.0.3144 + 1.62.0.3144 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DataFusion.v1/Google.Apis.DataFusion.v1.csproj b/Src/Generated/Google.Apis.DataFusion.v1/Google.Apis.DataFusion.v1.csproj index fc31532f68..1e12fbe178 100644 --- a/Src/Generated/Google.Apis.DataFusion.v1/Google.Apis.DataFusion.v1.csproj +++ b/Src/Generated/Google.Apis.DataFusion.v1/Google.Apis.DataFusion.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.DataFusion.v1 Client Library - 1.61.0.3099 + 1.62.0.3099 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.csproj b/Src/Generated/Google.Apis.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.csproj index 2f3a2ca1a9..77ded0a46e 100644 --- a/Src/Generated/Google.Apis.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.csproj +++ b/Src/Generated/Google.Apis.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.DataFusion.v1beta1 Client Library - 1.61.0.3099 + 1.62.0.3099 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DataLabeling.v1beta1/Google.Apis.DataLabeling.v1beta1.csproj b/Src/Generated/Google.Apis.DataLabeling.v1beta1/Google.Apis.DataLabeling.v1beta1.csproj index aa5e8d16e2..5acbb9df84 100644 --- a/Src/Generated/Google.Apis.DataLabeling.v1beta1/Google.Apis.DataLabeling.v1beta1.csproj +++ b/Src/Generated/Google.Apis.DataLabeling.v1beta1/Google.Apis.DataLabeling.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.DataLabeling.v1beta1 Client Library - 1.61.0.3040 + 1.62.0.3040 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DatabaseMigrationService.v1/Google.Apis.DatabaseMigrationService.v1.csproj b/Src/Generated/Google.Apis.DatabaseMigrationService.v1/Google.Apis.DatabaseMigrationService.v1.csproj index dac30922d0..5838d8d642 100644 --- a/Src/Generated/Google.Apis.DatabaseMigrationService.v1/Google.Apis.DatabaseMigrationService.v1.csproj +++ b/Src/Generated/Google.Apis.DatabaseMigrationService.v1/Google.Apis.DatabaseMigrationService.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.DatabaseMigrationService.v1 Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DatabaseMigrationService.v1beta1/Google.Apis.DatabaseMigrationService.v1beta1.csproj b/Src/Generated/Google.Apis.DatabaseMigrationService.v1beta1/Google.Apis.DatabaseMigrationService.v1beta1.csproj index 687663a5ec..685e3071cd 100644 --- a/Src/Generated/Google.Apis.DatabaseMigrationService.v1beta1/Google.Apis.DatabaseMigrationService.v1beta1.csproj +++ b/Src/Generated/Google.Apis.DatabaseMigrationService.v1beta1/Google.Apis.DatabaseMigrationService.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.DatabaseMigrationService.v1beta1 Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dataflow.v1b3/Google.Apis.Dataflow.v1b3.csproj b/Src/Generated/Google.Apis.Dataflow.v1b3/Google.Apis.Dataflow.v1b3.csproj index f52572c0f8..d19453260b 100644 --- a/Src/Generated/Google.Apis.Dataflow.v1b3/Google.Apis.Dataflow.v1b3.csproj +++ b/Src/Generated/Google.Apis.Dataflow.v1b3/Google.Apis.Dataflow.v1b3.csproj @@ -3,7 +3,7 @@ Google.Apis.Dataflow.v1b3 Client Library - 1.61.0.3131 + 1.62.0.3131 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dataform.v1beta1/Google.Apis.Dataform.v1beta1.csproj b/Src/Generated/Google.Apis.Dataform.v1beta1/Google.Apis.Dataform.v1beta1.csproj index b1c6c7fc4d..9a4cb904b4 100644 --- a/Src/Generated/Google.Apis.Dataform.v1beta1/Google.Apis.Dataform.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Dataform.v1beta1/Google.Apis.Dataform.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Dataform.v1beta1 Client Library - 1.61.0.3145 + 1.62.0.3145 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Datalineage.v1/Google.Apis.Datalineage.v1.cs b/Src/Generated/Google.Apis.Datalineage.v1/Google.Apis.Datalineage.v1.cs deleted file mode 100644 index b1ca133e7e..0000000000 --- a/Src/Generated/Google.Apis.Datalineage.v1/Google.Apis.Datalineage.v1.cs +++ /dev/null @@ -1,2590 +0,0 @@ -// Copyright 2023 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// Generated code. DO NOT EDIT! - -namespace Google.Apis.Datalineage.v1 -{ - /// The Datalineage Service. - public class DatalineageService : Google.Apis.Services.BaseClientService - { - /// The API version. - public const string Version = "v1"; - - /// The discovery version used to generate this service. - public static Google.Apis.Discovery.DiscoveryVersion DiscoveryVersionUsed = Google.Apis.Discovery.DiscoveryVersion.Version_1_0; - - /// Constructs a new service. - public DatalineageService() : this(new Google.Apis.Services.BaseClientService.Initializer()) - { - } - - /// Constructs a new service. - /// The service initializer. - public DatalineageService(Google.Apis.Services.BaseClientService.Initializer initializer) : base(initializer) - { - Projects = new ProjectsResource(this); - } - - /// Gets the service supported features. - public override System.Collections.Generic.IList Features => new string[0]; - - /// Gets the service name. - public override string Name => "datalineage"; - - /// Gets the service base URI. - public override string BaseUri => BaseUriOverride ?? "https://datalineage.googleapis.com/"; - - /// Gets the service base path. - public override string BasePath => ""; - - /// Gets the batch base URI; null if unspecified. - public override string BatchUri => "https://datalineage.googleapis.com/batch"; - - /// Gets the batch base path; null if unspecified. - public override string BatchPath => "batch"; - - /// Available OAuth 2.0 scopes for use with the Data Lineage API. - public class Scope - { - /// - /// See, edit, configure, and delete your Google Cloud data and see the email address for your Google - /// Account. - /// - public static string CloudPlatform = "https://www.googleapis.com/auth/cloud-platform"; - } - - /// Available OAuth 2.0 scope constants for use with the Data Lineage API. - public static class ScopeConstants - { - /// - /// See, edit, configure, and delete your Google Cloud data and see the email address for your Google - /// Account. - /// - public const string CloudPlatform = "https://www.googleapis.com/auth/cloud-platform"; - } - - /// Gets the Projects resource. - public virtual ProjectsResource Projects { get; } - } - - /// A base abstract class for Datalineage requests. - public abstract class DatalineageBaseServiceRequest : Google.Apis.Requests.ClientServiceRequest - { - /// Constructs a new DatalineageBaseServiceRequest instance. - protected DatalineageBaseServiceRequest(Google.Apis.Services.IClientService service) : base(service) - { - } - - /// V1 error format. - [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable Xgafv { get; set; } - - /// V1 error format. - public enum XgafvEnum - { - /// v1 error format - [Google.Apis.Util.StringValueAttribute("1")] - Value1 = 0, - - /// v2 error format - [Google.Apis.Util.StringValueAttribute("2")] - Value2 = 1, - } - - /// OAuth access token. - [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] - public virtual string AccessToken { get; set; } - - /// Data format for response. - [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable Alt { get; set; } - - /// Data format for response. - public enum AltEnum - { - /// Responses with Content-Type of application/json - [Google.Apis.Util.StringValueAttribute("json")] - Json = 0, - - /// Media download with context-dependent Content-Type - [Google.Apis.Util.StringValueAttribute("media")] - Media = 1, - - /// Responses with Content-Type of application/x-protobuf - [Google.Apis.Util.StringValueAttribute("proto")] - Proto = 2, - } - - /// JSONP - [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Callback { get; set; } - - /// Selector specifying which fields to include in a partial response. - [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Fields { get; set; } - - /// - /// API key. Your API key identifies your project and provides you with API access, quota, and reports. Required - /// unless you provide an OAuth 2.0 token. - /// - [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Key { get; set; } - - /// OAuth 2.0 token for the current user. - [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OauthToken { get; set; } - - /// Returns response with indentations and line breaks. - [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PrettyPrint { get; set; } - - /// - /// Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a - /// user, but should not exceed 40 characters. - /// - [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] - public virtual string QuotaUser { get; set; } - - /// Legacy upload protocol for media (e.g. "media", "multipart"). - [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] - public virtual string UploadType { get; set; } - - /// Upload protocol for media (e.g. "raw", "multipart"). - [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] - public virtual string UploadProtocol { get; set; } - - /// Initializes Datalineage parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("$.xgafv", new Google.Apis.Discovery.Parameter - { - Name = "$.xgafv", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("access_token", new Google.Apis.Discovery.Parameter - { - Name = "access_token", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("alt", new Google.Apis.Discovery.Parameter - { - Name = "alt", - IsRequired = false, - ParameterType = "query", - DefaultValue = "json", - Pattern = null, - }); - RequestParameters.Add("callback", new Google.Apis.Discovery.Parameter - { - Name = "callback", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("fields", new Google.Apis.Discovery.Parameter - { - Name = "fields", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("key", new Google.Apis.Discovery.Parameter - { - Name = "key", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("oauth_token", new Google.Apis.Discovery.Parameter - { - Name = "oauth_token", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("prettyPrint", new Google.Apis.Discovery.Parameter - { - Name = "prettyPrint", - IsRequired = false, - ParameterType = "query", - DefaultValue = "true", - Pattern = null, - }); - RequestParameters.Add("quotaUser", new Google.Apis.Discovery.Parameter - { - Name = "quotaUser", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("uploadType", new Google.Apis.Discovery.Parameter - { - Name = "uploadType", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("upload_protocol", new Google.Apis.Discovery.Parameter - { - Name = "upload_protocol", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// The "projects" collection of methods. - public class ProjectsResource - { - private const string Resource = "projects"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public ProjectsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Locations = new LocationsResource(service); - } - - /// Gets the Locations resource. - public virtual LocationsResource Locations { get; } - - /// The "locations" collection of methods. - public class LocationsResource - { - private const string Resource = "locations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public LocationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - Processes = new ProcessesResource(service); - } - - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it - /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to - /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On - /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an - /// Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. - /// - /// The body of the request. - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(Google.Apis.Datalineage.v1.Data.GoogleLongrunningCancelOperationRequest body, string name) - { - return new CancelRequest(service, body, name); - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it - /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to - /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On - /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an - /// Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. - /// - public class CancelRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Datalineage.v1.Data.GoogleLongrunningCancelOperationRequest body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Datalineage.v1.Data.GoogleLongrunningCancelOperationRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "cancel"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; - - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested in - /// the operation result. It does not cancel the operation. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(service, name); - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested in - /// the operation result. It does not cancel the operation. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation - /// result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(service, name); - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation - /// result at intervals as recommended by the API service. - /// - public class GetRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support this - /// method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(service, name); - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support this - /// method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : DatalineageBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// Gets the Processes resource. - public virtual ProcessesResource Processes { get; } - - /// The "processes" collection of methods. - public class ProcessesResource - { - private const string Resource = "processes"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public ProcessesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Runs = new RunsResource(service); - } - - /// Gets the Runs resource. - public virtual RunsResource Runs { get; } - - /// The "runs" collection of methods. - public class RunsResource - { - private const string Resource = "runs"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public RunsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - LineageEvents = new LineageEventsResource(service); - } - - /// Gets the LineageEvents resource. - public virtual LineageEventsResource LineageEvents { get; } - - /// The "lineageEvents" collection of methods. - public class LineageEventsResource - { - private const string Resource = "lineageEvents"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public LineageEventsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// Creates a new lineage event. - /// The body of the request. - /// - /// Required. The name of the run that should own the lineage event. - /// - public virtual CreateRequest Create(Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1LineageEvent body, string parent) - { - return new CreateRequest(service, body, parent); - } - - /// Creates a new lineage event. - public class CreateRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1LineageEvent body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// Required. The name of the run that should own the lineage event. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID - /// is recommended. This request is idempotent only if a `request_id` is provided. - /// - [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string RequestId { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1LineageEvent Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "create"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/lineageEvents"; - - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/processes/[^/]+/runs/[^/]+$", - }); - RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter - { - Name = "requestId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Deletes the lineage event with the specified name. - /// Required. The name of the lineage event to delete. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(service, name); - } - - /// Deletes the lineage event with the specified name. - public class DeleteRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. The name of the lineage event to delete. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// If set to true and the lineage event is not found, the request succeeds but the server - /// doesn't perform any actions. - /// - [Google.Apis.Util.RequestParameterAttribute("allowMissing", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable AllowMissing { get; set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/processes/[^/]+/runs/[^/]+/lineageEvents/[^/]+$", - }); - RequestParameters.Add("allowMissing", new Google.Apis.Discovery.Parameter - { - Name = "allowMissing", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Gets details of a specified lineage event. - /// Required. The name of the lineage event to get. - public virtual GetRequest Get(string name) - { - return new GetRequest(service, name); - } - - /// Gets details of a specified lineage event. - public class GetRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. The name of the lineage event to get. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/processes/[^/]+/runs/[^/]+/lineageEvents/[^/]+$", - }); - } - } - - /// - /// Lists lineage events in the given project and location. The list order is not defined. - /// - /// - /// Required. The name of the run that owns the collection of lineage events to get. - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(service, parent); - } - - /// - /// Lists lineage events in the given project and location. The list order is not defined. - /// - public class ListRequest : DatalineageBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } - - /// - /// Required. The name of the run that owns the collection of lineage events to get. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// The maximum number of lineage events to return. The service may return fewer events than - /// this value. If unspecified, at most 50 events are returned. The maximum value is 100; - /// values greater than 100 are cut to 100. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// - /// The page token received from a previous `ListLineageEvents` call. Specify it to get the - /// next page. When paginating, all other parameters specified in this call must match the - /// parameters of the call that provided the page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/lineageEvents"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/processes/[^/]+/runs/[^/]+$", - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// Creates a new run. - /// The body of the request. - /// Required. The name of the process that should own the run. - public virtual CreateRequest Create(Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1Run body, string parent) - { - return new CreateRequest(service, body, parent); - } - - /// Creates a new run. - public class CreateRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1Run body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// Required. The name of the process that should own the run. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is - /// recommended. This request is idempotent only if a `request_id` is provided. - /// - [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string RequestId { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1Run Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "create"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/runs"; - - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/processes/[^/]+$", - }); - RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter - { - Name = "requestId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Deletes the run with the specified name. - /// Required. The name of the run to delete. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(service, name); - } - - /// Deletes the run with the specified name. - public class DeleteRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. The name of the run to delete. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// If set to true and the run is not found, the request succeeds but the server doesn't perform - /// any actions. - /// - [Google.Apis.Util.RequestParameterAttribute("allowMissing", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable AllowMissing { get; set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/processes/[^/]+/runs/[^/]+$", - }); - RequestParameters.Add("allowMissing", new Google.Apis.Discovery.Parameter - { - Name = "allowMissing", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Gets the details of the specified run. - /// Required. The name of the run to get. - public virtual GetRequest Get(string name) - { - return new GetRequest(service, name); - } - - /// Gets the details of the specified run. - public class GetRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. The name of the run to get. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/processes/[^/]+/runs/[^/]+$", - }); - } - } - - /// - /// Lists runs in the given project and location. List order is descending by `start_time`. - /// - /// Required. The name of process that owns this collection of runs. - public virtual ListRequest List(string parent) - { - return new ListRequest(service, parent); - } - - /// - /// Lists runs in the given project and location. List order is descending by `start_time`. - /// - public class ListRequest : DatalineageBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } - - /// Required. The name of process that owns this collection of runs. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// The maximum number of runs to return. The service may return fewer than this value. If - /// unspecified, at most 50 runs are returned. The maximum value is 100; values greater than 100 - /// are cut to 100. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// - /// The page token received from a previous `ListRuns` call. Specify it to get the next page. - /// When paginating, all other parameters specified in this call must match the parameters of - /// the call that provided the page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/runs"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/processes/[^/]+$", - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Updates a run. - /// The body of the request. - /// - /// Immutable. The resource name of the run. Format: - /// `projects/{project}/locations/{location}/processes/{process}/runs/{run}`. Can be specified or - /// auto-assigned. {run} must be not longer than 200 characters and only contain characters in a - /// set: `a-zA-Z0-9_-:.` - /// - public virtual PatchRequest Patch(Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1Run body, string name) - { - return new PatchRequest(service, body, name); - } - - /// Updates a run. - public class PatchRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1Run body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Immutable. The resource name of the run. Format: - /// `projects/{project}/locations/{location}/processes/{process}/runs/{run}`. Can be specified - /// or auto-assigned. {run} must be not longer than 200 characters and only contain characters - /// in a set: `a-zA-Z0-9_-:.` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// If set to true and the run is not found, the request creates it. - [Google.Apis.Util.RequestParameterAttribute("allowMissing", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable AllowMissing { get; set; } - - /// - /// The list of fields to update. Currently not used. The whole message is updated. - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1Run Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "patch"; - - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/processes/[^/]+/runs/[^/]+$", - }); - RequestParameters.Add("allowMissing", new Google.Apis.Discovery.Parameter - { - Name = "allowMissing", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// Creates a new process. - /// The body of the request. - /// - /// Required. The name of the project and its location that should own the process. - /// - public virtual CreateRequest Create(Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1Process body, string parent) - { - return new CreateRequest(service, body, parent); - } - - /// Creates a new process. - public class CreateRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1Process body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The name of the project and its location that should own the process. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is - /// recommended. This request is idempotent only if a `request_id` is provided. - /// - [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string RequestId { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1Process Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "create"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/processes"; - - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter - { - Name = "requestId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Deletes the process with the specified name. - /// Required. The name of the process to delete. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(service, name); - } - - /// Deletes the process with the specified name. - public class DeleteRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. The name of the process to delete. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// If set to true and the process is not found, the request succeeds but the server doesn't perform - /// any actions. - /// - [Google.Apis.Util.RequestParameterAttribute("allowMissing", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable AllowMissing { get; set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/processes/[^/]+$", - }); - RequestParameters.Add("allowMissing", new Google.Apis.Discovery.Parameter - { - Name = "allowMissing", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Gets the details of the specified process. - /// Required. The name of the process to get. - public virtual GetRequest Get(string name) - { - return new GetRequest(service, name); - } - - /// Gets the details of the specified process. - public class GetRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. The name of the process to get. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/processes/[^/]+$", - }); - } - } - - /// - /// List processes in the given project and location. List order is descending by insertion time. - /// - /// - /// Required. The name of the project and its location that owns this collection of processes. - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(service, parent); - } - - /// - /// List processes in the given project and location. List order is descending by insertion time. - /// - public class ListRequest : DatalineageBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } - - /// - /// Required. The name of the project and its location that owns this collection of processes. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// The maximum number of processes to return. The service may return fewer than this value. If - /// unspecified, at most 50 processes are returned. The maximum value is 100; values greater than - /// 100 are cut to 100. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// - /// The page token received from a previous `ListProcesses` call. Specify it to get the next page. - /// When paginating, all other parameters specified in this call must match the parameters of the - /// call that provided the page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/processes"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Updates a process. - /// The body of the request. - /// - /// Immutable. The resource name of the lineage process. Format: - /// `projects/{project}/locations/{location}/processes/{process}`. Can be specified or auto-assigned. - /// {process} must be not longer than 200 characters and only contain characters in a set: - /// `a-zA-Z0-9_-:.` - /// - public virtual PatchRequest Patch(Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1Process body, string name) - { - return new PatchRequest(service, body, name); - } - - /// Updates a process. - public class PatchRequest : DatalineageBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1Process body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Immutable. The resource name of the lineage process. Format: - /// `projects/{project}/locations/{location}/processes/{process}`. Can be specified or - /// auto-assigned. {process} must be not longer than 200 characters and only contain characters in a - /// set: `a-zA-Z0-9_-:.` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// If set to true and the process is not found, the request inserts it. - [Google.Apis.Util.RequestParameterAttribute("allowMissing", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable AllowMissing { get; set; } - - /// - /// The list of fields to update. Currently not used. The whole message is updated. - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1Process Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "patch"; - - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/processes/[^/]+$", - }); - RequestParameters.Add("allowMissing", new Google.Apis.Discovery.Parameter - { - Name = "allowMissing", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// - /// Retrieve information about LineageProcesses associated with specific links. LineageProcesses are - /// transformation pipelines that result in data flowing from **source** to **target** assets. Links between - /// assets represent this operation. If you have specific link names, you can use this method to verify - /// which LineageProcesses contribute to creating those links. See the SearchLinks method for more - /// information on how to retrieve link name. You can retrieve the LineageProcess information in every - /// project where you have the `datalineage.events.get` permission. The project provided in the URL is used - /// for Billing and Quota. - /// - /// The body of the request. - /// Required. The project and location where you want to search. - public virtual BatchSearchLinkProcessesRequest BatchSearchLinkProcesses(Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest body, string parent) - { - return new BatchSearchLinkProcessesRequest(service, body, parent); - } - - /// - /// Retrieve information about LineageProcesses associated with specific links. LineageProcesses are - /// transformation pipelines that result in data flowing from **source** to **target** assets. Links between - /// assets represent this operation. If you have specific link names, you can use this method to verify - /// which LineageProcesses contribute to creating those links. See the SearchLinks method for more - /// information on how to retrieve link name. You can retrieve the LineageProcess information in every - /// project where you have the `datalineage.events.get` permission. The project provided in the URL is used - /// for Billing and Quota. - /// - public class BatchSearchLinkProcessesRequest : DatalineageBaseServiceRequest - { - /// Constructs a new BatchSearchLinkProcesses request. - public BatchSearchLinkProcessesRequest(Google.Apis.Services.IClientService service, Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// Required. The project and location where you want to search. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "batchSearchLinkProcesses"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}:batchSearchLinkProcesses"; - - /// Initializes BatchSearchLinkProcesses parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } - - /// - /// Retrieve a list of links connected to a specific asset. Links represent the data flow between **source** - /// (upstream) and **target** (downstream) assets in transformation pipelines. Links are stored in the same - /// project as the Lineage Events that create them. You can retrieve links in every project where you have - /// the `datalineage.events.get` permission. The project provided in the URL is used for Billing and Quota. - /// - /// The body of the request. - /// Required. The project and location you want search in. - public virtual SearchLinksRequest SearchLinks(Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1SearchLinksRequest body, string parent) - { - return new SearchLinksRequest(service, body, parent); - } - - /// - /// Retrieve a list of links connected to a specific asset. Links represent the data flow between **source** - /// (upstream) and **target** (downstream) assets in transformation pipelines. Links are stored in the same - /// project as the Lineage Events that create them. You can retrieve links in every project where you have - /// the `datalineage.events.get` permission. The project provided in the URL is used for Billing and Quota. - /// - public class SearchLinksRequest : DatalineageBaseServiceRequest - { - /// Constructs a new SearchLinks request. - public SearchLinksRequest(Google.Apis.Services.IClientService service, Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1SearchLinksRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// Required. The project and location you want search in. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Datalineage.v1.Data.GoogleCloudDatacatalogLineageV1SearchLinksRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "searchLinks"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}:searchLinks"; - - /// Initializes SearchLinks parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } - } - } -} -namespace Google.Apis.Datalineage.v1.Data -{ - /// Request message for BatchSearchLinkProcesses. - public class GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Required. An array of links to check for their associated LineageProcesses. The maximum number of items in - /// this array is 100. If the request contains more than 100 links, it returns the `INVALID_ARGUMENT` error. - /// Format: `projects/{project}/locations/{location}/links/{link}`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("links")] - public virtual System.Collections.Generic.IList Links { get; set; } - - /// - /// The maximum number of processes to return in a single page of the response. A page may contain fewer results - /// than this value. - /// - [Newtonsoft.Json.JsonPropertyAttribute("pageSize")] - public virtual System.Nullable PageSize { get; set; } - - /// - /// The page token received from a previous `BatchSearchLinkProcesses` call. Use it to get the next page. When - /// requesting subsequent pages of a response, remember that all parameters must match the values you provided - /// in the original request. - /// - [Newtonsoft.Json.JsonPropertyAttribute("pageToken")] - public virtual string PageToken { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Response message for BatchSearchLinkProcesses. - public class GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The token to specify as `page_token` in the subsequent call to get the next page. Omitted if there are no - /// more pages in the response. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// An array of processes associated with the specified links. - [Newtonsoft.Json.JsonPropertyAttribute("processLinks")] - public virtual System.Collections.Generic.IList ProcessLinks { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The soft reference to everything you can attach a lineage event to. - public class GoogleCloudDatacatalogLineageV1EntityReference : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of - /// the entity. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fullyQualifiedName")] - public virtual string FullyQualifiedName { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// A lineage between source and target entities. - public class GoogleCloudDatacatalogLineageV1EventLink : Google.Apis.Requests.IDirectResponseSchema - { - /// Required. Reference to the source entity - [Newtonsoft.Json.JsonPropertyAttribute("source")] - public virtual GoogleCloudDatacatalogLineageV1EntityReference Source { get; set; } - - /// Required. Reference to the target entity - [Newtonsoft.Json.JsonPropertyAttribute("target")] - public virtual GoogleCloudDatacatalogLineageV1EntityReference Target { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// A lineage event represents an operation on assets. Within the operation, the data flows from the source to the - /// target defined in the links field. - /// - public class GoogleCloudDatacatalogLineageV1LineageEvent : Google.Apis.Requests.IDirectResponseSchema - { - private string _endTimeRaw; - - private object _endTime; - - /// - /// Optional. The end of the transformation which resulted in this lineage event. For streaming scenarios, it - /// should be the end of the period from which the lineage is being reported. - /// - [Newtonsoft.Json.JsonPropertyAttribute("endTime")] - public virtual string EndTimeRaw - { - get => _endTimeRaw; - set - { - _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _endTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] - public virtual object EndTime - { - get => _endTime; - set - { - _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _endTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? EndTimeDateTimeOffset - { - get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(EndTimeRaw); - set => EndTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); - } - - /// Optional. List of source-target pairs. Can't contain more than 100 tuples. - [Newtonsoft.Json.JsonPropertyAttribute("links")] - public virtual System.Collections.Generic.IList Links { get; set; } - - /// - /// Immutable. The resource name of the lineage event. Format: - /// `projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}`. Can - /// be specified or auto-assigned. {lineage_event} must be not longer than 200 characters and only contain - /// characters in a set: `a-zA-Z0-9_-:.` - /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - private string _startTimeRaw; - - private object _startTime; - - /// - /// Required. The beginning of the transformation which resulted in this lineage event. For streaming scenarios, - /// it should be the beginning of the period from which the lineage is being reported. - /// - [Newtonsoft.Json.JsonPropertyAttribute("startTime")] - public virtual string StartTimeRaw - { - get => _startTimeRaw; - set - { - _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _startTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] - public virtual object StartTime - { - get => _startTime; - set - { - _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _startTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? StartTimeDateTimeOffset - { - get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(StartTimeRaw); - set => StartTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); - } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Links represent the data flow between **source** (upstream) and **target** (downstream) assets in transformation - /// pipelines. Links are created when LineageEvents record data transformation between related assets. - /// - public class GoogleCloudDatacatalogLineageV1Link : Google.Apis.Requests.IDirectResponseSchema - { - private string _endTimeRaw; - - private object _endTime; - - /// The end of the last event establishing this link. - [Newtonsoft.Json.JsonPropertyAttribute("endTime")] - public virtual string EndTimeRaw - { - get => _endTimeRaw; - set - { - _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _endTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] - public virtual object EndTime - { - get => _endTime; - set - { - _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _endTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? EndTimeDateTimeOffset - { - get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(EndTimeRaw); - set => EndTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); - } - - /// - /// Output only. Immutable. The name of the link. Format: - /// `projects/{project}/locations/{location}/links/{link}`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// The pointer to the entity that is the **source** of this link. - [Newtonsoft.Json.JsonPropertyAttribute("source")] - public virtual GoogleCloudDatacatalogLineageV1EntityReference Source { get; set; } - - private string _startTimeRaw; - - private object _startTime; - - /// The start of the first event establishing this link. - [Newtonsoft.Json.JsonPropertyAttribute("startTime")] - public virtual string StartTimeRaw - { - get => _startTimeRaw; - set - { - _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _startTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] - public virtual object StartTime - { - get => _startTime; - set - { - _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _startTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? StartTimeDateTimeOffset - { - get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(StartTimeRaw); - set => StartTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); - } - - /// The pointer to the entity that is the **target** of this link. - [Newtonsoft.Json.JsonPropertyAttribute("target")] - public virtual GoogleCloudDatacatalogLineageV1EntityReference Target { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Response message for ListLineageEvents. - public class GoogleCloudDatacatalogLineageV1ListLineageEventsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// Lineage events from the specified project and location. - [Newtonsoft.Json.JsonPropertyAttribute("lineageEvents")] - public virtual System.Collections.Generic.IList LineageEvents { get; set; } - - /// - /// The token to specify as `page_token` in the next call to get the next page. If this field is omitted, there - /// are no subsequent pages. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Response message for ListProcesses. - public class GoogleCloudDatacatalogLineageV1ListProcessesResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The token to specify as `page_token` in the next call to get the next page. If this field is omitted, there - /// are no subsequent pages. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The processes from the specified project and location. - [Newtonsoft.Json.JsonPropertyAttribute("processes")] - public virtual System.Collections.Generic.IList Processes { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Response message for ListRuns. - public class GoogleCloudDatacatalogLineageV1ListRunsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The token to specify as `page_token` in the next call to get the next page. If this field is omitted, there - /// are no subsequent pages. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The runs from the specified project and location. - [Newtonsoft.Json.JsonPropertyAttribute("runs")] - public virtual System.Collections.Generic.IList Runs { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Metadata describing the operation. - public class GoogleCloudDatacatalogLineageV1OperationMetadata : Google.Apis.Requests.IDirectResponseSchema - { - private string _createTimeRaw; - - private object _createTime; - - /// Output only. The timestamp of the operation submission to the server. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); - } - - private string _endTimeRaw; - - private object _endTime; - - /// - /// Output only. The timestamp of the operation termination, regardless of its success. This field is unset if - /// the operation is still ongoing. - /// - [Newtonsoft.Json.JsonPropertyAttribute("endTime")] - public virtual string EndTimeRaw - { - get => _endTimeRaw; - set - { - _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _endTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] - public virtual object EndTime - { - get => _endTime; - set - { - _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _endTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? EndTimeDateTimeOffset - { - get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(EndTimeRaw); - set => EndTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); - } - - /// Output only. The type of the operation being performed. - [Newtonsoft.Json.JsonPropertyAttribute("operationType")] - public virtual string OperationType { get; set; } - - /// - /// Output only. The [relative name] - /// (https://cloud.google.com//apis/design/resource_names#relative_resource_name) of the resource being operated - /// on. - /// - [Newtonsoft.Json.JsonPropertyAttribute("resource")] - public virtual string Resource { get; set; } - - /// Output only. The UUID of the resource being operated on. - [Newtonsoft.Json.JsonPropertyAttribute("resourceUuid")] - public virtual string ResourceUuid { get; set; } - - /// Output only. The current operation state. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Origin of a process. - public class GoogleCloudDatacatalogLineageV1Origin : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which - /// reports lineage. The project and location parts of the resource name must match the project and location of - /// the lineage resource being created. Examples: - `{source_type: COMPOSER, name: - /// "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: - /// "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}` - /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// - /// Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating is highly - /// discouraged, and may be restricted in the future without notice. - /// - [Newtonsoft.Json.JsonPropertyAttribute("sourceType")] - public virtual string SourceType { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// A process is the definition of a data transformation operation. - public class GoogleCloudDatacatalogLineageV1Process : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Optional. The attributes of the process. Should only be used for the purpose of non-semantic management - /// (classifying, describing or labeling the process). Up to 100 attributes are allowed. - /// - [Newtonsoft.Json.JsonPropertyAttribute("attributes")] - public virtual System.Collections.Generic.IDictionary Attributes { get; set; } - - /// - /// Optional. A human-readable name you can set to display in a user interface. Must be not longer than 200 - /// characters and only contain UTF-8 letters or numbers, spaces or characters like `_-:&amp;.` - /// - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } - - /// - /// Immutable. The resource name of the lineage process. Format: - /// `projects/{project}/locations/{location}/processes/{process}`. Can be specified or auto-assigned. {process} - /// must be not longer than 200 characters and only contain characters in a set: `a-zA-Z0-9_-:.` - /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// Optional. The origin of this process and its runs and lineage events. - [Newtonsoft.Json.JsonPropertyAttribute("origin")] - public virtual GoogleCloudDatacatalogLineageV1Origin Origin { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Link details. - public class GoogleCloudDatacatalogLineageV1ProcessLinkInfo : Google.Apis.Requests.IDirectResponseSchema - { - private string _endTimeRaw; - - private object _endTime; - - /// The end of the last event establishing this link-process tuple. - [Newtonsoft.Json.JsonPropertyAttribute("endTime")] - public virtual string EndTimeRaw - { - get => _endTimeRaw; - set - { - _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _endTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] - public virtual object EndTime - { - get => _endTime; - set - { - _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _endTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? EndTimeDateTimeOffset - { - get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(EndTimeRaw); - set => EndTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); - } - - /// - /// The name of the link in the format of `projects/{project}/locations/{location}/links/{link}`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("link")] - public virtual string Link { get; set; } - - private string _startTimeRaw; - - private object _startTime; - - /// The start of the first event establishing this link-process tuple. - [Newtonsoft.Json.JsonPropertyAttribute("startTime")] - public virtual string StartTimeRaw - { - get => _startTimeRaw; - set - { - _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _startTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] - public virtual object StartTime - { - get => _startTime; - set - { - _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _startTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? StartTimeDateTimeOffset - { - get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(StartTimeRaw); - set => StartTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); - } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Links associated with a specific process. - public class GoogleCloudDatacatalogLineageV1ProcessLinks : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// An array containing link details objects of the links provided in the original request. A single process can - /// result in creating multiple links. If any of the links you provide in the request are created by the same - /// process, they all are included in this array. - /// - [Newtonsoft.Json.JsonPropertyAttribute("links")] - public virtual System.Collections.Generic.IList Links { get; set; } - - /// - /// The process name in the format of `projects/{project}/locations/{location}/processes/{process}`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("process")] - public virtual string Process { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// A lineage run represents an execution of a process that creates lineage events. - public class GoogleCloudDatacatalogLineageV1Run : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Optional. The attributes of the run. Should only be used for the purpose of non-semantic management - /// (classifying, describing or labeling the run). Up to 100 attributes are allowed. - /// - [Newtonsoft.Json.JsonPropertyAttribute("attributes")] - public virtual System.Collections.Generic.IDictionary Attributes { get; set; } - - /// - /// Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 - /// characters and only contain UTF-8 letters or numbers, spaces or characters like `_-:&amp;.` - /// - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } - - private string _endTimeRaw; - - private object _endTime; - - /// Optional. The timestamp of the end of the run. - [Newtonsoft.Json.JsonPropertyAttribute("endTime")] - public virtual string EndTimeRaw - { - get => _endTimeRaw; - set - { - _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _endTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] - public virtual object EndTime - { - get => _endTime; - set - { - _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _endTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? EndTimeDateTimeOffset - { - get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(EndTimeRaw); - set => EndTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); - } - - /// - /// Immutable. The resource name of the run. Format: - /// `projects/{project}/locations/{location}/processes/{process}/runs/{run}`. Can be specified or auto-assigned. - /// {run} must be not longer than 200 characters and only contain characters in a set: `a-zA-Z0-9_-:.` - /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - private string _startTimeRaw; - - private object _startTime; - - /// Required. The timestamp of the start of the run. - [Newtonsoft.Json.JsonPropertyAttribute("startTime")] - public virtual string StartTimeRaw - { - get => _startTimeRaw; - set - { - _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _startTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] - public virtual object StartTime - { - get => _startTime; - set - { - _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _startTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? StartTimeDateTimeOffset - { - get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(StartTimeRaw); - set => StartTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); - } - - /// Required. The state of the run. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Request message for SearchLinks. - public class GoogleCloudDatacatalogLineageV1SearchLinksRequest : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Optional. The maximum number of links to return in a single page of the response. A page may contain fewer - /// links than this value. If unspecified, at most 10 links are returned. Maximum value is 100; values greater - /// than 100 are reduced to 100. - /// - [Newtonsoft.Json.JsonPropertyAttribute("pageSize")] - public virtual System.Nullable PageSize { get; set; } - - /// - /// Optional. The page token received from a previous `SearchLinksRequest` call. Use it to get the next page. - /// When requesting subsequent pages of a response, remember that all parameters must match the values you - /// provided in the original request. - /// - [Newtonsoft.Json.JsonPropertyAttribute("pageToken")] - public virtual string PageToken { get; set; } - - /// - /// Optional. Send asset information in the **source** field to retrieve all links that lead from the specified - /// asset to downstream assets. - /// - [Newtonsoft.Json.JsonPropertyAttribute("source")] - public virtual GoogleCloudDatacatalogLineageV1EntityReference Source { get; set; } - - /// - /// Optional. Send asset information in the **target** field to retrieve all links that lead from upstream - /// assets to the specified asset. - /// - [Newtonsoft.Json.JsonPropertyAttribute("target")] - public virtual GoogleCloudDatacatalogLineageV1EntityReference Target { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Response message for SearchLinks. - public class GoogleCloudDatacatalogLineageV1SearchLinksResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or - /// target). - /// - [Newtonsoft.Json.JsonPropertyAttribute("links")] - public virtual System.Collections.Generic.IList Links { get; set; } - - /// - /// The token to specify as `page_token` in the subsequent call to get the next page. Omitted if there are no - /// more pages in the response. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The request message for Operations.CancelOperation. - public class GoogleLongrunningCancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The response message for Operations.ListOperations. - public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The standard List next-page token. - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// A list of operations that matches the specified filter in the request. - [Newtonsoft.Json.JsonPropertyAttribute("operations")] - public virtual System.Collections.Generic.IList Operations { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// This resource represents a long-running operation that is the result of a network API call. - public class GoogleLongrunningOperation : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, - /// and either `error` or `response` is available. - /// - [Newtonsoft.Json.JsonPropertyAttribute("done")] - public virtual System.Nullable Done { get; set; } - - /// The error result of the operation in case of failure or cancellation. - [Newtonsoft.Json.JsonPropertyAttribute("error")] - public virtual GoogleRpcStatus Error { get; set; } - - /// - /// Service-specific metadata associated with the operation. It typically contains progress information and - /// common metadata such as create time. Some services might not provide such metadata. Any method that returns - /// a long-running operation should document the metadata type, if any. - /// - [Newtonsoft.Json.JsonPropertyAttribute("metadata")] - public virtual System.Collections.Generic.IDictionary Metadata { get; set; } - - /// - /// The server-assigned name, which is only unique within the same service that originally returns it. If you - /// use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// - /// The normal response of the operation in case of success. If the original method returns no data on success, - /// such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard - /// `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have - /// the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is - /// `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("response")] - public virtual System.Collections.Generic.IDictionary Response { 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 - /// Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } - /// - public class GoogleProtobufEmpty : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// The `Status` type defines a logical error model that is suitable for different programming environments, - /// including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains - /// three pieces of data: error code, error message, and error details. You can find out more about this error model - /// and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). - /// - public class GoogleRpcStatus : Google.Apis.Requests.IDirectResponseSchema - { - /// The status code, which should be an enum value of google.rpc.Code. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual System.Nullable Code { get; set; } - - /// - /// A list of messages that carry the error details. There is a common set of message types for APIs to use. - /// - [Newtonsoft.Json.JsonPropertyAttribute("details")] - public virtual System.Collections.Generic.IList> Details { get; set; } - - /// - /// A developer-facing error message, which should be in English. Any user-facing error message should be - /// localized and sent in the google.rpc.Status.details field, or localized by the client. - /// - [Newtonsoft.Json.JsonPropertyAttribute("message")] - public virtual string Message { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } -} diff --git a/Src/Generated/Google.Apis.Datalineage.v1/Google.Apis.Datalineage.v1.csproj b/Src/Generated/Google.Apis.Datalineage.v1/Google.Apis.Datalineage.v1.csproj deleted file mode 100644 index d5fc903d77..0000000000 --- a/Src/Generated/Google.Apis.Datalineage.v1/Google.Apis.Datalineage.v1.csproj +++ /dev/null @@ -1,64 +0,0 @@ - - - - - Google.Apis.Datalineage.v1 Client Library - 1.61.0.3095 - Google LLC - Copyright 2023 Google LLC - Google - https://github.com/google/google-api-dotnet-client - Apache-2.0 - git - https://github.com/google/google-api-dotnet-client - https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png - NuGetIcon.png - - Google APIs Client Library for working with Datalineage v1. - - Supported Platforms: - - .NET Framework 4.5+ - - .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support. - - Incompatible platforms: - - .NET Framework < 4.5 - - Silverlight - - UWP (will build, but is known not to work at runtime) - - Xamarin - - Windows 8 Apps - - Windows Phone 8.1 - - Windows Phone Silverlight 8.0 - - More documentation on the API is available at: - https://developers.google.com/api-client-library/dotnet/apis/datalineage/v1 - - The package source code is available at: - https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated - - - - - - - - - - - netstandard2.0;netstandard1.3;net45 - true - ..\..\..\google.apis.snk - portable - true - 1570,1587,1591 - - - - - - - - - - - - diff --git a/Src/Generated/Google.Apis.Datapipelines.v1/Google.Apis.Datapipelines.v1.csproj b/Src/Generated/Google.Apis.Datapipelines.v1/Google.Apis.Datapipelines.v1.csproj index 99788a7e06..ffca91f7ca 100644 --- a/Src/Generated/Google.Apis.Datapipelines.v1/Google.Apis.Datapipelines.v1.csproj +++ b/Src/Generated/Google.Apis.Datapipelines.v1/Google.Apis.Datapipelines.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Datapipelines.v1 Client Library - 1.61.0.2900 + 1.62.0.2900 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dataproc.v1/Google.Apis.Dataproc.v1.csproj b/Src/Generated/Google.Apis.Dataproc.v1/Google.Apis.Dataproc.v1.csproj index 376a5ed42d..30fd3eb749 100644 --- a/Src/Generated/Google.Apis.Dataproc.v1/Google.Apis.Dataproc.v1.csproj +++ b/Src/Generated/Google.Apis.Dataproc.v1/Google.Apis.Dataproc.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Dataproc.v1 Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Datastore.v1/Google.Apis.Datastore.v1.csproj b/Src/Generated/Google.Apis.Datastore.v1/Google.Apis.Datastore.v1.csproj index 8c4d8356c4..98b8b4a6e1 100644 --- a/Src/Generated/Google.Apis.Datastore.v1/Google.Apis.Datastore.v1.csproj +++ b/Src/Generated/Google.Apis.Datastore.v1/Google.Apis.Datastore.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Datastore.v1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Datastore.v1beta1/Google.Apis.Datastore.v1beta1.csproj b/Src/Generated/Google.Apis.Datastore.v1beta1/Google.Apis.Datastore.v1beta1.csproj index 8e34924bcb..0ab5aec76e 100644 --- a/Src/Generated/Google.Apis.Datastore.v1beta1/Google.Apis.Datastore.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Datastore.v1beta1/Google.Apis.Datastore.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Datastore.v1beta1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Datastore.v1beta3/Google.Apis.Datastore.v1beta3.csproj b/Src/Generated/Google.Apis.Datastore.v1beta3/Google.Apis.Datastore.v1beta3.csproj index 7ebf2a801e..c350e9efd4 100644 --- a/Src/Generated/Google.Apis.Datastore.v1beta3/Google.Apis.Datastore.v1beta3.csproj +++ b/Src/Generated/Google.Apis.Datastore.v1beta3/Google.Apis.Datastore.v1beta3.csproj @@ -3,7 +3,7 @@ Google.Apis.Datastore.v1beta3 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.cs b/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.cs index 5b71678730..bcb1913588 100644 --- a/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.cs +++ b/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.cs @@ -2451,11 +2451,11 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Dat [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// The binary log file name. + /// Required. The binary log file name. [Google.Apis.Util.RequestParameterAttribute("cdcStrategy.specificStartPosition.mysqlLogPosition.logFile", Google.Apis.Util.RequestParameterType.Query)] public virtual string CdcStrategySpecificStartPositionMysqlLogPositionLogFile { get; set; } - /// The position within the binary log file. Default is head of file. + /// Optional. The position within the binary log file. Default is head of file. [Google.Apis.Util.RequestParameterAttribute("cdcStrategy.specificStartPosition.mysqlLogPosition.logPosition", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable CdcStrategySpecificStartPositionMysqlLogPositionLogPosition { get; set; } @@ -3703,11 +3703,11 @@ public class MysqlDatabase : Google.Apis.Requests.IDirectResponseSchema /// MySQL log position public class MysqlLogPosition : Google.Apis.Requests.IDirectResponseSchema { - /// The binary log file name. + /// Required. The binary log file name. [Newtonsoft.Json.JsonPropertyAttribute("logFile")] public virtual string LogFile { get; set; } - /// The position within the binary log file. Default is head of file. + /// Optional. The position within the binary log file. Default is head of file. [Newtonsoft.Json.JsonPropertyAttribute("logPosition")] public virtual System.Nullable LogPosition { get; set; } @@ -4086,6 +4086,10 @@ public class OracleProfile : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("hostname")] public virtual string Hostname { get; set; } + /// Optional. SSL configuration for the Oracle connection. + [Newtonsoft.Json.JsonPropertyAttribute("oracleSslConfig")] + public virtual OracleSslConfig OracleSslConfig { get; set; } + /// Required. Password for the Oracle connection. [Newtonsoft.Json.JsonPropertyAttribute("password")] public virtual string Password { get; set; } @@ -4165,6 +4169,25 @@ public class OracleSourceConfig : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Oracle SSL configuration information. + public class OracleSslConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Input only. PEM-encoded certificate of the CA that signed the source database server's certificate. + /// + [Newtonsoft.Json.JsonPropertyAttribute("caCertificate")] + public virtual string CaCertificate { get; set; } + + /// + /// Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile. + /// + [Newtonsoft.Json.JsonPropertyAttribute("caCertificateSet")] + public virtual System.Nullable CaCertificateSet { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Oracle table. public class OracleTable : Google.Apis.Requests.IDirectResponseSchema { @@ -4814,6 +4837,48 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } + private string _lastRecoveryTimeRaw; + + private object _lastRecoveryTime; + + /// + /// Output only. If the stream was recovered, the time of the last recovery. Note: This field is currently + /// experimental. + /// + [Newtonsoft.Json.JsonPropertyAttribute("lastRecoveryTime")] + public virtual string LastRecoveryTimeRaw + { + get => _lastRecoveryTimeRaw; + set + { + _lastRecoveryTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _lastRecoveryTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastRecoveryTimeDateTimeOffset instead.")] + public virtual object LastRecoveryTime + { + get => _lastRecoveryTime; + set + { + _lastRecoveryTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _lastRecoveryTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? LastRecoveryTimeDateTimeOffset + { + get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(LastRecoveryTimeRaw); + set => LastRecoveryTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); + } + /// Output only. The stream's name. [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } diff --git a/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.csproj b/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.csproj index d9885ce71d..d3e5a2c75b 100644 --- a/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.csproj +++ b/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Datastream.v1 Client Library - 1.61.0.3135 + 1.62.0.3166 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Datastream.v1alpha1/Google.Apis.Datastream.v1alpha1.csproj b/Src/Generated/Google.Apis.Datastream.v1alpha1/Google.Apis.Datastream.v1alpha1.csproj index 23e81adb29..50e22159e6 100644 --- a/Src/Generated/Google.Apis.Datastream.v1alpha1/Google.Apis.Datastream.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.Datastream.v1alpha1/Google.Apis.Datastream.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.Datastream.v1alpha1 Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DeploymentManager.alpha/Google.Apis.DeploymentManager.alpha.csproj b/Src/Generated/Google.Apis.DeploymentManager.alpha/Google.Apis.DeploymentManager.alpha.csproj index 748b22c4e5..93333b8037 100644 --- a/Src/Generated/Google.Apis.DeploymentManager.alpha/Google.Apis.DeploymentManager.alpha.csproj +++ b/Src/Generated/Google.Apis.DeploymentManager.alpha/Google.Apis.DeploymentManager.alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.DeploymentManager.alpha Client Library - 1.61.0.3155 + 1.62.0.3155 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DeploymentManager.v2/Google.Apis.DeploymentManager.v2.csproj b/Src/Generated/Google.Apis.DeploymentManager.v2/Google.Apis.DeploymentManager.v2.csproj index 9ab60b6fec..09aef0f090 100644 --- a/Src/Generated/Google.Apis.DeploymentManager.v2/Google.Apis.DeploymentManager.v2.csproj +++ b/Src/Generated/Google.Apis.DeploymentManager.v2/Google.Apis.DeploymentManager.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.DeploymentManager.v2 Client Library - 1.61.0.3154 + 1.62.0.3154 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DeploymentManager.v2beta/Google.Apis.DeploymentManager.v2beta.csproj b/Src/Generated/Google.Apis.DeploymentManager.v2beta/Google.Apis.DeploymentManager.v2beta.csproj index 458a51bf8d..af9f1d1c20 100644 --- a/Src/Generated/Google.Apis.DeploymentManager.v2beta/Google.Apis.DeploymentManager.v2beta.csproj +++ b/Src/Generated/Google.Apis.DeploymentManager.v2beta/Google.Apis.DeploymentManager.v2beta.csproj @@ -3,7 +3,7 @@ Google.Apis.DeploymentManager.v2beta Client Library - 1.61.0.3154 + 1.62.0.3154 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dfareporting.v3_5/Google.Apis.Dfareporting.v3_5.csproj b/Src/Generated/Google.Apis.Dfareporting.v3_5/Google.Apis.Dfareporting.v3_5.csproj index 7ecb1add32..c6feabbb82 100644 --- a/Src/Generated/Google.Apis.Dfareporting.v3_5/Google.Apis.Dfareporting.v3_5.csproj +++ b/Src/Generated/Google.Apis.Dfareporting.v3_5/Google.Apis.Dfareporting.v3_5.csproj @@ -3,7 +3,7 @@ Google.Apis.Dfareporting.v3_5 Client Library - 1.61.0.3064 + 1.62.0.3064 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dfareporting.v4/Google.Apis.Dfareporting.v4.csproj b/Src/Generated/Google.Apis.Dfareporting.v4/Google.Apis.Dfareporting.v4.csproj index ba755edf6a..cb53a040a1 100644 --- a/Src/Generated/Google.Apis.Dfareporting.v4/Google.Apis.Dfareporting.v4.csproj +++ b/Src/Generated/Google.Apis.Dfareporting.v4/Google.Apis.Dfareporting.v4.csproj @@ -3,7 +3,7 @@ Google.Apis.Dfareporting.v4 Client Library - 1.61.0.3064 + 1.62.0.3064 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dialogflow.v2/Google.Apis.Dialogflow.v2.csproj b/Src/Generated/Google.Apis.Dialogflow.v2/Google.Apis.Dialogflow.v2.csproj index 9588ef84b0..1b2bb80bdb 100644 --- a/Src/Generated/Google.Apis.Dialogflow.v2/Google.Apis.Dialogflow.v2.csproj +++ b/Src/Generated/Google.Apis.Dialogflow.v2/Google.Apis.Dialogflow.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Dialogflow.v2 Client Library - 1.61.0.3154 + 1.62.0.3154 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dialogflow.v2beta1/Google.Apis.Dialogflow.v2beta1.csproj b/Src/Generated/Google.Apis.Dialogflow.v2beta1/Google.Apis.Dialogflow.v2beta1.csproj index 1487642719..7a4c77215a 100644 --- a/Src/Generated/Google.Apis.Dialogflow.v2beta1/Google.Apis.Dialogflow.v2beta1.csproj +++ b/Src/Generated/Google.Apis.Dialogflow.v2beta1/Google.Apis.Dialogflow.v2beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Dialogflow.v2beta1 Client Library - 1.61.0.3154 + 1.62.0.3154 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dialogflow.v3/Google.Apis.Dialogflow.v3.csproj b/Src/Generated/Google.Apis.Dialogflow.v3/Google.Apis.Dialogflow.v3.csproj index 1ca8471e60..1609cfcec8 100644 --- a/Src/Generated/Google.Apis.Dialogflow.v3/Google.Apis.Dialogflow.v3.csproj +++ b/Src/Generated/Google.Apis.Dialogflow.v3/Google.Apis.Dialogflow.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.Dialogflow.v3 Client Library - 1.61.0.3154 + 1.62.0.3154 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dialogflow.v3beta1/Google.Apis.Dialogflow.v3beta1.csproj b/Src/Generated/Google.Apis.Dialogflow.v3beta1/Google.Apis.Dialogflow.v3beta1.csproj index a9a7c83c5b..a52f68a963 100644 --- a/Src/Generated/Google.Apis.Dialogflow.v3beta1/Google.Apis.Dialogflow.v3beta1.csproj +++ b/Src/Generated/Google.Apis.Dialogflow.v3beta1/Google.Apis.Dialogflow.v3beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Dialogflow.v3beta1 Client Library - 1.61.0.3154 + 1.62.0.3154 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Digitalassetlinks.v1/Google.Apis.Digitalassetlinks.v1.csproj b/Src/Generated/Google.Apis.Digitalassetlinks.v1/Google.Apis.Digitalassetlinks.v1.csproj index 80a2017fc1..3d5c032783 100644 --- a/Src/Generated/Google.Apis.Digitalassetlinks.v1/Google.Apis.Digitalassetlinks.v1.csproj +++ b/Src/Generated/Google.Apis.Digitalassetlinks.v1/Google.Apis.Digitalassetlinks.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Digitalassetlinks.v1 Client Library - 1.61.0.2578 + 1.62.0.2578 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.Discovery.v1/Google.Apis.Discovery.v1.csproj b/Src/Generated/Google.Apis.Discovery.v1/Google.Apis.Discovery.v1.csproj index e691775d68..8c6f5ba759 100644 --- a/Src/Generated/Google.Apis.Discovery.v1/Google.Apis.Discovery.v1.csproj +++ b/Src/Generated/Google.Apis.Discovery.v1/Google.Apis.Discovery.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Discovery.v1 Client Library - 1.61.0.0 + 1.62.0.0 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.DiscoveryEngine.v1alpha/Google.Apis.DiscoveryEngine.v1alpha.csproj b/Src/Generated/Google.Apis.DiscoveryEngine.v1alpha/Google.Apis.DiscoveryEngine.v1alpha.csproj index 66f8d70c7d..b99bb45bed 100644 --- a/Src/Generated/Google.Apis.DiscoveryEngine.v1alpha/Google.Apis.DiscoveryEngine.v1alpha.csproj +++ b/Src/Generated/Google.Apis.DiscoveryEngine.v1alpha/Google.Apis.DiscoveryEngine.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.DiscoveryEngine.v1alpha Client Library - 1.61.0.3154 + 1.62.0.3154 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DiscoveryEngine.v1beta/Google.Apis.DiscoveryEngine.v1beta.csproj b/Src/Generated/Google.Apis.DiscoveryEngine.v1beta/Google.Apis.DiscoveryEngine.v1beta.csproj index 88f74f91b2..c358c690a9 100644 --- a/Src/Generated/Google.Apis.DiscoveryEngine.v1beta/Google.Apis.DiscoveryEngine.v1beta.csproj +++ b/Src/Generated/Google.Apis.DiscoveryEngine.v1beta/Google.Apis.DiscoveryEngine.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.DiscoveryEngine.v1beta Client Library - 1.61.0.3154 + 1.62.0.3154 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DisplayVideo.v1/Google.Apis.DisplayVideo.v1.csproj b/Src/Generated/Google.Apis.DisplayVideo.v1/Google.Apis.DisplayVideo.v1.csproj index 95be7b2d6c..173a82fcb8 100644 --- a/Src/Generated/Google.Apis.DisplayVideo.v1/Google.Apis.DisplayVideo.v1.csproj +++ b/Src/Generated/Google.Apis.DisplayVideo.v1/Google.Apis.DisplayVideo.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.DisplayVideo.v1 Client Library - 1.61.0.3164 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DisplayVideo.v2/Google.Apis.DisplayVideo.v2.csproj b/Src/Generated/Google.Apis.DisplayVideo.v2/Google.Apis.DisplayVideo.v2.csproj index 1fd15b4c9c..2c63ba5de2 100644 --- a/Src/Generated/Google.Apis.DisplayVideo.v2/Google.Apis.DisplayVideo.v2.csproj +++ b/Src/Generated/Google.Apis.DisplayVideo.v2/Google.Apis.DisplayVideo.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.DisplayVideo.v2 Client Library - 1.61.0.3164 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dns.v1/Google.Apis.Dns.v1.csproj b/Src/Generated/Google.Apis.Dns.v1/Google.Apis.Dns.v1.csproj index 71134ca87b..ee811d6942 100644 --- a/Src/Generated/Google.Apis.Dns.v1/Google.Apis.Dns.v1.csproj +++ b/Src/Generated/Google.Apis.Dns.v1/Google.Apis.Dns.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Dns.v1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dns.v1beta2/Google.Apis.Dns.v1beta2.csproj b/Src/Generated/Google.Apis.Dns.v1beta2/Google.Apis.Dns.v1beta2.csproj index 559ebeac8c..7a7aa9204b 100644 --- a/Src/Generated/Google.Apis.Dns.v1beta2/Google.Apis.Dns.v1beta2.csproj +++ b/Src/Generated/Google.Apis.Dns.v1beta2/Google.Apis.Dns.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.Dns.v1beta2 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Docs.v1/Google.Apis.Docs.v1.csproj b/Src/Generated/Google.Apis.Docs.v1/Google.Apis.Docs.v1.csproj index f640604089..21825c69f0 100644 --- a/Src/Generated/Google.Apis.Docs.v1/Google.Apis.Docs.v1.csproj +++ b/Src/Generated/Google.Apis.Docs.v1/Google.Apis.Docs.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Docs.v1 Client Library - 1.61.0.2979 + 1.62.0.2979 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Document.v1/Google.Apis.Document.v1.csproj b/Src/Generated/Google.Apis.Document.v1/Google.Apis.Document.v1.csproj index b71aaa0438..4f6867d0c5 100644 --- a/Src/Generated/Google.Apis.Document.v1/Google.Apis.Document.v1.csproj +++ b/Src/Generated/Google.Apis.Document.v1/Google.Apis.Document.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Document.v1 Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Document.v1beta2/Google.Apis.Document.v1beta2.csproj b/Src/Generated/Google.Apis.Document.v1beta2/Google.Apis.Document.v1beta2.csproj index a41bd4117d..4b55430d1e 100644 --- a/Src/Generated/Google.Apis.Document.v1beta2/Google.Apis.Document.v1beta2.csproj +++ b/Src/Generated/Google.Apis.Document.v1beta2/Google.Apis.Document.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.Document.v1beta2 Client Library - 1.61.0.3151 + 1.62.0.3151 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Document.v1beta3/Google.Apis.Document.v1beta3.csproj b/Src/Generated/Google.Apis.Document.v1beta3/Google.Apis.Document.v1beta3.csproj index 05b2534026..eecc880314 100644 --- a/Src/Generated/Google.Apis.Document.v1beta3/Google.Apis.Document.v1beta3.csproj +++ b/Src/Generated/Google.Apis.Document.v1beta3/Google.Apis.Document.v1beta3.csproj @@ -3,7 +3,7 @@ Google.Apis.Document.v1beta3 Client Library - 1.61.0.3151 + 1.62.0.3151 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DomainsRDAP.v1/Google.Apis.DomainsRDAP.v1.csproj b/Src/Generated/Google.Apis.DomainsRDAP.v1/Google.Apis.DomainsRDAP.v1.csproj index f11458f76c..c6f63a485d 100644 --- a/Src/Generated/Google.Apis.DomainsRDAP.v1/Google.Apis.DomainsRDAP.v1.csproj +++ b/Src/Generated/Google.Apis.DomainsRDAP.v1/Google.Apis.DomainsRDAP.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.DomainsRDAP.v1 Client Library - 1.61.0.2239 + 1.62.0.2239 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.DoubleClickBidManager.v2/Google.Apis.DoubleClickBidManager.v2.csproj b/Src/Generated/Google.Apis.DoubleClickBidManager.v2/Google.Apis.DoubleClickBidManager.v2.csproj index 35fe51375f..dac783fc42 100644 --- a/Src/Generated/Google.Apis.DoubleClickBidManager.v2/Google.Apis.DoubleClickBidManager.v2.csproj +++ b/Src/Generated/Google.Apis.DoubleClickBidManager.v2/Google.Apis.DoubleClickBidManager.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.DoubleClickBidManager.v2 Client Library - 1.61.0.3105 + 1.62.0.3105 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Doubleclicksearch.v2/Google.Apis.Doubleclicksearch.v2.csproj b/Src/Generated/Google.Apis.Doubleclicksearch.v2/Google.Apis.Doubleclicksearch.v2.csproj index 002b38a9c6..5534de61c8 100644 --- a/Src/Generated/Google.Apis.Doubleclicksearch.v2/Google.Apis.Doubleclicksearch.v2.csproj +++ b/Src/Generated/Google.Apis.Doubleclicksearch.v2/Google.Apis.Doubleclicksearch.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Doubleclicksearch.v2 Client Library - 1.61.0.2868 + 1.62.0.2868 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Drive.v2/Google.Apis.Drive.v2.csproj b/Src/Generated/Google.Apis.Drive.v2/Google.Apis.Drive.v2.csproj index 6fbb91c820..1dc4e45bcd 100644 --- a/Src/Generated/Google.Apis.Drive.v2/Google.Apis.Drive.v2.csproj +++ b/Src/Generated/Google.Apis.Drive.v2/Google.Apis.Drive.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Drive.v2 Client Library - 1.61.0.3155 + 1.62.0.3155 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Drive.v3/Google.Apis.Drive.v3.csproj b/Src/Generated/Google.Apis.Drive.v3/Google.Apis.Drive.v3.csproj index 77074d3e58..46b1325504 100644 --- a/Src/Generated/Google.Apis.Drive.v3/Google.Apis.Drive.v3.csproj +++ b/Src/Generated/Google.Apis.Drive.v3/Google.Apis.Drive.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.Drive.v3 Client Library - 1.61.0.3155 + 1.62.0.3155 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DriveActivity.v2/Google.Apis.DriveActivity.v2.csproj b/Src/Generated/Google.Apis.DriveActivity.v2/Google.Apis.DriveActivity.v2.csproj index 5b7dfeda05..22e1a0228e 100644 --- a/Src/Generated/Google.Apis.DriveActivity.v2/Google.Apis.DriveActivity.v2.csproj +++ b/Src/Generated/Google.Apis.DriveActivity.v2/Google.Apis.DriveActivity.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.DriveActivity.v2 Client Library - 1.61.0.3106 + 1.62.0.3106 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DriveLabels.v2/Google.Apis.DriveLabels.v2.csproj b/Src/Generated/Google.Apis.DriveLabels.v2/Google.Apis.DriveLabels.v2.csproj index 356e853ac6..96a4e24e08 100644 --- a/Src/Generated/Google.Apis.DriveLabels.v2/Google.Apis.DriveLabels.v2.csproj +++ b/Src/Generated/Google.Apis.DriveLabels.v2/Google.Apis.DriveLabels.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.DriveLabels.v2 Client Library - 1.61.0.3133 + 1.62.0.3133 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DriveLabels.v2beta/Google.Apis.DriveLabels.v2beta.csproj b/Src/Generated/Google.Apis.DriveLabels.v2beta/Google.Apis.DriveLabels.v2beta.csproj index 8cbb072ec3..ee02c77f16 100644 --- a/Src/Generated/Google.Apis.DriveLabels.v2beta/Google.Apis.DriveLabels.v2beta.csproj +++ b/Src/Generated/Google.Apis.DriveLabels.v2beta/Google.Apis.DriveLabels.v2beta.csproj @@ -3,7 +3,7 @@ Google.Apis.DriveLabels.v2beta Client Library - 1.61.0.3133 + 1.62.0.3133 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Essentialcontacts.v1/Google.Apis.Essentialcontacts.v1.csproj b/Src/Generated/Google.Apis.Essentialcontacts.v1/Google.Apis.Essentialcontacts.v1.csproj index a4fec62030..e3e2cce848 100644 --- a/Src/Generated/Google.Apis.Essentialcontacts.v1/Google.Apis.Essentialcontacts.v1.csproj +++ b/Src/Generated/Google.Apis.Essentialcontacts.v1/Google.Apis.Essentialcontacts.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Essentialcontacts.v1 Client Library - 1.61.0.2861 + 1.62.0.2861 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Eventarc.v1/Google.Apis.Eventarc.v1.csproj b/Src/Generated/Google.Apis.Eventarc.v1/Google.Apis.Eventarc.v1.csproj index b64257ecd4..5f3cac163e 100644 --- a/Src/Generated/Google.Apis.Eventarc.v1/Google.Apis.Eventarc.v1.csproj +++ b/Src/Generated/Google.Apis.Eventarc.v1/Google.Apis.Eventarc.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Eventarc.v1 Client Library - 1.61.0.3144 + 1.62.0.3144 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Eventarc.v1beta1/Google.Apis.Eventarc.v1beta1.csproj b/Src/Generated/Google.Apis.Eventarc.v1beta1/Google.Apis.Eventarc.v1beta1.csproj index 613b430d93..84bdf21587 100644 --- a/Src/Generated/Google.Apis.Eventarc.v1beta1/Google.Apis.Eventarc.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Eventarc.v1beta1/Google.Apis.Eventarc.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Eventarc.v1beta1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FactCheckTools.v1alpha1/Google.Apis.FactCheckTools.v1alpha1.csproj b/Src/Generated/Google.Apis.FactCheckTools.v1alpha1/Google.Apis.FactCheckTools.v1alpha1.csproj index 98678afd14..7d40a7540d 100644 --- a/Src/Generated/Google.Apis.FactCheckTools.v1alpha1/Google.Apis.FactCheckTools.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.FactCheckTools.v1alpha1/Google.Apis.FactCheckTools.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.FactCheckTools.v1alpha1 Client Library - 1.61.0.2632 + 1.62.0.2632 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Fcmdata.v1beta1/Google.Apis.Fcmdata.v1beta1.csproj b/Src/Generated/Google.Apis.Fcmdata.v1beta1/Google.Apis.Fcmdata.v1beta1.csproj index 2a2d03aaba..e2345f3dae 100644 --- a/Src/Generated/Google.Apis.Fcmdata.v1beta1/Google.Apis.Fcmdata.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Fcmdata.v1beta1/Google.Apis.Fcmdata.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Fcmdata.v1beta1 Client Library - 1.61.0.2651 + 1.62.0.2651 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseAppDistribution.v1/Google.Apis.FirebaseAppDistribution.v1.csproj b/Src/Generated/Google.Apis.FirebaseAppDistribution.v1/Google.Apis.FirebaseAppDistribution.v1.csproj index 8ac490c2e0..77f8e7af26 100644 --- a/Src/Generated/Google.Apis.FirebaseAppDistribution.v1/Google.Apis.FirebaseAppDistribution.v1.csproj +++ b/Src/Generated/Google.Apis.FirebaseAppDistribution.v1/Google.Apis.FirebaseAppDistribution.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseAppDistribution.v1 Client Library - 1.61.0.3142 + 1.62.0.3142 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseCloudMessaging.v1/Google.Apis.FirebaseCloudMessaging.v1.csproj b/Src/Generated/Google.Apis.FirebaseCloudMessaging.v1/Google.Apis.FirebaseCloudMessaging.v1.csproj index d032ce0c48..c00ea015e5 100644 --- a/Src/Generated/Google.Apis.FirebaseCloudMessaging.v1/Google.Apis.FirebaseCloudMessaging.v1.csproj +++ b/Src/Generated/Google.Apis.FirebaseCloudMessaging.v1/Google.Apis.FirebaseCloudMessaging.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseCloudMessaging.v1 Client Library - 1.61.0.3098 + 1.62.0.3098 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseDynamicLinks.v1/Google.Apis.FirebaseDynamicLinks.v1.csproj b/Src/Generated/Google.Apis.FirebaseDynamicLinks.v1/Google.Apis.FirebaseDynamicLinks.v1.csproj index 12d5ed189b..4a76e6079c 100644 --- a/Src/Generated/Google.Apis.FirebaseDynamicLinks.v1/Google.Apis.FirebaseDynamicLinks.v1.csproj +++ b/Src/Generated/Google.Apis.FirebaseDynamicLinks.v1/Google.Apis.FirebaseDynamicLinks.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseDynamicLinks.v1 Client Library - 1.61.0.3164 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseHosting.v1/Google.Apis.FirebaseHosting.v1.csproj b/Src/Generated/Google.Apis.FirebaseHosting.v1/Google.Apis.FirebaseHosting.v1.csproj index 141e116886..5157efa133 100644 --- a/Src/Generated/Google.Apis.FirebaseHosting.v1/Google.Apis.FirebaseHosting.v1.csproj +++ b/Src/Generated/Google.Apis.FirebaseHosting.v1/Google.Apis.FirebaseHosting.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseHosting.v1 Client Library - 1.61.0.3141 + 1.62.0.3141 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.FirebaseHosting.v1beta1/Google.Apis.FirebaseHosting.v1beta1.csproj b/Src/Generated/Google.Apis.FirebaseHosting.v1beta1/Google.Apis.FirebaseHosting.v1beta1.csproj index 843c15b064..a66a9bf9bd 100644 --- a/Src/Generated/Google.Apis.FirebaseHosting.v1beta1/Google.Apis.FirebaseHosting.v1beta1.csproj +++ b/Src/Generated/Google.Apis.FirebaseHosting.v1beta1/Google.Apis.FirebaseHosting.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseHosting.v1beta1 Client Library - 1.61.0.3163 + 1.62.0.3163 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseML.v1/Google.Apis.FirebaseML.v1.csproj b/Src/Generated/Google.Apis.FirebaseML.v1/Google.Apis.FirebaseML.v1.csproj index 888baba37d..e7bff92333 100644 --- a/Src/Generated/Google.Apis.FirebaseML.v1/Google.Apis.FirebaseML.v1.csproj +++ b/Src/Generated/Google.Apis.FirebaseML.v1/Google.Apis.FirebaseML.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseML.v1 Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseML.v1beta2/Google.Apis.FirebaseML.v1beta2.csproj b/Src/Generated/Google.Apis.FirebaseML.v1beta2/Google.Apis.FirebaseML.v1beta2.csproj index 9e532741d7..106734ff7e 100644 --- a/Src/Generated/Google.Apis.FirebaseML.v1beta2/Google.Apis.FirebaseML.v1beta2.csproj +++ b/Src/Generated/Google.Apis.FirebaseML.v1beta2/Google.Apis.FirebaseML.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseML.v1beta2 Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseManagement.v1beta1/Google.Apis.FirebaseManagement.v1beta1.csproj b/Src/Generated/Google.Apis.FirebaseManagement.v1beta1/Google.Apis.FirebaseManagement.v1beta1.csproj index 0e41d8927e..95a1bc6e6f 100644 --- a/Src/Generated/Google.Apis.FirebaseManagement.v1beta1/Google.Apis.FirebaseManagement.v1beta1.csproj +++ b/Src/Generated/Google.Apis.FirebaseManagement.v1beta1/Google.Apis.FirebaseManagement.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseManagement.v1beta1 Client Library - 1.61.0.3141 + 1.62.0.3141 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseRealtimeDatabase.v1beta/Google.Apis.FirebaseRealtimeDatabase.v1beta.csproj b/Src/Generated/Google.Apis.FirebaseRealtimeDatabase.v1beta/Google.Apis.FirebaseRealtimeDatabase.v1beta.csproj index fb84eadcb4..7d5c573f38 100644 --- a/Src/Generated/Google.Apis.FirebaseRealtimeDatabase.v1beta/Google.Apis.FirebaseRealtimeDatabase.v1beta.csproj +++ b/Src/Generated/Google.Apis.FirebaseRealtimeDatabase.v1beta/Google.Apis.FirebaseRealtimeDatabase.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseRealtimeDatabase.v1beta Client Library - 1.61.0.2911 + 1.62.0.2911 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseRules.v1/Google.Apis.FirebaseRules.v1.csproj b/Src/Generated/Google.Apis.FirebaseRules.v1/Google.Apis.FirebaseRules.v1.csproj index 355ca1bf50..7aae71cc60 100644 --- a/Src/Generated/Google.Apis.FirebaseRules.v1/Google.Apis.FirebaseRules.v1.csproj +++ b/Src/Generated/Google.Apis.FirebaseRules.v1/Google.Apis.FirebaseRules.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseRules.v1 Client Library - 1.61.0.2726 + 1.62.0.2726 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Firebaseappcheck.v1/Google.Apis.Firebaseappcheck.v1.csproj b/Src/Generated/Google.Apis.Firebaseappcheck.v1/Google.Apis.Firebaseappcheck.v1.csproj index 86182783a8..b4e7463012 100644 --- a/Src/Generated/Google.Apis.Firebaseappcheck.v1/Google.Apis.Firebaseappcheck.v1.csproj +++ b/Src/Generated/Google.Apis.Firebaseappcheck.v1/Google.Apis.Firebaseappcheck.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Firebaseappcheck.v1 Client Library - 1.61.0.3158 + 1.62.0.3158 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Firebaseappcheck.v1beta/Google.Apis.Firebaseappcheck.v1beta.csproj b/Src/Generated/Google.Apis.Firebaseappcheck.v1beta/Google.Apis.Firebaseappcheck.v1beta.csproj index 86ce0659ea..ed01e08f7d 100644 --- a/Src/Generated/Google.Apis.Firebaseappcheck.v1beta/Google.Apis.Firebaseappcheck.v1beta.csproj +++ b/Src/Generated/Google.Apis.Firebaseappcheck.v1beta/Google.Apis.Firebaseappcheck.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Firebaseappcheck.v1beta Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Firebasestorage.v1beta/Google.Apis.Firebasestorage.v1beta.csproj b/Src/Generated/Google.Apis.Firebasestorage.v1beta/Google.Apis.Firebasestorage.v1beta.csproj index 2626af154b..b54e580d19 100644 --- a/Src/Generated/Google.Apis.Firebasestorage.v1beta/Google.Apis.Firebasestorage.v1beta.csproj +++ b/Src/Generated/Google.Apis.Firebasestorage.v1beta/Google.Apis.Firebasestorage.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Firebasestorage.v1beta Client Library - 1.61.0.3158 + 1.62.0.3158 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Firestore.v1/Google.Apis.Firestore.v1.csproj b/Src/Generated/Google.Apis.Firestore.v1/Google.Apis.Firestore.v1.csproj index 3ad54900cc..a9d8d07054 100644 --- a/Src/Generated/Google.Apis.Firestore.v1/Google.Apis.Firestore.v1.csproj +++ b/Src/Generated/Google.Apis.Firestore.v1/Google.Apis.Firestore.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Firestore.v1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Firestore.v1beta1/Google.Apis.Firestore.v1beta1.csproj b/Src/Generated/Google.Apis.Firestore.v1beta1/Google.Apis.Firestore.v1beta1.csproj index 5de07bce7b..1766f1adb0 100644 --- a/Src/Generated/Google.Apis.Firestore.v1beta1/Google.Apis.Firestore.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Firestore.v1beta1/Google.Apis.Firestore.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Firestore.v1beta1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Firestore.v1beta2/Google.Apis.Firestore.v1beta2.csproj b/Src/Generated/Google.Apis.Firestore.v1beta2/Google.Apis.Firestore.v1beta2.csproj index e387557e85..831edd5b11 100644 --- a/Src/Generated/Google.Apis.Firestore.v1beta2/Google.Apis.Firestore.v1beta2.csproj +++ b/Src/Generated/Google.Apis.Firestore.v1beta2/Google.Apis.Firestore.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.Firestore.v1beta2 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Fitness.v1/Google.Apis.Fitness.v1.csproj b/Src/Generated/Google.Apis.Fitness.v1/Google.Apis.Fitness.v1.csproj index dc0be61501..30981e83db 100644 --- a/Src/Generated/Google.Apis.Fitness.v1/Google.Apis.Fitness.v1.csproj +++ b/Src/Generated/Google.Apis.Fitness.v1/Google.Apis.Fitness.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Fitness.v1 Client Library - 1.61.0.3105 + 1.62.0.3105 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Forms.v1/Google.Apis.Forms.v1.csproj b/Src/Generated/Google.Apis.Forms.v1/Google.Apis.Forms.v1.csproj index 21a07caedf..d06c86332c 100644 --- a/Src/Generated/Google.Apis.Forms.v1/Google.Apis.Forms.v1.csproj +++ b/Src/Generated/Google.Apis.Forms.v1/Google.Apis.Forms.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Forms.v1 Client Library - 1.61.0.2807 + 1.62.0.2807 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEHub.v1/Google.Apis.GKEHub.v1.csproj b/Src/Generated/Google.Apis.GKEHub.v1/Google.Apis.GKEHub.v1.csproj index cff1b04772..6ded9e8b55 100644 --- a/Src/Generated/Google.Apis.GKEHub.v1/Google.Apis.GKEHub.v1.csproj +++ b/Src/Generated/Google.Apis.GKEHub.v1/Google.Apis.GKEHub.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEHub.v1 Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEHub.v1alpha/Google.Apis.GKEHub.v1alpha.csproj b/Src/Generated/Google.Apis.GKEHub.v1alpha/Google.Apis.GKEHub.v1alpha.csproj index 81afe3d1b5..e7f88b81ad 100644 --- a/Src/Generated/Google.Apis.GKEHub.v1alpha/Google.Apis.GKEHub.v1alpha.csproj +++ b/Src/Generated/Google.Apis.GKEHub.v1alpha/Google.Apis.GKEHub.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEHub.v1alpha Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEHub.v1alpha2/Google.Apis.GKEHub.v1alpha2.csproj b/Src/Generated/Google.Apis.GKEHub.v1alpha2/Google.Apis.GKEHub.v1alpha2.csproj index 705171572a..170c8d3a11 100644 --- a/Src/Generated/Google.Apis.GKEHub.v1alpha2/Google.Apis.GKEHub.v1alpha2.csproj +++ b/Src/Generated/Google.Apis.GKEHub.v1alpha2/Google.Apis.GKEHub.v1alpha2.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEHub.v1alpha2 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEHub.v1beta/Google.Apis.GKEHub.v1beta.csproj b/Src/Generated/Google.Apis.GKEHub.v1beta/Google.Apis.GKEHub.v1beta.csproj index 2ba5f35441..613e46fa7b 100644 --- a/Src/Generated/Google.Apis.GKEHub.v1beta/Google.Apis.GKEHub.v1beta.csproj +++ b/Src/Generated/Google.Apis.GKEHub.v1beta/Google.Apis.GKEHub.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEHub.v1beta Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEHub.v1beta1/Google.Apis.GKEHub.v1beta1.csproj b/Src/Generated/Google.Apis.GKEHub.v1beta1/Google.Apis.GKEHub.v1beta1.csproj index 3f371dea72..969e348fda 100644 --- a/Src/Generated/Google.Apis.GKEHub.v1beta1/Google.Apis.GKEHub.v1beta1.csproj +++ b/Src/Generated/Google.Apis.GKEHub.v1beta1/Google.Apis.GKEHub.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEHub.v1beta1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEHub.v2alpha/Google.Apis.GKEHub.v2alpha.csproj b/Src/Generated/Google.Apis.GKEHub.v2alpha/Google.Apis.GKEHub.v2alpha.csproj index c9035458b8..5ab5106a1a 100644 --- a/Src/Generated/Google.Apis.GKEHub.v2alpha/Google.Apis.GKEHub.v2alpha.csproj +++ b/Src/Generated/Google.Apis.GKEHub.v2alpha/Google.Apis.GKEHub.v2alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEHub.v2alpha Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEOnPrem.v1/Google.Apis.GKEOnPrem.v1.csproj b/Src/Generated/Google.Apis.GKEOnPrem.v1/Google.Apis.GKEOnPrem.v1.csproj index e21b944b1a..ec27e86bad 100644 --- a/Src/Generated/Google.Apis.GKEOnPrem.v1/Google.Apis.GKEOnPrem.v1.csproj +++ b/Src/Generated/Google.Apis.GKEOnPrem.v1/Google.Apis.GKEOnPrem.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEOnPrem.v1 Client Library - 1.61.0.3148 + 1.62.0.3148 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Games.v1/Google.Apis.Games.v1.csproj b/Src/Generated/Google.Apis.Games.v1/Google.Apis.Games.v1.csproj index d1294fea89..c8f26d72aa 100644 --- a/Src/Generated/Google.Apis.Games.v1/Google.Apis.Games.v1.csproj +++ b/Src/Generated/Google.Apis.Games.v1/Google.Apis.Games.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Games.v1 Client Library - 1.61.0.3155 + 1.62.0.3155 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GamesConfiguration.v1configuration/Google.Apis.GamesConfiguration.v1configuration.csproj b/Src/Generated/Google.Apis.GamesConfiguration.v1configuration/Google.Apis.GamesConfiguration.v1configuration.csproj index d53aa952d0..15960a4b23 100644 --- a/Src/Generated/Google.Apis.GamesConfiguration.v1configuration/Google.Apis.GamesConfiguration.v1configuration.csproj +++ b/Src/Generated/Google.Apis.GamesConfiguration.v1configuration/Google.Apis.GamesConfiguration.v1configuration.csproj @@ -3,7 +3,7 @@ Google.Apis.GamesConfiguration.v1configuration Client Library - 1.61.0.2884 + 1.62.0.2884 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GamesManagement.v1management/Google.Apis.GamesManagement.v1management.csproj b/Src/Generated/Google.Apis.GamesManagement.v1management/Google.Apis.GamesManagement.v1management.csproj index ee73622a74..69b8c8d62f 100644 --- a/Src/Generated/Google.Apis.GamesManagement.v1management/Google.Apis.GamesManagement.v1management.csproj +++ b/Src/Generated/Google.Apis.GamesManagement.v1management/Google.Apis.GamesManagement.v1management.csproj @@ -3,7 +3,7 @@ Google.Apis.GamesManagement.v1management Client Library - 1.61.0.2239 + 1.62.0.2239 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Gmail.v1/Google.Apis.Gmail.v1.csproj b/Src/Generated/Google.Apis.Gmail.v1/Google.Apis.Gmail.v1.csproj index ede3848529..5673bfcd93 100644 --- a/Src/Generated/Google.Apis.Gmail.v1/Google.Apis.Gmail.v1.csproj +++ b/Src/Generated/Google.Apis.Gmail.v1/Google.Apis.Gmail.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Gmail.v1 Client Library - 1.61.0.3105 + 1.62.0.3105 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GoogleAnalyticsAdmin.v1alpha/Google.Apis.GoogleAnalyticsAdmin.v1alpha.csproj b/Src/Generated/Google.Apis.GoogleAnalyticsAdmin.v1alpha/Google.Apis.GoogleAnalyticsAdmin.v1alpha.csproj index 087b8ea664..8da6e233ba 100644 --- a/Src/Generated/Google.Apis.GoogleAnalyticsAdmin.v1alpha/Google.Apis.GoogleAnalyticsAdmin.v1alpha.csproj +++ b/Src/Generated/Google.Apis.GoogleAnalyticsAdmin.v1alpha/Google.Apis.GoogleAnalyticsAdmin.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.GoogleAnalyticsAdmin.v1alpha Client Library - 1.61.0.3156 + 1.62.0.3156 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GoogleAnalyticsAdmin.v1beta/Google.Apis.GoogleAnalyticsAdmin.v1beta.csproj b/Src/Generated/Google.Apis.GoogleAnalyticsAdmin.v1beta/Google.Apis.GoogleAnalyticsAdmin.v1beta.csproj index fbd35fe05b..844c1e0924 100644 --- a/Src/Generated/Google.Apis.GoogleAnalyticsAdmin.v1beta/Google.Apis.GoogleAnalyticsAdmin.v1beta.csproj +++ b/Src/Generated/Google.Apis.GoogleAnalyticsAdmin.v1beta/Google.Apis.GoogleAnalyticsAdmin.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.GoogleAnalyticsAdmin.v1beta Client Library - 1.61.0.3142 + 1.62.0.3142 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GroupsMigration.v1/Google.Apis.GroupsMigration.v1.csproj b/Src/Generated/Google.Apis.GroupsMigration.v1/Google.Apis.GroupsMigration.v1.csproj index 1233f282af..99ea785652 100644 --- a/Src/Generated/Google.Apis.GroupsMigration.v1/Google.Apis.GroupsMigration.v1.csproj +++ b/Src/Generated/Google.Apis.GroupsMigration.v1/Google.Apis.GroupsMigration.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.GroupsMigration.v1 Client Library - 1.61.0.2254 + 1.62.0.2254 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Groupssettings.v1/Google.Apis.Groupssettings.v1.csproj b/Src/Generated/Google.Apis.Groupssettings.v1/Google.Apis.Groupssettings.v1.csproj index f909698256..428633f59e 100644 --- a/Src/Generated/Google.Apis.Groupssettings.v1/Google.Apis.Groupssettings.v1.csproj +++ b/Src/Generated/Google.Apis.Groupssettings.v1/Google.Apis.Groupssettings.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Groupssettings.v1 Client Library - 1.61.0.2366 + 1.62.0.2366 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.csproj b/Src/Generated/Google.Apis.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.csproj index 04798c4007..d1da6b0bff 100644 --- a/Src/Generated/Google.Apis.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.csproj +++ b/Src/Generated/Google.Apis.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.HangoutsChat.v1 Client Library - 1.61.0.3162 + 1.62.0.3162 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.HomeGraphService.v1/Google.Apis.HomeGraphService.v1.csproj b/Src/Generated/Google.Apis.HomeGraphService.v1/Google.Apis.HomeGraphService.v1.csproj index ce80598931..f49acb1e13 100644 --- a/Src/Generated/Google.Apis.HomeGraphService.v1/Google.Apis.HomeGraphService.v1.csproj +++ b/Src/Generated/Google.Apis.HomeGraphService.v1/Google.Apis.HomeGraphService.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.HomeGraphService.v1 Client Library - 1.61.0.3109 + 1.62.0.3109 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.IAMCredentials.v1/Google.Apis.IAMCredentials.v1.csproj b/Src/Generated/Google.Apis.IAMCredentials.v1/Google.Apis.IAMCredentials.v1.csproj index c72a96d833..de51ee6a6c 100644 --- a/Src/Generated/Google.Apis.IAMCredentials.v1/Google.Apis.IAMCredentials.v1.csproj +++ b/Src/Generated/Google.Apis.IAMCredentials.v1/Google.Apis.IAMCredentials.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.IAMCredentials.v1 Client Library - 1.61.0.2528 + 1.62.0.2528 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.IDS.v1/Google.Apis.IDS.v1.csproj b/Src/Generated/Google.Apis.IDS.v1/Google.Apis.IDS.v1.csproj index a1f541d5c1..1dab4b2470 100644 --- a/Src/Generated/Google.Apis.IDS.v1/Google.Apis.IDS.v1.csproj +++ b/Src/Generated/Google.Apis.IDS.v1/Google.Apis.IDS.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.IDS.v1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Iam.v1/Google.Apis.Iam.v1.csproj b/Src/Generated/Google.Apis.Iam.v1/Google.Apis.Iam.v1.csproj index 8aae779977..cdfb9dc159 100644 --- a/Src/Generated/Google.Apis.Iam.v1/Google.Apis.Iam.v1.csproj +++ b/Src/Generated/Google.Apis.Iam.v1/Google.Apis.Iam.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Iam.v1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Iam.v2/Google.Apis.Iam.v2.csproj b/Src/Generated/Google.Apis.Iam.v2/Google.Apis.Iam.v2.csproj index 5db44553e1..dbc23b2a1d 100644 --- a/Src/Generated/Google.Apis.Iam.v2/Google.Apis.Iam.v2.csproj +++ b/Src/Generated/Google.Apis.Iam.v2/Google.Apis.Iam.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Iam.v2 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Iam.v2beta/Google.Apis.Iam.v2beta.csproj b/Src/Generated/Google.Apis.Iam.v2beta/Google.Apis.Iam.v2beta.csproj index 3c2180502d..b8503a4148 100644 --- a/Src/Generated/Google.Apis.Iam.v2beta/Google.Apis.Iam.v2beta.csproj +++ b/Src/Generated/Google.Apis.Iam.v2beta/Google.Apis.Iam.v2beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Iam.v2beta Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Indexing.v3/Google.Apis.Indexing.v3.csproj b/Src/Generated/Google.Apis.Indexing.v3/Google.Apis.Indexing.v3.csproj index 564918aced..338a9ffe3f 100644 --- a/Src/Generated/Google.Apis.Indexing.v3/Google.Apis.Indexing.v3.csproj +++ b/Src/Generated/Google.Apis.Indexing.v3/Google.Apis.Indexing.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.Indexing.v3 Client Library - 1.61.0.2224 + 1.62.0.2224 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Keep.v1/Google.Apis.Keep.v1.csproj b/Src/Generated/Google.Apis.Keep.v1/Google.Apis.Keep.v1.csproj index 285ced586c..76c86fc97b 100644 --- a/Src/Generated/Google.Apis.Keep.v1/Google.Apis.Keep.v1.csproj +++ b/Src/Generated/Google.Apis.Keep.v1/Google.Apis.Keep.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Keep.v1 Client Library - 1.61.0.2637 + 1.62.0.2637 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Kgsearch.v1/Google.Apis.Kgsearch.v1.csproj b/Src/Generated/Google.Apis.Kgsearch.v1/Google.Apis.Kgsearch.v1.csproj index 8126e80a66..c486f9343e 100644 --- a/Src/Generated/Google.Apis.Kgsearch.v1/Google.Apis.Kgsearch.v1.csproj +++ b/Src/Generated/Google.Apis.Kgsearch.v1/Google.Apis.Kgsearch.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Kgsearch.v1 Client Library - 1.61.0.2143 + 1.62.0.2143 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.Kmsinventory.v1/Google.Apis.Kmsinventory.v1.csproj b/Src/Generated/Google.Apis.Kmsinventory.v1/Google.Apis.Kmsinventory.v1.csproj index 5e75d03fe8..529e95e8ac 100644 --- a/Src/Generated/Google.Apis.Kmsinventory.v1/Google.Apis.Kmsinventory.v1.csproj +++ b/Src/Generated/Google.Apis.Kmsinventory.v1/Google.Apis.Kmsinventory.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Kmsinventory.v1 Client Library - 1.61.0.3118 + 1.62.0.3118 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Libraryagent.v1/Google.Apis.Libraryagent.v1.csproj b/Src/Generated/Google.Apis.Libraryagent.v1/Google.Apis.Libraryagent.v1.csproj index 9c72800c04..7a4126696b 100644 --- a/Src/Generated/Google.Apis.Libraryagent.v1/Google.Apis.Libraryagent.v1.csproj +++ b/Src/Generated/Google.Apis.Libraryagent.v1/Google.Apis.Libraryagent.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Libraryagent.v1 Client Library - 1.61.0.2413 + 1.62.0.2413 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Licensing.v1/Google.Apis.Licensing.v1.csproj b/Src/Generated/Google.Apis.Licensing.v1/Google.Apis.Licensing.v1.csproj index 64c642b637..865be15570 100644 --- a/Src/Generated/Google.Apis.Licensing.v1/Google.Apis.Licensing.v1.csproj +++ b/Src/Generated/Google.Apis.Licensing.v1/Google.Apis.Licensing.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Licensing.v1 Client Library - 1.61.0.2678 + 1.62.0.2678 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Localservices.v1/Google.Apis.Localservices.v1.csproj b/Src/Generated/Google.Apis.Localservices.v1/Google.Apis.Localservices.v1.csproj index 2e345ad436..291cfd5ed7 100644 --- a/Src/Generated/Google.Apis.Localservices.v1/Google.Apis.Localservices.v1.csproj +++ b/Src/Generated/Google.Apis.Localservices.v1/Google.Apis.Localservices.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Localservices.v1 Client Library - 1.61.0.2721 + 1.62.0.2721 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Logging.v2/Google.Apis.Logging.v2.csproj b/Src/Generated/Google.Apis.Logging.v2/Google.Apis.Logging.v2.csproj index 18b9ce2891..6ee39c5d5f 100644 --- a/Src/Generated/Google.Apis.Logging.v2/Google.Apis.Logging.v2.csproj +++ b/Src/Generated/Google.Apis.Logging.v2/Google.Apis.Logging.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Logging.v2 Client Library - 1.61.0.3144 + 1.62.0.3144 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1.csproj b/Src/Generated/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1.csproj index 25127b400c..9b9759e6b8 100644 --- a/Src/Generated/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1.csproj +++ b/Src/Generated/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1 Client Library - 1.61.0.3107 + 1.62.0.3107 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1.csproj b/Src/Generated/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1.csproj index ca697a8b82..c24c100a2d 100644 --- a/Src/Generated/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1 Client Library - 1.61.0.3107 + 1.62.0.3107 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.csproj b/Src/Generated/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.csproj index 49a1090d4b..baa939ceb9 100644 --- a/Src/Generated/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.csproj +++ b/Src/Generated/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1 Client Library - 1.61.0.3107 + 1.62.0.3107 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ManufacturerCenter.v1/Google.Apis.ManufacturerCenter.v1.csproj b/Src/Generated/Google.Apis.ManufacturerCenter.v1/Google.Apis.ManufacturerCenter.v1.csproj index 598f342998..80f9459b37 100644 --- a/Src/Generated/Google.Apis.ManufacturerCenter.v1/Google.Apis.ManufacturerCenter.v1.csproj +++ b/Src/Generated/Google.Apis.ManufacturerCenter.v1/Google.Apis.ManufacturerCenter.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ManufacturerCenter.v1 Client Library - 1.61.0.3164 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.MapsPlaces.v1/Google.Apis.MapsPlaces.v1.csproj b/Src/Generated/Google.Apis.MapsPlaces.v1/Google.Apis.MapsPlaces.v1.csproj index 972957c7dd..66f818877a 100644 --- a/Src/Generated/Google.Apis.MapsPlaces.v1/Google.Apis.MapsPlaces.v1.csproj +++ b/Src/Generated/Google.Apis.MapsPlaces.v1/Google.Apis.MapsPlaces.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.MapsPlaces.v1 Client Library - 1.61.0.3163 + 1.62.0.3163 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.MigrationCenterAPI.v1/Google.Apis.MigrationCenterAPI.v1.csproj b/Src/Generated/Google.Apis.MigrationCenterAPI.v1/Google.Apis.MigrationCenterAPI.v1.csproj index 0a81797029..7a5ca6a16a 100644 --- a/Src/Generated/Google.Apis.MigrationCenterAPI.v1/Google.Apis.MigrationCenterAPI.v1.csproj +++ b/Src/Generated/Google.Apis.MigrationCenterAPI.v1/Google.Apis.MigrationCenterAPI.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.MigrationCenterAPI.v1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.MigrationCenterAPI.v1alpha1/Google.Apis.MigrationCenterAPI.v1alpha1.csproj b/Src/Generated/Google.Apis.MigrationCenterAPI.v1alpha1/Google.Apis.MigrationCenterAPI.v1alpha1.csproj index 028129177d..67e92f032a 100644 --- a/Src/Generated/Google.Apis.MigrationCenterAPI.v1alpha1/Google.Apis.MigrationCenterAPI.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.MigrationCenterAPI.v1alpha1/Google.Apis.MigrationCenterAPI.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.MigrationCenterAPI.v1alpha1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Monitoring.v3/Google.Apis.Monitoring.v3.csproj b/Src/Generated/Google.Apis.Monitoring.v3/Google.Apis.Monitoring.v3.csproj index 4b5fbfe226..19f8966536 100644 --- a/Src/Generated/Google.Apis.Monitoring.v3/Google.Apis.Monitoring.v3.csproj +++ b/Src/Generated/Google.Apis.Monitoring.v3/Google.Apis.Monitoring.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.Monitoring.v3 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.MyBusinessAccountManagement.v1/Google.Apis.MyBusinessAccountManagement.v1.csproj b/Src/Generated/Google.Apis.MyBusinessAccountManagement.v1/Google.Apis.MyBusinessAccountManagement.v1.csproj index 876e9e4952..daa09252b3 100644 --- a/Src/Generated/Google.Apis.MyBusinessAccountManagement.v1/Google.Apis.MyBusinessAccountManagement.v1.csproj +++ b/Src/Generated/Google.Apis.MyBusinessAccountManagement.v1/Google.Apis.MyBusinessAccountManagement.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.MyBusinessAccountManagement.v1 Client Library - 1.61.0.2939 + 1.62.0.2939 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.MyBusinessBusinessInformation.v1/Google.Apis.MyBusinessBusinessInformation.v1.csproj b/Src/Generated/Google.Apis.MyBusinessBusinessInformation.v1/Google.Apis.MyBusinessBusinessInformation.v1.csproj index 31f143d3be..fef5e0aace 100644 --- a/Src/Generated/Google.Apis.MyBusinessBusinessInformation.v1/Google.Apis.MyBusinessBusinessInformation.v1.csproj +++ b/Src/Generated/Google.Apis.MyBusinessBusinessInformation.v1/Google.Apis.MyBusinessBusinessInformation.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.MyBusinessBusinessInformation.v1 Client Library - 1.61.0.3072 + 1.62.0.3072 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.MyBusinessLodging.v1/Google.Apis.MyBusinessLodging.v1.csproj b/Src/Generated/Google.Apis.MyBusinessLodging.v1/Google.Apis.MyBusinessLodging.v1.csproj index 7383c04fce..ddd2f56bf3 100644 --- a/Src/Generated/Google.Apis.MyBusinessLodging.v1/Google.Apis.MyBusinessLodging.v1.csproj +++ b/Src/Generated/Google.Apis.MyBusinessLodging.v1/Google.Apis.MyBusinessLodging.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.MyBusinessLodging.v1 Client Library - 1.61.0.3106 + 1.62.0.3106 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.MyBusinessNotificationSettings.v1/Google.Apis.MyBusinessNotificationSettings.v1.csproj b/Src/Generated/Google.Apis.MyBusinessNotificationSettings.v1/Google.Apis.MyBusinessNotificationSettings.v1.csproj index 44539dab8b..2cf0a8c967 100644 --- a/Src/Generated/Google.Apis.MyBusinessNotificationSettings.v1/Google.Apis.MyBusinessNotificationSettings.v1.csproj +++ b/Src/Generated/Google.Apis.MyBusinessNotificationSettings.v1/Google.Apis.MyBusinessNotificationSettings.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.MyBusinessNotificationSettings.v1 Client Library - 1.61.0.3106 + 1.62.0.3106 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.MyBusinessPlaceActions.v1/Google.Apis.MyBusinessPlaceActions.v1.csproj b/Src/Generated/Google.Apis.MyBusinessPlaceActions.v1/Google.Apis.MyBusinessPlaceActions.v1.csproj index ba400a5604..8a428592c2 100644 --- a/Src/Generated/Google.Apis.MyBusinessPlaceActions.v1/Google.Apis.MyBusinessPlaceActions.v1.csproj +++ b/Src/Generated/Google.Apis.MyBusinessPlaceActions.v1/Google.Apis.MyBusinessPlaceActions.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.MyBusinessPlaceActions.v1 Client Library - 1.61.0.2890 + 1.62.0.2890 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.MyBusinessQA.v1/Google.Apis.MyBusinessQA.v1.csproj b/Src/Generated/Google.Apis.MyBusinessQA.v1/Google.Apis.MyBusinessQA.v1.csproj index 91ce93328a..8d0e208dbe 100644 --- a/Src/Generated/Google.Apis.MyBusinessQA.v1/Google.Apis.MyBusinessQA.v1.csproj +++ b/Src/Generated/Google.Apis.MyBusinessQA.v1/Google.Apis.MyBusinessQA.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.MyBusinessQA.v1 Client Library - 1.61.0.2890 + 1.62.0.2890 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.MyBusinessVerifications.v1/Google.Apis.MyBusinessVerifications.v1.csproj b/Src/Generated/Google.Apis.MyBusinessVerifications.v1/Google.Apis.MyBusinessVerifications.v1.csproj index 0c2cb3d577..4e73253f78 100644 --- a/Src/Generated/Google.Apis.MyBusinessVerifications.v1/Google.Apis.MyBusinessVerifications.v1.csproj +++ b/Src/Generated/Google.Apis.MyBusinessVerifications.v1/Google.Apis.MyBusinessVerifications.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.MyBusinessVerifications.v1 Client Library - 1.61.0.2959 + 1.62.0.2959 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.NetworkManagement.v1/Google.Apis.NetworkManagement.v1.csproj b/Src/Generated/Google.Apis.NetworkManagement.v1/Google.Apis.NetworkManagement.v1.csproj index 06ec9fc45f..f58679b4bb 100644 --- a/Src/Generated/Google.Apis.NetworkManagement.v1/Google.Apis.NetworkManagement.v1.csproj +++ b/Src/Generated/Google.Apis.NetworkManagement.v1/Google.Apis.NetworkManagement.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetworkManagement.v1 Client Library - 1.61.0.3142 + 1.62.0.3142 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.NetworkManagement.v1beta1/Google.Apis.NetworkManagement.v1beta1.csproj b/Src/Generated/Google.Apis.NetworkManagement.v1beta1/Google.Apis.NetworkManagement.v1beta1.csproj index 143a26e5af..bf04da5901 100644 --- a/Src/Generated/Google.Apis.NetworkManagement.v1beta1/Google.Apis.NetworkManagement.v1beta1.csproj +++ b/Src/Generated/Google.Apis.NetworkManagement.v1beta1/Google.Apis.NetworkManagement.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetworkManagement.v1beta1 Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.NetworkSecurity.v1/Google.Apis.NetworkSecurity.v1.csproj b/Src/Generated/Google.Apis.NetworkSecurity.v1/Google.Apis.NetworkSecurity.v1.csproj index e9d2d54313..cfb4fd8f0f 100644 --- a/Src/Generated/Google.Apis.NetworkSecurity.v1/Google.Apis.NetworkSecurity.v1.csproj +++ b/Src/Generated/Google.Apis.NetworkSecurity.v1/Google.Apis.NetworkSecurity.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetworkSecurity.v1 Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.NetworkSecurity.v1beta1/Google.Apis.NetworkSecurity.v1beta1.csproj b/Src/Generated/Google.Apis.NetworkSecurity.v1beta1/Google.Apis.NetworkSecurity.v1beta1.csproj index fd119dc639..8e171f89cd 100644 --- a/Src/Generated/Google.Apis.NetworkSecurity.v1beta1/Google.Apis.NetworkSecurity.v1beta1.csproj +++ b/Src/Generated/Google.Apis.NetworkSecurity.v1beta1/Google.Apis.NetworkSecurity.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetworkSecurity.v1beta1 Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.NetworkServices.v1/Google.Apis.NetworkServices.v1.csproj b/Src/Generated/Google.Apis.NetworkServices.v1/Google.Apis.NetworkServices.v1.csproj index 6210840b63..7b8387cedc 100644 --- a/Src/Generated/Google.Apis.NetworkServices.v1/Google.Apis.NetworkServices.v1.csproj +++ b/Src/Generated/Google.Apis.NetworkServices.v1/Google.Apis.NetworkServices.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetworkServices.v1 Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.NetworkServices.v1beta1/Google.Apis.NetworkServices.v1beta1.csproj b/Src/Generated/Google.Apis.NetworkServices.v1beta1/Google.Apis.NetworkServices.v1beta1.csproj index d990eff13c..f1016b477f 100644 --- a/Src/Generated/Google.Apis.NetworkServices.v1beta1/Google.Apis.NetworkServices.v1beta1.csproj +++ b/Src/Generated/Google.Apis.NetworkServices.v1beta1/Google.Apis.NetworkServices.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetworkServices.v1beta1 Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.csproj b/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.csproj index 5cd31a93aa..d7f2e3534b 100644 --- a/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.csproj +++ b/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Networkconnectivity.v1 Client Library - 1.61.0.3149 + 1.62.0.3149 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Networkconnectivity.v1alpha1/Google.Apis.Networkconnectivity.v1alpha1.csproj b/Src/Generated/Google.Apis.Networkconnectivity.v1alpha1/Google.Apis.Networkconnectivity.v1alpha1.csproj index 0d404413f0..ef02fb67f1 100644 --- a/Src/Generated/Google.Apis.Networkconnectivity.v1alpha1/Google.Apis.Networkconnectivity.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.Networkconnectivity.v1alpha1/Google.Apis.Networkconnectivity.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.Networkconnectivity.v1alpha1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.csproj b/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.csproj index 037f6bec30..255d738319 100644 --- a/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.csproj +++ b/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.OSConfig.v1 Client Library - 1.61.0.3160 + 1.62.0.3160 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.OSConfig.v1alpha/Google.Apis.OSConfig.v1alpha.csproj b/Src/Generated/Google.Apis.OSConfig.v1alpha/Google.Apis.OSConfig.v1alpha.csproj index 5587be92c4..4ab210ee78 100644 --- a/Src/Generated/Google.Apis.OSConfig.v1alpha/Google.Apis.OSConfig.v1alpha.csproj +++ b/Src/Generated/Google.Apis.OSConfig.v1alpha/Google.Apis.OSConfig.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.OSConfig.v1alpha Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj index 7eaeffe5c4..8f5526dc48 100644 --- a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj +++ b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.OSConfig.v1beta Client Library - 1.61.0.2634 + 1.62.0.2634 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Oauth2.v2/Google.Apis.Oauth2.v2.csproj b/Src/Generated/Google.Apis.Oauth2.v2/Google.Apis.Oauth2.v2.csproj index 7992b9937e..1963165840 100644 --- a/Src/Generated/Google.Apis.Oauth2.v2/Google.Apis.Oauth2.v2.csproj +++ b/Src/Generated/Google.Apis.Oauth2.v2/Google.Apis.Oauth2.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Oauth2.v2 Client Library - 1.61.0.1869 + 1.62.0.1869 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.OnDemandScanning.v1/Google.Apis.OnDemandScanning.v1.csproj b/Src/Generated/Google.Apis.OnDemandScanning.v1/Google.Apis.OnDemandScanning.v1.csproj index 6caf3c5631..12390700dd 100644 --- a/Src/Generated/Google.Apis.OnDemandScanning.v1/Google.Apis.OnDemandScanning.v1.csproj +++ b/Src/Generated/Google.Apis.OnDemandScanning.v1/Google.Apis.OnDemandScanning.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.OnDemandScanning.v1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.OnDemandScanning.v1beta1/Google.Apis.OnDemandScanning.v1beta1.csproj b/Src/Generated/Google.Apis.OnDemandScanning.v1beta1/Google.Apis.OnDemandScanning.v1beta1.csproj index b1970c8a6c..6749fe4d84 100644 --- a/Src/Generated/Google.Apis.OnDemandScanning.v1beta1/Google.Apis.OnDemandScanning.v1beta1.csproj +++ b/Src/Generated/Google.Apis.OnDemandScanning.v1beta1/Google.Apis.OnDemandScanning.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.OnDemandScanning.v1beta1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.OrgPolicyAPI.v2/Google.Apis.OrgPolicyAPI.v2.csproj b/Src/Generated/Google.Apis.OrgPolicyAPI.v2/Google.Apis.OrgPolicyAPI.v2.csproj index 42dac64448..4bb5a95ecf 100644 --- a/Src/Generated/Google.Apis.OrgPolicyAPI.v2/Google.Apis.OrgPolicyAPI.v2.csproj +++ b/Src/Generated/Google.Apis.OrgPolicyAPI.v2/Google.Apis.OrgPolicyAPI.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.OrgPolicyAPI.v2 Client Library - 1.61.0.3141 + 1.62.0.3141 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PagespeedInsights.v5/Google.Apis.PagespeedInsights.v5.csproj b/Src/Generated/Google.Apis.PagespeedInsights.v5/Google.Apis.PagespeedInsights.v5.csproj index d5ee960324..2005c4333d 100644 --- a/Src/Generated/Google.Apis.PagespeedInsights.v5/Google.Apis.PagespeedInsights.v5.csproj +++ b/Src/Generated/Google.Apis.PagespeedInsights.v5/Google.Apis.PagespeedInsights.v5.csproj @@ -3,7 +3,7 @@ Google.Apis.PagespeedInsights.v5 Client Library - 1.61.0.3107 + 1.62.0.3107 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.csproj b/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.csproj index 0e8340de29..5741327173 100644 --- a/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.csproj +++ b/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PaymentsResellerSubscription.v1 Client Library - 1.61.0.3164 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.PeopleService.v1/Google.Apis.PeopleService.v1.csproj b/Src/Generated/Google.Apis.PeopleService.v1/Google.Apis.PeopleService.v1.csproj index 8fef03f846..418cba241f 100644 --- a/Src/Generated/Google.Apis.PeopleService.v1/Google.Apis.PeopleService.v1.csproj +++ b/Src/Generated/Google.Apis.PeopleService.v1/Google.Apis.PeopleService.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PeopleService.v1 Client Library - 1.61.0.3093 + 1.62.0.3093 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PlayGrouping.v1alpha1/Google.Apis.PlayGrouping.v1alpha1.csproj b/Src/Generated/Google.Apis.PlayGrouping.v1alpha1/Google.Apis.PlayGrouping.v1alpha1.csproj index e5dd19d928..a3e13855a1 100644 --- a/Src/Generated/Google.Apis.PlayGrouping.v1alpha1/Google.Apis.PlayGrouping.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.PlayGrouping.v1alpha1/Google.Apis.PlayGrouping.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.PlayGrouping.v1alpha1 Client Library - 1.61.0.3164 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.PlayIntegrity.v1/Google.Apis.PlayIntegrity.v1.csproj b/Src/Generated/Google.Apis.PlayIntegrity.v1/Google.Apis.PlayIntegrity.v1.csproj index 5f7dd5046d..29f219d7de 100644 --- a/Src/Generated/Google.Apis.PlayIntegrity.v1/Google.Apis.PlayIntegrity.v1.csproj +++ b/Src/Generated/Google.Apis.PlayIntegrity.v1/Google.Apis.PlayIntegrity.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PlayIntegrity.v1 Client Library - 1.61.0.3071 + 1.62.0.3071 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Playcustomapp.v1/Google.Apis.Playcustomapp.v1.csproj b/Src/Generated/Google.Apis.Playcustomapp.v1/Google.Apis.Playcustomapp.v1.csproj index b62e9e8ce9..181ecfbd89 100644 --- a/Src/Generated/Google.Apis.Playcustomapp.v1/Google.Apis.Playcustomapp.v1.csproj +++ b/Src/Generated/Google.Apis.Playcustomapp.v1/Google.Apis.Playcustomapp.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Playcustomapp.v1 Client Library - 1.61.0.2490 + 1.62.0.2490 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Playdeveloperreporting.v1alpha1/Google.Apis.Playdeveloperreporting.v1alpha1.csproj b/Src/Generated/Google.Apis.Playdeveloperreporting.v1alpha1/Google.Apis.Playdeveloperreporting.v1alpha1.csproj index 60b5ea0151..89af0a8940 100644 --- a/Src/Generated/Google.Apis.Playdeveloperreporting.v1alpha1/Google.Apis.Playdeveloperreporting.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.Playdeveloperreporting.v1alpha1/Google.Apis.Playdeveloperreporting.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.Playdeveloperreporting.v1alpha1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Playdeveloperreporting.v1beta1/Google.Apis.Playdeveloperreporting.v1beta1.csproj b/Src/Generated/Google.Apis.Playdeveloperreporting.v1beta1/Google.Apis.Playdeveloperreporting.v1beta1.csproj index 9bf60cd40f..a5a92546a6 100644 --- a/Src/Generated/Google.Apis.Playdeveloperreporting.v1beta1/Google.Apis.Playdeveloperreporting.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Playdeveloperreporting.v1beta1/Google.Apis.Playdeveloperreporting.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Playdeveloperreporting.v1beta1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PolicyAnalyzer.v1/Google.Apis.PolicyAnalyzer.v1.csproj b/Src/Generated/Google.Apis.PolicyAnalyzer.v1/Google.Apis.PolicyAnalyzer.v1.csproj index 6c0ed43bde..db26f8257f 100644 --- a/Src/Generated/Google.Apis.PolicyAnalyzer.v1/Google.Apis.PolicyAnalyzer.v1.csproj +++ b/Src/Generated/Google.Apis.PolicyAnalyzer.v1/Google.Apis.PolicyAnalyzer.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PolicyAnalyzer.v1 Client Library - 1.61.0.2452 + 1.62.0.2452 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PolicyAnalyzer.v1beta1/Google.Apis.PolicyAnalyzer.v1beta1.csproj b/Src/Generated/Google.Apis.PolicyAnalyzer.v1beta1/Google.Apis.PolicyAnalyzer.v1beta1.csproj index 0065302ef8..008ef45a7c 100644 --- a/Src/Generated/Google.Apis.PolicyAnalyzer.v1beta1/Google.Apis.PolicyAnalyzer.v1beta1.csproj +++ b/Src/Generated/Google.Apis.PolicyAnalyzer.v1beta1/Google.Apis.PolicyAnalyzer.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.PolicyAnalyzer.v1beta1 Client Library - 1.61.0.2409 + 1.62.0.2409 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PolicySimulator.v1/Google.Apis.PolicySimulator.v1.csproj b/Src/Generated/Google.Apis.PolicySimulator.v1/Google.Apis.PolicySimulator.v1.csproj index 00c7d7034d..9a34be3464 100644 --- a/Src/Generated/Google.Apis.PolicySimulator.v1/Google.Apis.PolicySimulator.v1.csproj +++ b/Src/Generated/Google.Apis.PolicySimulator.v1/Google.Apis.PolicySimulator.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PolicySimulator.v1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PolicyTroubleshooter.v1/Google.Apis.PolicyTroubleshooter.v1.csproj b/Src/Generated/Google.Apis.PolicyTroubleshooter.v1/Google.Apis.PolicyTroubleshooter.v1.csproj index cc8b54cc1c..5ad210c23a 100644 --- a/Src/Generated/Google.Apis.PolicyTroubleshooter.v1/Google.Apis.PolicyTroubleshooter.v1.csproj +++ b/Src/Generated/Google.Apis.PolicyTroubleshooter.v1/Google.Apis.PolicyTroubleshooter.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PolicyTroubleshooter.v1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PolicyTroubleshooter.v1beta/Google.Apis.PolicyTroubleshooter.v1beta.csproj b/Src/Generated/Google.Apis.PolicyTroubleshooter.v1beta/Google.Apis.PolicyTroubleshooter.v1beta.csproj index 69f7415213..bbd210416d 100644 --- a/Src/Generated/Google.Apis.PolicyTroubleshooter.v1beta/Google.Apis.PolicyTroubleshooter.v1beta.csproj +++ b/Src/Generated/Google.Apis.PolicyTroubleshooter.v1beta/Google.Apis.PolicyTroubleshooter.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.PolicyTroubleshooter.v1beta Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PolyService.v1/Google.Apis.PolyService.v1.csproj b/Src/Generated/Google.Apis.PolyService.v1/Google.Apis.PolyService.v1.csproj index 09d04db2f0..544f02e4c1 100644 --- a/Src/Generated/Google.Apis.PolyService.v1/Google.Apis.PolyService.v1.csproj +++ b/Src/Generated/Google.Apis.PolyService.v1/Google.Apis.PolyService.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PolyService.v1 Client Library - 1.61.0.2168 + 1.62.0.2168 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.PostmasterTools.v1/Google.Apis.PostmasterTools.v1.csproj b/Src/Generated/Google.Apis.PostmasterTools.v1/Google.Apis.PostmasterTools.v1.csproj index 2c580a0a5d..3460d16836 100644 --- a/Src/Generated/Google.Apis.PostmasterTools.v1/Google.Apis.PostmasterTools.v1.csproj +++ b/Src/Generated/Google.Apis.PostmasterTools.v1/Google.Apis.PostmasterTools.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PostmasterTools.v1 Client Library - 1.61.0.2238 + 1.62.0.2238 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PostmasterTools.v1beta1/Google.Apis.PostmasterTools.v1beta1.csproj b/Src/Generated/Google.Apis.PostmasterTools.v1beta1/Google.Apis.PostmasterTools.v1beta1.csproj index c9dbccd44d..6d1e41c065 100644 --- a/Src/Generated/Google.Apis.PostmasterTools.v1beta1/Google.Apis.PostmasterTools.v1beta1.csproj +++ b/Src/Generated/Google.Apis.PostmasterTools.v1beta1/Google.Apis.PostmasterTools.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.PostmasterTools.v1beta1 Client Library - 1.61.0.3106 + 1.62.0.3106 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PublicCertificateAuthority.v1/Google.Apis.PublicCertificateAuthority.v1.csproj b/Src/Generated/Google.Apis.PublicCertificateAuthority.v1/Google.Apis.PublicCertificateAuthority.v1.csproj index cc7fb27ee0..6966e6e2e9 100644 --- a/Src/Generated/Google.Apis.PublicCertificateAuthority.v1/Google.Apis.PublicCertificateAuthority.v1.csproj +++ b/Src/Generated/Google.Apis.PublicCertificateAuthority.v1/Google.Apis.PublicCertificateAuthority.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PublicCertificateAuthority.v1 Client Library - 1.61.0.3036 + 1.62.0.3036 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PublicCertificateAuthority.v1alpha1/Google.Apis.PublicCertificateAuthority.v1alpha1.csproj b/Src/Generated/Google.Apis.PublicCertificateAuthority.v1alpha1/Google.Apis.PublicCertificateAuthority.v1alpha1.csproj index 3ed87e39bc..b43d67b2d5 100644 --- a/Src/Generated/Google.Apis.PublicCertificateAuthority.v1alpha1/Google.Apis.PublicCertificateAuthority.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.PublicCertificateAuthority.v1alpha1/Google.Apis.PublicCertificateAuthority.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.PublicCertificateAuthority.v1alpha1 Client Library - 1.61.0.2979 + 1.62.0.2979 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PublicCertificateAuthority.v1beta1/Google.Apis.PublicCertificateAuthority.v1beta1.csproj b/Src/Generated/Google.Apis.PublicCertificateAuthority.v1beta1/Google.Apis.PublicCertificateAuthority.v1beta1.csproj index cd65a1b075..a34892667d 100644 --- a/Src/Generated/Google.Apis.PublicCertificateAuthority.v1beta1/Google.Apis.PublicCertificateAuthority.v1beta1.csproj +++ b/Src/Generated/Google.Apis.PublicCertificateAuthority.v1beta1/Google.Apis.PublicCertificateAuthority.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.PublicCertificateAuthority.v1beta1 Client Library - 1.61.0.2979 + 1.62.0.2979 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Pubsub.v1/Google.Apis.Pubsub.v1.csproj b/Src/Generated/Google.Apis.Pubsub.v1/Google.Apis.Pubsub.v1.csproj index 6e24551326..1aeac96d92 100644 --- a/Src/Generated/Google.Apis.Pubsub.v1/Google.Apis.Pubsub.v1.csproj +++ b/Src/Generated/Google.Apis.Pubsub.v1/Google.Apis.Pubsub.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Pubsub.v1 Client Library - 1.61.0.3134 + 1.62.0.3134 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Pubsub.v1beta1a/Google.Apis.Pubsub.v1beta1a.csproj b/Src/Generated/Google.Apis.Pubsub.v1beta1a/Google.Apis.Pubsub.v1beta1a.csproj index 516fa8ed63..86b5017a24 100644 --- a/Src/Generated/Google.Apis.Pubsub.v1beta1a/Google.Apis.Pubsub.v1beta1a.csproj +++ b/Src/Generated/Google.Apis.Pubsub.v1beta1a/Google.Apis.Pubsub.v1beta1a.csproj @@ -3,7 +3,7 @@ Google.Apis.Pubsub.v1beta1a Client Library - 1.61.0.3113 + 1.62.0.3113 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Pubsub.v1beta2/Google.Apis.Pubsub.v1beta2.csproj b/Src/Generated/Google.Apis.Pubsub.v1beta2/Google.Apis.Pubsub.v1beta2.csproj index 4e42703519..1af9554813 100644 --- a/Src/Generated/Google.Apis.Pubsub.v1beta2/Google.Apis.Pubsub.v1beta2.csproj +++ b/Src/Generated/Google.Apis.Pubsub.v1beta2/Google.Apis.Pubsub.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.Pubsub.v1beta2 Client Library - 1.61.0.3134 + 1.62.0.3134 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.csproj b/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.csproj index 1822b86b17..b32c0b2912 100644 --- a/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.csproj +++ b/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PubsubLite.v1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.RealTimeBidding.v1/Google.Apis.RealTimeBidding.v1.csproj b/Src/Generated/Google.Apis.RealTimeBidding.v1/Google.Apis.RealTimeBidding.v1.csproj index 76a8b47801..f794144738 100644 --- a/Src/Generated/Google.Apis.RealTimeBidding.v1/Google.Apis.RealTimeBidding.v1.csproj +++ b/Src/Generated/Google.Apis.RealTimeBidding.v1/Google.Apis.RealTimeBidding.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.RealTimeBidding.v1 Client Library - 1.61.0.3155 + 1.62.0.3155 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.csproj b/Src/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.csproj index 7489dc0388..7655f9fc40 100644 --- a/Src/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.csproj +++ b/Src/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.RecaptchaEnterprise.v1 Client Library - 1.61.0.3131 + 1.62.0.3131 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.RecommendationsAI.v1beta1/Google.Apis.RecommendationsAI.v1beta1.csproj b/Src/Generated/Google.Apis.RecommendationsAI.v1beta1/Google.Apis.RecommendationsAI.v1beta1.csproj index ab822e1a22..7482ca6873 100644 --- a/Src/Generated/Google.Apis.RecommendationsAI.v1beta1/Google.Apis.RecommendationsAI.v1beta1.csproj +++ b/Src/Generated/Google.Apis.RecommendationsAI.v1beta1/Google.Apis.RecommendationsAI.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.RecommendationsAI.v1beta1 Client Library - 1.61.0.3143 + 1.62.0.3143 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Recommender.v1/Google.Apis.Recommender.v1.csproj b/Src/Generated/Google.Apis.Recommender.v1/Google.Apis.Recommender.v1.csproj index 3424a4ef75..26fa5755c5 100644 --- a/Src/Generated/Google.Apis.Recommender.v1/Google.Apis.Recommender.v1.csproj +++ b/Src/Generated/Google.Apis.Recommender.v1/Google.Apis.Recommender.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Recommender.v1 Client Library - 1.61.0.2929 + 1.62.0.2929 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Recommender.v1beta1/Google.Apis.Recommender.v1beta1.csproj b/Src/Generated/Google.Apis.Recommender.v1beta1/Google.Apis.Recommender.v1beta1.csproj index 0709699867..38ff713701 100644 --- a/Src/Generated/Google.Apis.Recommender.v1beta1/Google.Apis.Recommender.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Recommender.v1beta1/Google.Apis.Recommender.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Recommender.v1beta1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Reseller.v1/Google.Apis.Reseller.v1.csproj b/Src/Generated/Google.Apis.Reseller.v1/Google.Apis.Reseller.v1.csproj index b1d0c74f7a..dd26c11350 100644 --- a/Src/Generated/Google.Apis.Reseller.v1/Google.Apis.Reseller.v1.csproj +++ b/Src/Generated/Google.Apis.Reseller.v1/Google.Apis.Reseller.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Reseller.v1 Client Library - 1.61.0.3085 + 1.62.0.3085 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ResourceSettings.v1/Google.Apis.ResourceSettings.v1.csproj b/Src/Generated/Google.Apis.ResourceSettings.v1/Google.Apis.ResourceSettings.v1.csproj index 33de3fe6e7..3f5df8e142 100644 --- a/Src/Generated/Google.Apis.ResourceSettings.v1/Google.Apis.ResourceSettings.v1.csproj +++ b/Src/Generated/Google.Apis.ResourceSettings.v1/Google.Apis.ResourceSettings.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ResourceSettings.v1 Client Library - 1.61.0.2413 + 1.62.0.2413 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SA360.v0/Google.Apis.SA360.v0.csproj b/Src/Generated/Google.Apis.SA360.v0/Google.Apis.SA360.v0.csproj index 3a489b3659..52e8006c01 100644 --- a/Src/Generated/Google.Apis.SA360.v0/Google.Apis.SA360.v0.csproj +++ b/Src/Generated/Google.Apis.SA360.v0/Google.Apis.SA360.v0.csproj @@ -3,7 +3,7 @@ Google.Apis.SA360.v0 Client Library - 1.61.0.3151 + 1.62.0.3151 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.cs b/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.cs index af0fc36ef5..26cf69a961 100644 --- a/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.cs +++ b/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.cs @@ -5211,6 +5211,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("outOfDiskReport")] public virtual SqlOutOfDiskReport OutOfDiskReport { get; set; } + /// Output only. The dns name of the primary instance in a replication group. + [Newtonsoft.Json.JsonPropertyAttribute("primaryDnsName")] + public virtual string PrimaryDnsName { get; set; } + /// /// The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if /// applicable. @@ -6299,7 +6303,7 @@ public class LocationPreference : Google.Apis.Requests.IDirectResponseSchema /// /// The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, - /// etc.). + /// etc.). To disable this field, set it to 'no_secondary_zone'. /// [Newtonsoft.Json.JsonPropertyAttribute("secondaryZone")] public virtual string SecondaryZone { get; set; } diff --git a/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.csproj b/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.csproj index 567f46646d..d2d0347d3f 100644 --- a/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.csproj +++ b/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.SQLAdmin.v1 Client Library - 1.61.0.3130 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.cs b/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.cs index 6d28f1c347..c6091385f0 100644 --- a/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.cs +++ b/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.cs @@ -5211,6 +5211,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("outOfDiskReport")] public virtual SqlOutOfDiskReport OutOfDiskReport { get; set; } + /// Output only. The dns name of the primary instance in a replication group. + [Newtonsoft.Json.JsonPropertyAttribute("primaryDnsName")] + public virtual string PrimaryDnsName { get; set; } + /// /// The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if /// applicable. @@ -6299,7 +6303,7 @@ public class LocationPreference : Google.Apis.Requests.IDirectResponseSchema /// /// The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, - /// etc.). + /// etc.). To disable this field, set it to 'no_secondary_zone'. /// [Newtonsoft.Json.JsonPropertyAttribute("secondaryZone")] public virtual string SecondaryZone { get; set; } diff --git a/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.csproj b/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.csproj index 458a8f05e8..a1e86efb19 100644 --- a/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.csproj +++ b/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.csproj @@ -3,7 +3,7 @@ Google.Apis.SQLAdmin.v1beta4 Client Library - 1.61.0.3130 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Safebrowsing.v4/Google.Apis.Safebrowsing.v4.csproj b/Src/Generated/Google.Apis.Safebrowsing.v4/Google.Apis.Safebrowsing.v4.csproj index acbcac6af2..c5b77d9793 100644 --- a/Src/Generated/Google.Apis.Safebrowsing.v4/Google.Apis.Safebrowsing.v4.csproj +++ b/Src/Generated/Google.Apis.Safebrowsing.v4/Google.Apis.Safebrowsing.v4.csproj @@ -3,7 +3,7 @@ Google.Apis.Safebrowsing.v4 Client Library - 1.61.0.2968 + 1.62.0.2968 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.Script.v1/Google.Apis.Script.v1.csproj b/Src/Generated/Google.Apis.Script.v1/Google.Apis.Script.v1.csproj index 84f18231de..7b41568797 100644 --- a/Src/Generated/Google.Apis.Script.v1/Google.Apis.Script.v1.csproj +++ b/Src/Generated/Google.Apis.Script.v1/Google.Apis.Script.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Script.v1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SearchConsole.v1/Google.Apis.SearchConsole.v1.csproj b/Src/Generated/Google.Apis.SearchConsole.v1/Google.Apis.SearchConsole.v1.csproj index b4bacb7967..b5acb63d83 100644 --- a/Src/Generated/Google.Apis.SearchConsole.v1/Google.Apis.SearchConsole.v1.csproj +++ b/Src/Generated/Google.Apis.SearchConsole.v1/Google.Apis.SearchConsole.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.SearchConsole.v1 Client Library - 1.61.0.3103 + 1.62.0.3103 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SecretManager.v1/Google.Apis.SecretManager.v1.csproj b/Src/Generated/Google.Apis.SecretManager.v1/Google.Apis.SecretManager.v1.csproj index 0a4ab321a8..13c2d4ce80 100644 --- a/Src/Generated/Google.Apis.SecretManager.v1/Google.Apis.SecretManager.v1.csproj +++ b/Src/Generated/Google.Apis.SecretManager.v1/Google.Apis.SecretManager.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.SecretManager.v1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SecretManager.v1beta1/Google.Apis.SecretManager.v1beta1.csproj b/Src/Generated/Google.Apis.SecretManager.v1beta1/Google.Apis.SecretManager.v1beta1.csproj index e0088c48b4..5628e1f8c0 100644 --- a/Src/Generated/Google.Apis.SecretManager.v1beta1/Google.Apis.SecretManager.v1beta1.csproj +++ b/Src/Generated/Google.Apis.SecretManager.v1beta1/Google.Apis.SecretManager.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.SecretManager.v1beta1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SecurityCommandCenter.v1/Google.Apis.SecurityCommandCenter.v1.csproj b/Src/Generated/Google.Apis.SecurityCommandCenter.v1/Google.Apis.SecurityCommandCenter.v1.csproj index d88092c191..fb3d0e2b91 100644 --- a/Src/Generated/Google.Apis.SecurityCommandCenter.v1/Google.Apis.SecurityCommandCenter.v1.csproj +++ b/Src/Generated/Google.Apis.SecurityCommandCenter.v1/Google.Apis.SecurityCommandCenter.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.SecurityCommandCenter.v1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta1/Google.Apis.SecurityCommandCenter.v1beta1.csproj b/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta1/Google.Apis.SecurityCommandCenter.v1beta1.csproj index 60f468b66a..d3be8acc17 100644 --- a/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta1/Google.Apis.SecurityCommandCenter.v1beta1.csproj +++ b/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta1/Google.Apis.SecurityCommandCenter.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.SecurityCommandCenter.v1beta1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta2/Google.Apis.SecurityCommandCenter.v1beta2.csproj b/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta2/Google.Apis.SecurityCommandCenter.v1beta2.csproj index 26655e7e59..d644a623fe 100644 --- a/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta2/Google.Apis.SecurityCommandCenter.v1beta2.csproj +++ b/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta2/Google.Apis.SecurityCommandCenter.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.SecurityCommandCenter.v1beta2 Client Library - 1.61.0.3129 + 1.62.0.3129 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.csproj b/Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.csproj index a2cbaab824..0f0217096b 100644 --- a/Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.csproj +++ b/Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServerlessVPCAccess.v1 Client Library - 1.61.0.3143 + 1.62.0.3143 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServerlessVPCAccess.v1beta1/Google.Apis.ServerlessVPCAccess.v1beta1.csproj b/Src/Generated/Google.Apis.ServerlessVPCAccess.v1beta1/Google.Apis.ServerlessVPCAccess.v1beta1.csproj index 8ece4e749b..da1322754d 100644 --- a/Src/Generated/Google.Apis.ServerlessVPCAccess.v1beta1/Google.Apis.ServerlessVPCAccess.v1beta1.csproj +++ b/Src/Generated/Google.Apis.ServerlessVPCAccess.v1beta1/Google.Apis.ServerlessVPCAccess.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServerlessVPCAccess.v1beta1 Client Library - 1.61.0.3143 + 1.62.0.3143 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceConsumerManagement.v1/Google.Apis.ServiceConsumerManagement.v1.csproj b/Src/Generated/Google.Apis.ServiceConsumerManagement.v1/Google.Apis.ServiceConsumerManagement.v1.csproj index 754e77c2b7..c2a45a31c6 100644 --- a/Src/Generated/Google.Apis.ServiceConsumerManagement.v1/Google.Apis.ServiceConsumerManagement.v1.csproj +++ b/Src/Generated/Google.Apis.ServiceConsumerManagement.v1/Google.Apis.ServiceConsumerManagement.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceConsumerManagement.v1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceConsumerManagement.v1beta1/Google.Apis.ServiceConsumerManagement.v1beta1.csproj b/Src/Generated/Google.Apis.ServiceConsumerManagement.v1beta1/Google.Apis.ServiceConsumerManagement.v1beta1.csproj index 479fc27c16..2a4671b2b4 100644 --- a/Src/Generated/Google.Apis.ServiceConsumerManagement.v1beta1/Google.Apis.ServiceConsumerManagement.v1beta1.csproj +++ b/Src/Generated/Google.Apis.ServiceConsumerManagement.v1beta1/Google.Apis.ServiceConsumerManagement.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceConsumerManagement.v1beta1 Client Library - 1.61.0.3148 + 1.62.0.3148 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceControl.v1/Google.Apis.ServiceControl.v1.csproj b/Src/Generated/Google.Apis.ServiceControl.v1/Google.Apis.ServiceControl.v1.csproj index ec3d67f4a8..2c2710508f 100644 --- a/Src/Generated/Google.Apis.ServiceControl.v1/Google.Apis.ServiceControl.v1.csproj +++ b/Src/Generated/Google.Apis.ServiceControl.v1/Google.Apis.ServiceControl.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceControl.v1 Client Library - 1.61.0.3130 + 1.62.0.3130 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceControl.v2/Google.Apis.ServiceControl.v2.csproj b/Src/Generated/Google.Apis.ServiceControl.v2/Google.Apis.ServiceControl.v2.csproj index e4d4ab3a41..f32c821783 100644 --- a/Src/Generated/Google.Apis.ServiceControl.v2/Google.Apis.ServiceControl.v2.csproj +++ b/Src/Generated/Google.Apis.ServiceControl.v2/Google.Apis.ServiceControl.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceControl.v2 Client Library - 1.61.0.3138 + 1.62.0.3138 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceDirectory.v1/Google.Apis.ServiceDirectory.v1.csproj b/Src/Generated/Google.Apis.ServiceDirectory.v1/Google.Apis.ServiceDirectory.v1.csproj index cbe81cc494..5d4d616da5 100644 --- a/Src/Generated/Google.Apis.ServiceDirectory.v1/Google.Apis.ServiceDirectory.v1.csproj +++ b/Src/Generated/Google.Apis.ServiceDirectory.v1/Google.Apis.ServiceDirectory.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceDirectory.v1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceDirectory.v1beta1/Google.Apis.ServiceDirectory.v1beta1.csproj b/Src/Generated/Google.Apis.ServiceDirectory.v1beta1/Google.Apis.ServiceDirectory.v1beta1.csproj index 57265c63f9..aaaf21fbfe 100644 --- a/Src/Generated/Google.Apis.ServiceDirectory.v1beta1/Google.Apis.ServiceDirectory.v1beta1.csproj +++ b/Src/Generated/Google.Apis.ServiceDirectory.v1beta1/Google.Apis.ServiceDirectory.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceDirectory.v1beta1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceManagement.v1/Google.Apis.ServiceManagement.v1.csproj b/Src/Generated/Google.Apis.ServiceManagement.v1/Google.Apis.ServiceManagement.v1.csproj index 90954a27dd..e049c3b320 100644 --- a/Src/Generated/Google.Apis.ServiceManagement.v1/Google.Apis.ServiceManagement.v1.csproj +++ b/Src/Generated/Google.Apis.ServiceManagement.v1/Google.Apis.ServiceManagement.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceManagement.v1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceNetworking.v1/Google.Apis.ServiceNetworking.v1.csproj b/Src/Generated/Google.Apis.ServiceNetworking.v1/Google.Apis.ServiceNetworking.v1.csproj index dedcc0f2be..0c789b1584 100644 --- a/Src/Generated/Google.Apis.ServiceNetworking.v1/Google.Apis.ServiceNetworking.v1.csproj +++ b/Src/Generated/Google.Apis.ServiceNetworking.v1/Google.Apis.ServiceNetworking.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceNetworking.v1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceNetworking.v1beta/Google.Apis.ServiceNetworking.v1beta.csproj b/Src/Generated/Google.Apis.ServiceNetworking.v1beta/Google.Apis.ServiceNetworking.v1beta.csproj index c80ce83804..1f2c057278 100644 --- a/Src/Generated/Google.Apis.ServiceNetworking.v1beta/Google.Apis.ServiceNetworking.v1beta.csproj +++ b/Src/Generated/Google.Apis.ServiceNetworking.v1beta/Google.Apis.ServiceNetworking.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceNetworking.v1beta Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceUsage.v1/Google.Apis.ServiceUsage.v1.csproj b/Src/Generated/Google.Apis.ServiceUsage.v1/Google.Apis.ServiceUsage.v1.csproj index 75507e7a00..8ec8490628 100644 --- a/Src/Generated/Google.Apis.ServiceUsage.v1/Google.Apis.ServiceUsage.v1.csproj +++ b/Src/Generated/Google.Apis.ServiceUsage.v1/Google.Apis.ServiceUsage.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceUsage.v1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceUsage.v1beta1/Google.Apis.ServiceUsage.v1beta1.csproj b/Src/Generated/Google.Apis.ServiceUsage.v1beta1/Google.Apis.ServiceUsage.v1beta1.csproj index 37bdeb6d1b..169801d897 100644 --- a/Src/Generated/Google.Apis.ServiceUsage.v1beta1/Google.Apis.ServiceUsage.v1beta1.csproj +++ b/Src/Generated/Google.Apis.ServiceUsage.v1beta1/Google.Apis.ServiceUsage.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceUsage.v1beta1 Client Library - 1.61.0.3148 + 1.62.0.3148 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.csproj b/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.csproj index f5d317593b..e8a45b3164 100644 --- a/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.csproj +++ b/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.csproj @@ -3,7 +3,7 @@ Google.Apis.Sheets.v4 Client Library - 1.61.0.3148 + 1.62.0.3148 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ShoppingContent.v2_1/Google.Apis.ShoppingContent.v2_1.csproj b/Src/Generated/Google.Apis.ShoppingContent.v2_1/Google.Apis.ShoppingContent.v2_1.csproj index d6ed2e2a27..d4abecda60 100644 --- a/Src/Generated/Google.Apis.ShoppingContent.v2_1/Google.Apis.ShoppingContent.v2_1.csproj +++ b/Src/Generated/Google.Apis.ShoppingContent.v2_1/Google.Apis.ShoppingContent.v2_1.csproj @@ -3,7 +3,7 @@ Google.Apis.ShoppingContent.v2_1 Client Library - 1.61.0.3156 + 1.62.0.3156 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SiteVerification.v1/Google.Apis.SiteVerification.v1.csproj b/Src/Generated/Google.Apis.SiteVerification.v1/Google.Apis.SiteVerification.v1.csproj index a6d5a8c6cb..4072d7932e 100644 --- a/Src/Generated/Google.Apis.SiteVerification.v1/Google.Apis.SiteVerification.v1.csproj +++ b/Src/Generated/Google.Apis.SiteVerification.v1/Google.Apis.SiteVerification.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.SiteVerification.v1 Client Library - 1.61.0.1783 + 1.62.0.1783 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Slides.v1/Google.Apis.Slides.v1.csproj b/Src/Generated/Google.Apis.Slides.v1/Google.Apis.Slides.v1.csproj index 34a12186c5..a04637fa02 100644 --- a/Src/Generated/Google.Apis.Slides.v1/Google.Apis.Slides.v1.csproj +++ b/Src/Generated/Google.Apis.Slides.v1/Google.Apis.Slides.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Slides.v1 Client Library - 1.61.0.3107 + 1.62.0.3107 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SmartDeviceManagement.v1/Google.Apis.SmartDeviceManagement.v1.csproj b/Src/Generated/Google.Apis.SmartDeviceManagement.v1/Google.Apis.SmartDeviceManagement.v1.csproj index 3a92dd1a99..42567a5b11 100644 --- a/Src/Generated/Google.Apis.SmartDeviceManagement.v1/Google.Apis.SmartDeviceManagement.v1.csproj +++ b/Src/Generated/Google.Apis.SmartDeviceManagement.v1/Google.Apis.SmartDeviceManagement.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.SmartDeviceManagement.v1 Client Library - 1.61.0.3128 + 1.62.0.3128 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Spanner.v1/Google.Apis.Spanner.v1.csproj b/Src/Generated/Google.Apis.Spanner.v1/Google.Apis.Spanner.v1.csproj index 099fd37d7f..9dda2754f9 100644 --- a/Src/Generated/Google.Apis.Spanner.v1/Google.Apis.Spanner.v1.csproj +++ b/Src/Generated/Google.Apis.Spanner.v1/Google.Apis.Spanner.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Spanner.v1 Client Library - 1.61.0.3149 + 1.62.0.3149 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Speech.v1/Google.Apis.Speech.v1.csproj b/Src/Generated/Google.Apis.Speech.v1/Google.Apis.Speech.v1.csproj index 444b5e8ae5..f146493677 100644 --- a/Src/Generated/Google.Apis.Speech.v1/Google.Apis.Speech.v1.csproj +++ b/Src/Generated/Google.Apis.Speech.v1/Google.Apis.Speech.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Speech.v1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Speech.v1p1beta1/Google.Apis.Speech.v1p1beta1.csproj b/Src/Generated/Google.Apis.Speech.v1p1beta1/Google.Apis.Speech.v1p1beta1.csproj index 884c3bbb42..c5903d2685 100644 --- a/Src/Generated/Google.Apis.Speech.v1p1beta1/Google.Apis.Speech.v1p1beta1.csproj +++ b/Src/Generated/Google.Apis.Speech.v1p1beta1/Google.Apis.Speech.v1p1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Speech.v1p1beta1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Storage.v1/Google.Apis.Storage.v1.csproj b/Src/Generated/Google.Apis.Storage.v1/Google.Apis.Storage.v1.csproj index f93e06c402..114c5c0fe0 100644 --- a/Src/Generated/Google.Apis.Storage.v1/Google.Apis.Storage.v1.csproj +++ b/Src/Generated/Google.Apis.Storage.v1/Google.Apis.Storage.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Storage.v1 Client Library - 1.61.0.3112 + 1.62.0.3112 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Storagetransfer.v1/Google.Apis.Storagetransfer.v1.csproj b/Src/Generated/Google.Apis.Storagetransfer.v1/Google.Apis.Storagetransfer.v1.csproj index 33e1d503f4..eee2d623e2 100644 --- a/Src/Generated/Google.Apis.Storagetransfer.v1/Google.Apis.Storagetransfer.v1.csproj +++ b/Src/Generated/Google.Apis.Storagetransfer.v1/Google.Apis.Storagetransfer.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Storagetransfer.v1 Client Library - 1.61.0.3140 + 1.62.0.3140 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.StreetViewPublish.v1/Google.Apis.StreetViewPublish.v1.csproj b/Src/Generated/Google.Apis.StreetViewPublish.v1/Google.Apis.StreetViewPublish.v1.csproj index 25966f7ffe..8b7014da47 100644 --- a/Src/Generated/Google.Apis.StreetViewPublish.v1/Google.Apis.StreetViewPublish.v1.csproj +++ b/Src/Generated/Google.Apis.StreetViewPublish.v1/Google.Apis.StreetViewPublish.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.StreetViewPublish.v1 Client Library - 1.61.0.3141 + 1.62.0.3141 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SubscriptionLinking.v1/Google.Apis.SubscriptionLinking.v1.csproj b/Src/Generated/Google.Apis.SubscriptionLinking.v1/Google.Apis.SubscriptionLinking.v1.csproj index 466cd23b50..c0a22ffdaa 100644 --- a/Src/Generated/Google.Apis.SubscriptionLinking.v1/Google.Apis.SubscriptionLinking.v1.csproj +++ b/Src/Generated/Google.Apis.SubscriptionLinking.v1/Google.Apis.SubscriptionLinking.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.SubscriptionLinking.v1 Client Library - 1.61.0.2974 + 1.62.0.2974 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.TPU.v1/Google.Apis.TPU.v1.csproj b/Src/Generated/Google.Apis.TPU.v1/Google.Apis.TPU.v1.csproj index d73430a169..a2fc35d795 100644 --- a/Src/Generated/Google.Apis.TPU.v1/Google.Apis.TPU.v1.csproj +++ b/Src/Generated/Google.Apis.TPU.v1/Google.Apis.TPU.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.TPU.v1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TPU.v1alpha1/Google.Apis.TPU.v1alpha1.csproj b/Src/Generated/Google.Apis.TPU.v1alpha1/Google.Apis.TPU.v1alpha1.csproj index bcb64ce337..34c6c62e88 100644 --- a/Src/Generated/Google.Apis.TPU.v1alpha1/Google.Apis.TPU.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.TPU.v1alpha1/Google.Apis.TPU.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.TPU.v1alpha1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TPU.v2/Google.Apis.TPU.v2.csproj b/Src/Generated/Google.Apis.TPU.v2/Google.Apis.TPU.v2.csproj index 910bf49e4f..1cf227a83b 100644 --- a/Src/Generated/Google.Apis.TPU.v2/Google.Apis.TPU.v2.csproj +++ b/Src/Generated/Google.Apis.TPU.v2/Google.Apis.TPU.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.TPU.v2 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.csproj b/Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.csproj index ab254b67c2..7d6527603b 100644 --- a/Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.csproj +++ b/Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.TPU.v2alpha1 Client Library - 1.61.0.3147 + 1.62.0.3147 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TagManager.v1/Google.Apis.TagManager.v1.csproj b/Src/Generated/Google.Apis.TagManager.v1/Google.Apis.TagManager.v1.csproj index 4b7e1447e3..8e695c54d1 100644 --- a/Src/Generated/Google.Apis.TagManager.v1/Google.Apis.TagManager.v1.csproj +++ b/Src/Generated/Google.Apis.TagManager.v1/Google.Apis.TagManager.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.TagManager.v1 Client Library - 1.61.0.3107 + 1.62.0.3107 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TagManager.v2/Google.Apis.TagManager.v2.csproj b/Src/Generated/Google.Apis.TagManager.v2/Google.Apis.TagManager.v2.csproj index 0e568cdc66..716bec2a9e 100644 --- a/Src/Generated/Google.Apis.TagManager.v2/Google.Apis.TagManager.v2.csproj +++ b/Src/Generated/Google.Apis.TagManager.v2/Google.Apis.TagManager.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.TagManager.v2 Client Library - 1.61.0.3163 + 1.62.0.3163 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Tasks.v1/Google.Apis.Tasks.v1.csproj b/Src/Generated/Google.Apis.Tasks.v1/Google.Apis.Tasks.v1.csproj index ddda81481b..0bf8303f92 100644 --- a/Src/Generated/Google.Apis.Tasks.v1/Google.Apis.Tasks.v1.csproj +++ b/Src/Generated/Google.Apis.Tasks.v1/Google.Apis.Tasks.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Tasks.v1 Client Library - 1.61.0.3015 + 1.62.0.3015 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Testing.v1/Google.Apis.Testing.v1.csproj b/Src/Generated/Google.Apis.Testing.v1/Google.Apis.Testing.v1.csproj index 6a4d9281ed..b6f400c61e 100644 --- a/Src/Generated/Google.Apis.Testing.v1/Google.Apis.Testing.v1.csproj +++ b/Src/Generated/Google.Apis.Testing.v1/Google.Apis.Testing.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Testing.v1 Client Library - 1.61.0.3155 + 1.62.0.3155 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.csproj b/Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.csproj index 0ef1d37a99..2b2ceadebb 100644 --- a/Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.csproj +++ b/Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Texttospeech.v1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.csproj b/Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.csproj index 9d3ea01675..be671d8fcb 100644 --- a/Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Texttospeech.v1beta1 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ToolResults.v1beta3/Google.Apis.ToolResults.v1beta3.csproj b/Src/Generated/Google.Apis.ToolResults.v1beta3/Google.Apis.ToolResults.v1beta3.csproj index da53403cb5..4c42317421 100644 --- a/Src/Generated/Google.Apis.ToolResults.v1beta3/Google.Apis.ToolResults.v1beta3.csproj +++ b/Src/Generated/Google.Apis.ToolResults.v1beta3/Google.Apis.ToolResults.v1beta3.csproj @@ -3,7 +3,7 @@ Google.Apis.ToolResults.v1beta3 Client Library - 1.61.0.3136 + 1.62.0.3136 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TrafficDirectorService.v2/Google.Apis.TrafficDirectorService.v2.csproj b/Src/Generated/Google.Apis.TrafficDirectorService.v2/Google.Apis.TrafficDirectorService.v2.csproj index 6f9fd14041..cf0c04aa6d 100644 --- a/Src/Generated/Google.Apis.TrafficDirectorService.v2/Google.Apis.TrafficDirectorService.v2.csproj +++ b/Src/Generated/Google.Apis.TrafficDirectorService.v2/Google.Apis.TrafficDirectorService.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.TrafficDirectorService.v2 Client Library - 1.61.0.3113 + 1.62.0.3113 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Transcoder.v1/Google.Apis.Transcoder.v1.csproj b/Src/Generated/Google.Apis.Transcoder.v1/Google.Apis.Transcoder.v1.csproj index c1fc952de3..e7ea88ef5a 100644 --- a/Src/Generated/Google.Apis.Transcoder.v1/Google.Apis.Transcoder.v1.csproj +++ b/Src/Generated/Google.Apis.Transcoder.v1/Google.Apis.Transcoder.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Transcoder.v1 Client Library - 1.61.0.3114 + 1.62.0.3114 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Translate.v2/Google.Apis.Translate.v2.csproj b/Src/Generated/Google.Apis.Translate.v2/Google.Apis.Translate.v2.csproj index 9e39bc6615..083d1c538e 100644 --- a/Src/Generated/Google.Apis.Translate.v2/Google.Apis.Translate.v2.csproj +++ b/Src/Generated/Google.Apis.Translate.v2/Google.Apis.Translate.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Translate.v2 Client Library - 1.61.0.875 + 1.62.0.875 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Translate.v3/Google.Apis.Translate.v3.csproj b/Src/Generated/Google.Apis.Translate.v3/Google.Apis.Translate.v3.csproj index 1e8cebb234..407ad81e62 100644 --- a/Src/Generated/Google.Apis.Translate.v3/Google.Apis.Translate.v3.csproj +++ b/Src/Generated/Google.Apis.Translate.v3/Google.Apis.Translate.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.Translate.v3 Client Library - 1.61.0.3141 + 1.62.0.3141 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Translate.v3beta1/Google.Apis.Translate.v3beta1.csproj b/Src/Generated/Google.Apis.Translate.v3beta1/Google.Apis.Translate.v3beta1.csproj index 99cca6fefe..a85b80342d 100644 --- a/Src/Generated/Google.Apis.Translate.v3beta1/Google.Apis.Translate.v3beta1.csproj +++ b/Src/Generated/Google.Apis.Translate.v3beta1/Google.Apis.Translate.v3beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Translate.v3beta1 Client Library - 1.61.0.3141 + 1.62.0.3141 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TravelImpactModel.v1/Google.Apis.TravelImpactModel.v1.csproj b/Src/Generated/Google.Apis.TravelImpactModel.v1/Google.Apis.TravelImpactModel.v1.csproj index c324d4b5f3..7492073d34 100644 --- a/Src/Generated/Google.Apis.TravelImpactModel.v1/Google.Apis.TravelImpactModel.v1.csproj +++ b/Src/Generated/Google.Apis.TravelImpactModel.v1/Google.Apis.TravelImpactModel.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.TravelImpactModel.v1 Client Library - 1.61.0.3164 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.cs b/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.cs index 6e0ecae9de..66a4abe3df 100644 --- a/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.cs +++ b/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.cs @@ -4614,6 +4614,10 @@ public class AwsSourceVmDetails : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("firmware")] public virtual string Firmware { get; set; } + /// Output only. Information about VM capabilities needed for some Compute Engine features. + [Newtonsoft.Json.JsonPropertyAttribute("vmCapabilitiesInfo")] + public virtual VmCapabilities VmCapabilitiesInfo { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -4708,6 +4712,160 @@ public class AwsVmsDetails : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// The details of an Azure VM disk. + public class AzureDiskDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// Azure disk ID. + [Newtonsoft.Json.JsonPropertyAttribute("diskId")] + public virtual string DiskId { get; set; } + + /// The ordinal number of the disk. + [Newtonsoft.Json.JsonPropertyAttribute("diskNumber")] + public virtual System.Nullable DiskNumber { get; set; } + + /// Size in GB. + [Newtonsoft.Json.JsonPropertyAttribute("sizeGb")] + public virtual System.Nullable SizeGb { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// AzureSourceDetails message describes a specific source details for the Azure source type. + public class AzureSourceDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// Immutable. The Azure location (region) that the source VMs will be migrated from. + [Newtonsoft.Json.JsonPropertyAttribute("azureLocation")] + public virtual string AzureLocation { get; set; } + + /// Azure Credentials using tenant ID, client ID and secret. + [Newtonsoft.Json.JsonPropertyAttribute("clientSecretCreds")] + public virtual ClientSecretCredentials ClientSecretCreds { get; set; } + + /// Output only. Provides details on the state of the Source in case of an error. + [Newtonsoft.Json.JsonPropertyAttribute("error")] + public virtual Status Error { get; set; } + + /// + /// User specified tags to add to every M2VM generated resource in Azure. These tags will be set in addition to + /// the default tags that are set as part of the migration process. The tags must not begin with the reserved + /// prefix `m4ce` or `m2vm`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("migrationResourcesUserTags")] + public virtual System.Collections.Generic.IDictionary MigrationResourcesUserTags { get; set; } + + /// + /// Output only. The ID of the Azure resource group that contains all resources related to the migration process + /// of this source. + /// + [Newtonsoft.Json.JsonPropertyAttribute("resourceGroupId")] + public virtual string ResourceGroupId { get; set; } + + /// Output only. State of the source as determined by the health check. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// Immutable. Azure subscription ID. + [Newtonsoft.Json.JsonPropertyAttribute("subscriptionId")] + public virtual string SubscriptionId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represent the source Azure VM details. + public class AzureSourceVmDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The total size of the disks being migrated in bytes. + [Newtonsoft.Json.JsonPropertyAttribute("committedStorageBytes")] + public virtual System.Nullable CommittedStorageBytes { get; set; } + + /// The disks attached to the source VM. + [Newtonsoft.Json.JsonPropertyAttribute("disks")] + public virtual System.Collections.Generic.IList Disks { get; set; } + + /// The firmware type of the source VM. + [Newtonsoft.Json.JsonPropertyAttribute("firmware")] + public virtual string Firmware { get; set; } + + /// Output only. Information about VM capabilities needed for some Compute Engine features. + [Newtonsoft.Json.JsonPropertyAttribute("vmCapabilitiesInfo")] + public virtual VmCapabilities VmCapabilitiesInfo { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// AwsVmDetails describes a VM in AWS. + public class AzureVmDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The VM Boot Option. + [Newtonsoft.Json.JsonPropertyAttribute("bootOption")] + public virtual string BootOption { get; set; } + + /// The total size of the storage allocated to the VM in MB. + [Newtonsoft.Json.JsonPropertyAttribute("committedStorageMb")] + public virtual System.Nullable CommittedStorageMb { get; set; } + + /// The VM's ComputerName. + [Newtonsoft.Json.JsonPropertyAttribute("computerName")] + public virtual string ComputerName { get; set; } + + /// The number of cpus the VM has. + [Newtonsoft.Json.JsonPropertyAttribute("cpuCount")] + public virtual System.Nullable CpuCount { get; set; } + + /// The number of disks the VM has, including OS disk. + [Newtonsoft.Json.JsonPropertyAttribute("diskCount")] + public virtual System.Nullable DiskCount { get; set; } + + /// Description of the data disks. + [Newtonsoft.Json.JsonPropertyAttribute("disks")] + public virtual System.Collections.Generic.IList Disks { get; set; } + + /// The memory size of the VM in MB. + [Newtonsoft.Json.JsonPropertyAttribute("memoryMb")] + public virtual System.Nullable MemoryMb { get; set; } + + /// Description of the OS. + [Newtonsoft.Json.JsonPropertyAttribute("osDescription")] + public virtual OSDescription OsDescription { get; set; } + + /// Description of the OS disk. + [Newtonsoft.Json.JsonPropertyAttribute("osDisk")] + public virtual OSDisk OsDisk { get; set; } + + /// The power state of the VM at the moment list was taken. + [Newtonsoft.Json.JsonPropertyAttribute("powerState")] + public virtual string PowerState { get; set; } + + /// The tags of the VM. + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IDictionary Tags { get; set; } + + /// The VM full path in Azure. + [Newtonsoft.Json.JsonPropertyAttribute("vmId")] + public virtual string VmId { get; set; } + + /// VM size as configured in Azure. Determines the VM's hardware spec. + [Newtonsoft.Json.JsonPropertyAttribute("vmSize")] + public virtual string VmSize { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// AzureVmsDetails describes VMs in Azure. + public class AzureVmsDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The details of the Azure VMs. + [Newtonsoft.Json.JsonPropertyAttribute("details")] + public virtual System.Collections.Generic.IList Details { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for 'CancelCloneJob' request. public class CancelCloneJobRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -4729,6 +4887,25 @@ public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Message describing Azure Credentials using tenant ID, client ID and secret. + public class ClientSecretCredentials : Google.Apis.Requests.IDirectResponseSchema + { + /// Azure client ID. + [Newtonsoft.Json.JsonPropertyAttribute("clientId")] + public virtual string ClientId { get; set; } + + /// Input only. Azure client secret. + [Newtonsoft.Json.JsonPropertyAttribute("clientSecret")] + public virtual string ClientSecret { get; set; } + + /// Azure tenant ID. + [Newtonsoft.Json.JsonPropertyAttribute("tenantId")] + public virtual string TenantId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// CloneJob describes the process of creating a clone of a MigratingVM to the requested target based on the latest /// successful uploaded snapshots. While the migration cycles of a MigratingVm take place, it is possible to verify @@ -5760,6 +5937,25 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// A message describing a data disk. + public class Disk : Google.Apis.Requests.IDirectResponseSchema + { + /// The disk's Logical Unit Number (LUN). + [Newtonsoft.Json.JsonPropertyAttribute("lun")] + public virtual System.Nullable Lun { get; set; } + + /// The disk name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The disk size in GB. + [Newtonsoft.Json.JsonPropertyAttribute("sizeGb")] + public virtual System.Nullable SizeGb { 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 @@ -5778,6 +5974,10 @@ public class FetchInventoryResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("awsVms")] public virtual AwsVmsDetails AwsVms { get; set; } + /// The description of the VMs in a Source of type Azure. + [Newtonsoft.Json.JsonPropertyAttribute("azureVms")] + public virtual AzureVmsDetails AzureVms { get; set; } + /// /// Output only. A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, /// there are no subsequent pages. @@ -6254,6 +6454,10 @@ public class MigratingVm : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("awsSourceVmDetails")] public virtual AwsSourceVmDetails AwsSourceVmDetails { get; set; } + /// Output only. Details of the VM from an Azure source. + [Newtonsoft.Json.JsonPropertyAttribute("azureSourceVmDetails")] + public virtual AzureSourceVmDetails AzureSourceVmDetails { get; set; } + /// Details of the target Persistent Disks in Compute Engine. [Newtonsoft.Json.JsonPropertyAttribute("computeEngineDisksTargetDefaults")] public virtual ComputeEngineDisksTargetDefaults ComputeEngineDisksTargetDefaults { get; set; } @@ -6620,6 +6824,48 @@ public class NetworkInterface : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// A message describing the VM's OS. Including OS, Publisher, Offer and Plan if applicable. + public class OSDescription : Google.Apis.Requests.IDirectResponseSchema + { + /// OS offer. + [Newtonsoft.Json.JsonPropertyAttribute("offer")] + public virtual string Offer { get; set; } + + /// OS plan. + [Newtonsoft.Json.JsonPropertyAttribute("plan")] + public virtual string Plan { get; set; } + + /// OS publisher. + [Newtonsoft.Json.JsonPropertyAttribute("publisher")] + public virtual string Publisher { get; set; } + + /// OS type. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A message describing the OS disk. + public class OSDisk : Google.Apis.Requests.IDirectResponseSchema + { + /// The disk's full name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The disk's size in GB. + [Newtonsoft.Json.JsonPropertyAttribute("sizeGb")] + public virtual System.Nullable SizeGb { get; set; } + + /// The disk's type. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// This resource represents a long-running operation that is the result of a network API call. public class Operation : Google.Apis.Requests.IDirectResponseSchema { @@ -7085,6 +7331,10 @@ public class Source : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("aws")] public virtual AwsSourceDetails Aws { get; set; } + /// Azure type source details. + [Newtonsoft.Json.JsonPropertyAttribute("azure")] + public virtual AzureSourceDetails Azure { get; set; } + private string _createTimeRaw; private object _createTime; @@ -7561,6 +7811,60 @@ public virtual System.DateTimeOffset? StateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Migrating VM source information about the VM capabilities needed for some Compute Engine features. + /// + public class VmCapabilities : Google.Apis.Requests.IDirectResponseSchema + { + private string _lastOsCapabilitiesUpdateTimeRaw; + + private object _lastOsCapabilitiesUpdateTime; + + /// Output only. The last time OS capabilities list was updated. + [Newtonsoft.Json.JsonPropertyAttribute("lastOsCapabilitiesUpdateTime")] + public virtual string LastOsCapabilitiesUpdateTimeRaw + { + get => _lastOsCapabilitiesUpdateTimeRaw; + set + { + _lastOsCapabilitiesUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _lastOsCapabilitiesUpdateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastOsCapabilitiesUpdateTimeDateTimeOffset instead.")] + public virtual object LastOsCapabilitiesUpdateTime + { + get => _lastOsCapabilitiesUpdateTime; + set + { + _lastOsCapabilitiesUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _lastOsCapabilitiesUpdateTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? LastOsCapabilitiesUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(LastOsCapabilitiesUpdateTimeRaw); + set => LastOsCapabilitiesUpdateTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); + } + + /// + /// Output only. Unordered list. List of certain VM OS capabilities needed for some Compute Engine features. + /// + [Newtonsoft.Json.JsonPropertyAttribute("osCapabilities")] + public virtual System.Collections.Generic.IList OsCapabilities { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Utilization information of a single VM. public class VmUtilizationInfo : Google.Apis.Requests.IDirectResponseSchema { @@ -7686,6 +7990,10 @@ public class VmwareSourceVmDetails : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("firmware")] public virtual string Firmware { get; set; } + /// Output only. Information about VM capabilities needed for some Compute Engine features. + [Newtonsoft.Json.JsonPropertyAttribute("vmCapabilitiesInfo")] + public virtual VmCapabilities VmCapabilitiesInfo { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.csproj b/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.csproj index 2a29fa6c9b..66f2ed0199 100644 --- a/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.csproj +++ b/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.VMMigrationService.v1 Client Library - 1.61.0.3150 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.cs b/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.cs index e97bacc526..e4b573ab76 100644 --- a/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.cs +++ b/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.cs @@ -4614,6 +4614,10 @@ public class AwsSourceVmDetails : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("firmware")] public virtual string Firmware { get; set; } + /// Output only. Information about VM capabilities needed for some Compute Engine features. + [Newtonsoft.Json.JsonPropertyAttribute("vmCapabilitiesInfo")] + public virtual VmCapabilities VmCapabilitiesInfo { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -4708,6 +4712,160 @@ public class AwsVmsDetails : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// The details of an Azure VM disk. + public class AzureDiskDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// Azure disk ID. + [Newtonsoft.Json.JsonPropertyAttribute("diskId")] + public virtual string DiskId { get; set; } + + /// The ordinal number of the disk. + [Newtonsoft.Json.JsonPropertyAttribute("diskNumber")] + public virtual System.Nullable DiskNumber { get; set; } + + /// Size in GB. + [Newtonsoft.Json.JsonPropertyAttribute("sizeGb")] + public virtual System.Nullable SizeGb { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// AzureSourceDetails message describes a specific source details for the Azure source type. + public class AzureSourceDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// Immutable. The Azure location (region) that the source VMs will be migrated from. + [Newtonsoft.Json.JsonPropertyAttribute("azureLocation")] + public virtual string AzureLocation { get; set; } + + /// Azure Credentials using tenant ID, client ID and secret. + [Newtonsoft.Json.JsonPropertyAttribute("clientSecretCreds")] + public virtual ClientSecretCredentials ClientSecretCreds { get; set; } + + /// Output only. Provides details on the state of the Source in case of an error. + [Newtonsoft.Json.JsonPropertyAttribute("error")] + public virtual Status Error { get; set; } + + /// + /// User specified tags to add to every M2VM generated resource in Azure. These tags will be set in addition to + /// the default tags that are set as part of the migration process. The tags must not begin with the reserved + /// prefix `m4ce` or `m2vm`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("migrationResourcesUserTags")] + public virtual System.Collections.Generic.IDictionary MigrationResourcesUserTags { get; set; } + + /// + /// Output only. The ID of the Azure resource group that contains all resources related to the migration process + /// of this source. + /// + [Newtonsoft.Json.JsonPropertyAttribute("resourceGroupId")] + public virtual string ResourceGroupId { get; set; } + + /// Output only. State of the source as determined by the health check. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// Immutable. Azure subscription ID. + [Newtonsoft.Json.JsonPropertyAttribute("subscriptionId")] + public virtual string SubscriptionId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represent the source Azure VM details. + public class AzureSourceVmDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The total size of the disks being migrated in bytes. + [Newtonsoft.Json.JsonPropertyAttribute("committedStorageBytes")] + public virtual System.Nullable CommittedStorageBytes { get; set; } + + /// The disks attached to the source VM. + [Newtonsoft.Json.JsonPropertyAttribute("disks")] + public virtual System.Collections.Generic.IList Disks { get; set; } + + /// The firmware type of the source VM. + [Newtonsoft.Json.JsonPropertyAttribute("firmware")] + public virtual string Firmware { get; set; } + + /// Output only. Information about VM capabilities needed for some Compute Engine features. + [Newtonsoft.Json.JsonPropertyAttribute("vmCapabilitiesInfo")] + public virtual VmCapabilities VmCapabilitiesInfo { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// AwsVmDetails describes a VM in AWS. + public class AzureVmDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The VM Boot Option. + [Newtonsoft.Json.JsonPropertyAttribute("bootOption")] + public virtual string BootOption { get; set; } + + /// The total size of the storage allocated to the VM in MB. + [Newtonsoft.Json.JsonPropertyAttribute("committedStorageMb")] + public virtual System.Nullable CommittedStorageMb { get; set; } + + /// The VM's ComputerName. + [Newtonsoft.Json.JsonPropertyAttribute("computerName")] + public virtual string ComputerName { get; set; } + + /// The number of cpus the VM has. + [Newtonsoft.Json.JsonPropertyAttribute("cpuCount")] + public virtual System.Nullable CpuCount { get; set; } + + /// The number of disks the VM has, including OS disk. + [Newtonsoft.Json.JsonPropertyAttribute("diskCount")] + public virtual System.Nullable DiskCount { get; set; } + + /// Description of the data disks. + [Newtonsoft.Json.JsonPropertyAttribute("disks")] + public virtual System.Collections.Generic.IList Disks { get; set; } + + /// The memory size of the VM in MB. + [Newtonsoft.Json.JsonPropertyAttribute("memoryMb")] + public virtual System.Nullable MemoryMb { get; set; } + + /// Description of the OS. + [Newtonsoft.Json.JsonPropertyAttribute("osDescription")] + public virtual OSDescription OsDescription { get; set; } + + /// Description of the OS disk. + [Newtonsoft.Json.JsonPropertyAttribute("osDisk")] + public virtual OSDisk OsDisk { get; set; } + + /// The power state of the VM at the moment list was taken. + [Newtonsoft.Json.JsonPropertyAttribute("powerState")] + public virtual string PowerState { get; set; } + + /// The tags of the VM. + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IDictionary Tags { get; set; } + + /// The VM full path in Azure. + [Newtonsoft.Json.JsonPropertyAttribute("vmId")] + public virtual string VmId { get; set; } + + /// VM size as configured in Azure. Determines the VM's hardware spec. + [Newtonsoft.Json.JsonPropertyAttribute("vmSize")] + public virtual string VmSize { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// AzureVmsDetails describes VMs in Azure. + public class AzureVmsDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The details of the Azure VMs. + [Newtonsoft.Json.JsonPropertyAttribute("details")] + public virtual System.Collections.Generic.IList Details { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for 'CancelCloneJob' request. public class CancelCloneJobRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -4729,6 +4887,25 @@ public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Message describing Azure Credentials using tenant ID, client ID and secret. + public class ClientSecretCredentials : Google.Apis.Requests.IDirectResponseSchema + { + /// Azure client ID. + [Newtonsoft.Json.JsonPropertyAttribute("clientId")] + public virtual string ClientId { get; set; } + + /// Input only. Azure client secret. + [Newtonsoft.Json.JsonPropertyAttribute("clientSecret")] + public virtual string ClientSecret { get; set; } + + /// Azure tenant ID. + [Newtonsoft.Json.JsonPropertyAttribute("tenantId")] + public virtual string TenantId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// CloneJob describes the process of creating a clone of a MigratingVM to the requested target based on the latest /// successful uploaded snapshots. While the migration cycles of a MigratingVm take place, it is possible to verify @@ -5793,6 +5970,25 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// A message describing a data disk. + public class Disk : Google.Apis.Requests.IDirectResponseSchema + { + /// The disk's Logical Unit Number (LUN). + [Newtonsoft.Json.JsonPropertyAttribute("lun")] + public virtual System.Nullable Lun { get; set; } + + /// The disk name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The disk size in GB. + [Newtonsoft.Json.JsonPropertyAttribute("sizeGb")] + public virtual System.Nullable SizeGb { 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 @@ -5811,6 +6007,10 @@ public class FetchInventoryResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("awsVms")] public virtual AwsVmsDetails AwsVms { get; set; } + /// The description of the VMs in a Source of type Azure. + [Newtonsoft.Json.JsonPropertyAttribute("azureVms")] + public virtual AzureVmsDetails AzureVms { get; set; } + /// /// Output only. A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, /// there are no subsequent pages. @@ -6287,6 +6487,10 @@ public class MigratingVm : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("awsSourceVmDetails")] public virtual AwsSourceVmDetails AwsSourceVmDetails { get; set; } + /// Output only. Details of the VM from an Azure source. + [Newtonsoft.Json.JsonPropertyAttribute("azureSourceVmDetails")] + public virtual AzureSourceVmDetails AzureSourceVmDetails { get; set; } + /// Details of the target Persistent Disks in Compute Engine. [Newtonsoft.Json.JsonPropertyAttribute("computeEngineDisksTargetDefaults")] public virtual ComputeEngineDisksTargetDefaults ComputeEngineDisksTargetDefaults { get; set; } @@ -6666,6 +6870,48 @@ public class NetworkInterface : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// A message describing the VM's OS. Including OS, Publisher, Offer and Plan if applicable. + public class OSDescription : Google.Apis.Requests.IDirectResponseSchema + { + /// OS offer. + [Newtonsoft.Json.JsonPropertyAttribute("offer")] + public virtual string Offer { get; set; } + + /// OS plan. + [Newtonsoft.Json.JsonPropertyAttribute("plan")] + public virtual string Plan { get; set; } + + /// OS publisher. + [Newtonsoft.Json.JsonPropertyAttribute("publisher")] + public virtual string Publisher { get; set; } + + /// OS type. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A message describing the OS disk. + public class OSDisk : Google.Apis.Requests.IDirectResponseSchema + { + /// The disk's full name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The disk's size in GB. + [Newtonsoft.Json.JsonPropertyAttribute("sizeGb")] + public virtual System.Nullable SizeGb { get; set; } + + /// The disk's type. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// This resource represents a long-running operation that is the result of a network API call. public class Operation : Google.Apis.Requests.IDirectResponseSchema { @@ -7135,6 +7381,10 @@ public class Source : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("aws")] public virtual AwsSourceDetails Aws { get; set; } + /// Azure type source details. + [Newtonsoft.Json.JsonPropertyAttribute("azure")] + public virtual AzureSourceDetails Azure { get; set; } + private string _createTimeRaw; private object _createTime; @@ -7721,6 +7971,60 @@ public virtual System.DateTimeOffset? StateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Migrating VM source information about the VM capabilities needed for some Compute Engine features. + /// + public class VmCapabilities : Google.Apis.Requests.IDirectResponseSchema + { + private string _lastOsCapabilitiesUpdateTimeRaw; + + private object _lastOsCapabilitiesUpdateTime; + + /// Output only. The last time OS capabilities list was updated. + [Newtonsoft.Json.JsonPropertyAttribute("lastOsCapabilitiesUpdateTime")] + public virtual string LastOsCapabilitiesUpdateTimeRaw + { + get => _lastOsCapabilitiesUpdateTimeRaw; + set + { + _lastOsCapabilitiesUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _lastOsCapabilitiesUpdateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastOsCapabilitiesUpdateTimeDateTimeOffset instead.")] + public virtual object LastOsCapabilitiesUpdateTime + { + get => _lastOsCapabilitiesUpdateTime; + set + { + _lastOsCapabilitiesUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _lastOsCapabilitiesUpdateTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? LastOsCapabilitiesUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.Utilities.GetDateTimeOffsetFromString(LastOsCapabilitiesUpdateTimeRaw); + set => LastOsCapabilitiesUpdateTimeRaw = Google.Apis.Util.Utilities.GetStringFromDateTimeOffset(value); + } + + /// + /// Output only. Unordered list. List of certain VM OS capabilities needed for some Compute Engine features. + /// + [Newtonsoft.Json.JsonPropertyAttribute("osCapabilities")] + public virtual System.Collections.Generic.IList OsCapabilities { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Utilization information of a single VM. public class VmUtilizationInfo : Google.Apis.Requests.IDirectResponseSchema { @@ -7882,6 +8186,10 @@ public class VmwareSourceVmDetails : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("firmware")] public virtual string Firmware { get; set; } + /// Output only. Information about VM capabilities needed for some Compute Engine features. + [Newtonsoft.Json.JsonPropertyAttribute("vmCapabilitiesInfo")] + public virtual VmCapabilities VmCapabilitiesInfo { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.csproj b/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.csproj index 34232df39c..8d81d7be57 100644 --- a/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.VMMigrationService.v1alpha1 Client Library - 1.61.0.3150 + 1.62.0.3164 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Vault.v1/Google.Apis.Vault.v1.csproj b/Src/Generated/Google.Apis.Vault.v1/Google.Apis.Vault.v1.csproj index 9c35a5980f..ab8eacf5d7 100644 --- a/Src/Generated/Google.Apis.Vault.v1/Google.Apis.Vault.v1.csproj +++ b/Src/Generated/Google.Apis.Vault.v1/Google.Apis.Vault.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Vault.v1 Client Library - 1.61.0.3148 + 1.62.0.3148 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Verifiedaccess.v1/Google.Apis.Verifiedaccess.v1.csproj b/Src/Generated/Google.Apis.Verifiedaccess.v1/Google.Apis.Verifiedaccess.v1.csproj index d3a1d8790e..c3a9e1f249 100644 --- a/Src/Generated/Google.Apis.Verifiedaccess.v1/Google.Apis.Verifiedaccess.v1.csproj +++ b/Src/Generated/Google.Apis.Verifiedaccess.v1/Google.Apis.Verifiedaccess.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Verifiedaccess.v1 Client Library - 1.61.0.3148 + 1.62.0.3148 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Verifiedaccess.v2/Google.Apis.Verifiedaccess.v2.csproj b/Src/Generated/Google.Apis.Verifiedaccess.v2/Google.Apis.Verifiedaccess.v2.csproj index c684bdfd8b..9978c93b47 100644 --- a/Src/Generated/Google.Apis.Verifiedaccess.v2/Google.Apis.Verifiedaccess.v2.csproj +++ b/Src/Generated/Google.Apis.Verifiedaccess.v2/Google.Apis.Verifiedaccess.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Verifiedaccess.v2 Client Library - 1.61.0.3134 + 1.62.0.3134 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.VersionHistory.v1/Google.Apis.VersionHistory.v1.csproj b/Src/Generated/Google.Apis.VersionHistory.v1/Google.Apis.VersionHistory.v1.csproj index 8feff04bd4..2bfbd85822 100644 --- a/Src/Generated/Google.Apis.VersionHistory.v1/Google.Apis.VersionHistory.v1.csproj +++ b/Src/Generated/Google.Apis.VersionHistory.v1/Google.Apis.VersionHistory.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.VersionHistory.v1 Client Library - 1.61.0.2861 + 1.62.0.2861 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.Vision.v1/Google.Apis.Vision.v1.csproj b/Src/Generated/Google.Apis.Vision.v1/Google.Apis.Vision.v1.csproj index 0d2fa41365..d631c7c06e 100644 --- a/Src/Generated/Google.Apis.Vision.v1/Google.Apis.Vision.v1.csproj +++ b/Src/Generated/Google.Apis.Vision.v1/Google.Apis.Vision.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Vision.v1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -58,8 +58,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Vision.v1p1beta1/Google.Apis.Vision.v1p1beta1.csproj b/Src/Generated/Google.Apis.Vision.v1p1beta1/Google.Apis.Vision.v1p1beta1.csproj index 55ed6ea97f..c5bd5a4efc 100644 --- a/Src/Generated/Google.Apis.Vision.v1p1beta1/Google.Apis.Vision.v1p1beta1.csproj +++ b/Src/Generated/Google.Apis.Vision.v1p1beta1/Google.Apis.Vision.v1p1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Vision.v1p1beta1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Vision.v1p2beta1/Google.Apis.Vision.v1p2beta1.csproj b/Src/Generated/Google.Apis.Vision.v1p2beta1/Google.Apis.Vision.v1p2beta1.csproj index c7af9cc89d..42dcc2cd25 100644 --- a/Src/Generated/Google.Apis.Vision.v1p2beta1/Google.Apis.Vision.v1p2beta1.csproj +++ b/Src/Generated/Google.Apis.Vision.v1p2beta1/Google.Apis.Vision.v1p2beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Vision.v1p2beta1 Client Library - 1.61.0.3137 + 1.62.0.3137 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.WebRisk.v1/Google.Apis.WebRisk.v1.csproj b/Src/Generated/Google.Apis.WebRisk.v1/Google.Apis.WebRisk.v1.csproj index d29ff3b6d6..e07c2aa2ab 100644 --- a/Src/Generated/Google.Apis.WebRisk.v1/Google.Apis.WebRisk.v1.csproj +++ b/Src/Generated/Google.Apis.WebRisk.v1/Google.Apis.WebRisk.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.WebRisk.v1 Client Library - 1.61.0.3139 + 1.62.0.3139 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.WebSecurityScanner.v1/Google.Apis.WebSecurityScanner.v1.csproj b/Src/Generated/Google.Apis.WebSecurityScanner.v1/Google.Apis.WebSecurityScanner.v1.csproj index aa54d0b038..5d78065b21 100644 --- a/Src/Generated/Google.Apis.WebSecurityScanner.v1/Google.Apis.WebSecurityScanner.v1.csproj +++ b/Src/Generated/Google.Apis.WebSecurityScanner.v1/Google.Apis.WebSecurityScanner.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.WebSecurityScanner.v1 Client Library - 1.61.0.3103 + 1.62.0.3103 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.WebSecurityScanner.v1alpha/Google.Apis.WebSecurityScanner.v1alpha.csproj b/Src/Generated/Google.Apis.WebSecurityScanner.v1alpha/Google.Apis.WebSecurityScanner.v1alpha.csproj index 5527138755..8fd6b13b53 100644 --- a/Src/Generated/Google.Apis.WebSecurityScanner.v1alpha/Google.Apis.WebSecurityScanner.v1alpha.csproj +++ b/Src/Generated/Google.Apis.WebSecurityScanner.v1alpha/Google.Apis.WebSecurityScanner.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.WebSecurityScanner.v1alpha Client Library - 1.61.0.2698 + 1.62.0.2698 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.WebSecurityScanner.v1beta/Google.Apis.WebSecurityScanner.v1beta.csproj b/Src/Generated/Google.Apis.WebSecurityScanner.v1beta/Google.Apis.WebSecurityScanner.v1beta.csproj index ba4103c154..e65642f027 100644 --- a/Src/Generated/Google.Apis.WebSecurityScanner.v1beta/Google.Apis.WebSecurityScanner.v1beta.csproj +++ b/Src/Generated/Google.Apis.WebSecurityScanner.v1beta/Google.Apis.WebSecurityScanner.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.WebSecurityScanner.v1beta Client Library - 1.61.0.3103 + 1.62.0.3103 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Webfonts.v1/Google.Apis.Webfonts.v1.csproj b/Src/Generated/Google.Apis.Webfonts.v1/Google.Apis.Webfonts.v1.csproj index 206894a064..b84adef8d1 100644 --- a/Src/Generated/Google.Apis.Webfonts.v1/Google.Apis.Webfonts.v1.csproj +++ b/Src/Generated/Google.Apis.Webfonts.v1/Google.Apis.Webfonts.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Webfonts.v1 Client Library - 1.61.0.3030 + 1.62.0.3030 Google LLC Copyright 2023 Google LLC Google @@ -57,7 +57,7 @@ - + diff --git a/Src/Generated/Google.Apis.WorkflowExecutions.v1/Google.Apis.WorkflowExecutions.v1.csproj b/Src/Generated/Google.Apis.WorkflowExecutions.v1/Google.Apis.WorkflowExecutions.v1.csproj index 4de88a0a69..d989467dd6 100644 --- a/Src/Generated/Google.Apis.WorkflowExecutions.v1/Google.Apis.WorkflowExecutions.v1.csproj +++ b/Src/Generated/Google.Apis.WorkflowExecutions.v1/Google.Apis.WorkflowExecutions.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.WorkflowExecutions.v1 Client Library - 1.61.0.3121 + 1.62.0.3121 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.WorkflowExecutions.v1beta/Google.Apis.WorkflowExecutions.v1beta.csproj b/Src/Generated/Google.Apis.WorkflowExecutions.v1beta/Google.Apis.WorkflowExecutions.v1beta.csproj index 55b4ca69d6..bc26173bde 100644 --- a/Src/Generated/Google.Apis.WorkflowExecutions.v1beta/Google.Apis.WorkflowExecutions.v1beta.csproj +++ b/Src/Generated/Google.Apis.WorkflowExecutions.v1beta/Google.Apis.WorkflowExecutions.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.WorkflowExecutions.v1beta Client Library - 1.61.0.3121 + 1.62.0.3121 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.v1.csproj b/Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.v1.csproj index 0da4d6a5e4..ca73dd87c4 100644 --- a/Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.v1.csproj +++ b/Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Workflows.v1 Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.csproj b/Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.csproj index 3d9773c745..bb736ec756 100644 --- a/Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.csproj +++ b/Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Workflows.v1beta Client Library - 1.61.0.3135 + 1.62.0.3135 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + 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 a5d6fa43f2..6bf80aed4e 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.61.0.3121 + 1.62.0.3121 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.csproj b/Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.csproj index 7e6b5fe451..c1090f9055 100644 --- a/Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.csproj +++ b/Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.YouTube.v3 Client Library - 1.61.0.3155 + 1.62.0.3155 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.YouTubeAnalytics.v2/Google.Apis.YouTubeAnalytics.v2.csproj b/Src/Generated/Google.Apis.YouTubeAnalytics.v2/Google.Apis.YouTubeAnalytics.v2.csproj index e6e58acc81..aba56fd040 100644 --- a/Src/Generated/Google.Apis.YouTubeAnalytics.v2/Google.Apis.YouTubeAnalytics.v2.csproj +++ b/Src/Generated/Google.Apis.YouTubeAnalytics.v2/Google.Apis.YouTubeAnalytics.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.YouTubeAnalytics.v2 Client Library - 1.61.0.3106 + 1.62.0.3106 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.YouTubeReporting.v1/Google.Apis.YouTubeReporting.v1.csproj b/Src/Generated/Google.Apis.YouTubeReporting.v1/Google.Apis.YouTubeReporting.v1.csproj index 9bace33f49..8f9420d799 100644 --- a/Src/Generated/Google.Apis.YouTubeReporting.v1/Google.Apis.YouTubeReporting.v1.csproj +++ b/Src/Generated/Google.Apis.YouTubeReporting.v1/Google.Apis.YouTubeReporting.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.YouTubeReporting.v1 Client Library - 1.61.0.3106 + 1.62.0.3106 Google LLC Copyright 2023 Google LLC Google @@ -57,8 +57,8 @@ - - + +