Skip to content

Commit 7354811

Browse files
feat(migrationcenter): update the api
#### migrationcenter:v1alpha1 The following keys were added: - schemas.Settings.properties.disableCloudLogging.type (Total Keys: 1)
1 parent 6a90133 commit 7354811

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/dyn/migrationcenter_v1alpha1.projects.locations.html

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

177177
{ # Describes the Migration Center settings related to the project.
178+
&quot;disableCloudLogging&quot;: True or False, # Disable Cloud Logging for the Migration Center API. Users are billed for the logs.
178179
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of the resource.
179180
&quot;preferenceSet&quot;: &quot;A String&quot;, # The preference set used by default for a project.
180181
}</pre>
@@ -239,6 +240,7 @@ <h3>Method Details</h3>
239240
The object takes the form of:
240241

241242
{ # Describes the Migration Center settings related to the project.
243+
&quot;disableCloudLogging&quot;: True or False, # Disable Cloud Logging for the Migration Center API. Users are billed for the logs.
242244
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of the resource.
243245
&quot;preferenceSet&quot;: &quot;A String&quot;, # The preference set used by default for a project.
244246
}

googleapiclient/discovery_cache/documents/migrationcenter.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@
20992099
}
21002100
}
21012101
},
2102-
"revision": "20230714",
2102+
"revision": "20230725",
21032103
"rootUrl": "https://migrationcenter.googleapis.com/",
21042104
"schemas": {
21052105
"AddAssetsToGroupRequest": {

googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,7 @@
21022102
}
21032103
}
21042104
},
2105-
"revision": "20230714",
2105+
"revision": "20230725",
21062106
"rootUrl": "https://migrationcenter.googleapis.com/",
21072107
"schemas": {
21082108
"AddAssetsToGroupRequest": {
@@ -5265,6 +5265,10 @@
52655265
"description": "Describes the Migration Center settings related to the project.",
52665266
"id": "Settings",
52675267
"properties": {
5268+
"disableCloudLogging": {
5269+
"description": "Disable Cloud Logging for the Migration Center API. Users are billed for the logs.",
5270+
"type": "boolean"
5271+
},
52685272
"name": {
52695273
"description": "Output only. The name of the resource.",
52705274
"readOnly": true,

0 commit comments

Comments
 (0)