Skip to content

Commit 46b6cf4

Browse files
feat(migrationcenter): update the api
#### migrationcenter:v1alpha1 The following keys were added: - schemas.Settings.properties.customerConsentForGoogleSalesToAccessMigrationCenter.type (Total Keys: 1)
1 parent cf05147 commit 46b6cf4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/dyn/migrationcenter_v1alpha1.projects.locations.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ <h3>Method Details</h3>
190190
An object of the form:
191191

192192
{ # Describes the Migration Center settings related to the project.
193+
&quot;customerConsentForGoogleSalesToAccessMigrationCenter&quot;: True or False, # Customer consent for Google sales to access their Cloud Migration Center project.
193194
&quot;disableCloudLogging&quot;: True or False, # Disable Cloud Logging for the Migration Center API. Users are billed for the logs.
194195
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of the resource.
195196
&quot;preferenceSet&quot;: &quot;A String&quot;, # The preference set used by default for a project.
@@ -255,6 +256,7 @@ <h3>Method Details</h3>
255256
The object takes the form of:
256257

257258
{ # Describes the Migration Center settings related to the project.
259+
&quot;customerConsentForGoogleSalesToAccessMigrationCenter&quot;: True or False, # Customer consent for Google sales to access their Cloud Migration Center project.
258260
&quot;disableCloudLogging&quot;: True or False, # Disable Cloud Logging for the Migration Center API. Users are billed for the logs.
259261
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of the resource.
260262
&quot;preferenceSet&quot;: &quot;A String&quot;, # The preference set used by default for a project.

googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@
25482548
}
25492549
}
25502550
},
2551-
"revision": "20241014",
2551+
"revision": "20241027",
25522552
"rootUrl": "https://migrationcenter.googleapis.com/",
25532553
"schemas": {
25542554
"AddAssetsToGroupRequest": {
@@ -7818,6 +7818,10 @@ false
78187818
"description": "Describes the Migration Center settings related to the project.",
78197819
"id": "Settings",
78207820
"properties": {
7821+
"customerConsentForGoogleSalesToAccessMigrationCenter": {
7822+
"description": "Customer consent for Google sales to access their Cloud Migration Center project.",
7823+
"type": "boolean"
7824+
},
78217825
"disableCloudLogging": {
78227826
"description": "Disable Cloud Logging for the Migration Center API. Users are billed for the logs.",
78237827
"type": "boolean"

0 commit comments

Comments
 (0)