Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35ec492

Browse files
committedAug 15, 2023
feat(migrationcenter): update the api
#### migrationcenter:v1 The following keys were added: - schemas.ExecutionReport.properties.totalRowsCount.readOnly (Total Keys: 1) - schemas.GenericInsight (Total Keys: 10) - schemas.Insight.properties.genericInsight (Total Keys: 2) #### migrationcenter:v1alpha1 The following keys were added: - schemas.GenericInsight (Total Keys: 10) - schemas.Insight.properties.genericInsight (Total Keys: 2)
1 parent 3e22b7e commit 35ec492

22 files changed

+206
-59
lines changed
 

‎docs/dyn/migrationcenter_v1.projects.locations.assets.html

+42
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,13 @@ <h3>Method Details</h3>
222222
&quot;insightList&quot;: { # Message containing insights list. # Output only. The list of insights associated with the asset.
223223
&quot;insights&quot;: [ # Output only. Insights of the list.
224224
{ # An insight about an asset.
225+
&quot;genericInsight&quot;: { # An insight about an asset (experimental insight) # Output only. A generic insight about an asset
226+
&quot;additionalInformation&quot;: [ # Output only. Additional information about the insight, each entry can be a logical entry and must make sense if it is displayed with line breaks between each entry. Text can contain md style links
227+
&quot;A String&quot;,
228+
],
229+
&quot;defaultMessage&quot;: &quot;A String&quot;, # Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.
230+
&quot;messageId&quot;: &quot;A String&quot;, # Output only. Represents a globally unique message id for this insight, can be used for localization purposes, in case message_code is not yet known by the client use default_message instead.
231+
},
225232
&quot;migrationInsight&quot;: { # An insight about potential migrations for an asset. # Output only. An insight about potential migrations for an asset.
226233
&quot;computeEngineTarget&quot;: { # Compute engine migration target. # Output only. A Google Compute Engine target.
227234
&quot;shape&quot;: { # Compute Engine target shape descriptor. # Description of the suggested shape for the migration target.
@@ -553,6 +560,13 @@ <h3>Method Details</h3>
553560
&quot;insightList&quot;: { # Message containing insights list. # Output only. The list of insights associated with the asset.
554561
&quot;insights&quot;: [ # Output only. Insights of the list.
555562
{ # An insight about an asset.
563+
&quot;genericInsight&quot;: { # An insight about an asset (experimental insight) # Output only. A generic insight about an asset
564+
&quot;additionalInformation&quot;: [ # Output only. Additional information about the insight, each entry can be a logical entry and must make sense if it is displayed with line breaks between each entry. Text can contain md style links
565+
&quot;A String&quot;,
566+
],
567+
&quot;defaultMessage&quot;: &quot;A String&quot;, # Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.
568+
&quot;messageId&quot;: &quot;A String&quot;, # Output only. Represents a globally unique message id for this insight, can be used for localization purposes, in case message_code is not yet known by the client use default_message instead.
569+
},
556570
&quot;migrationInsight&quot;: { # An insight about potential migrations for an asset. # Output only. An insight about potential migrations for an asset.
557571
&quot;computeEngineTarget&quot;: { # Compute engine migration target. # Output only. A Google Compute Engine target.
558572
&quot;shape&quot;: { # Compute Engine target shape descriptor. # Description of the suggested shape for the migration target.
@@ -915,6 +929,13 @@ <h3>Method Details</h3>
915929
&quot;insightList&quot;: { # Message containing insights list. # Output only. The list of insights associated with the asset.
916930
&quot;insights&quot;: [ # Output only. Insights of the list.
917931
{ # An insight about an asset.
932+
&quot;genericInsight&quot;: { # An insight about an asset (experimental insight) # Output only. A generic insight about an asset
933+
&quot;additionalInformation&quot;: [ # Output only. Additional information about the insight, each entry can be a logical entry and must make sense if it is displayed with line breaks between each entry. Text can contain md style links
934+
&quot;A String&quot;,
935+
],
936+
&quot;defaultMessage&quot;: &quot;A String&quot;, # Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.
937+
&quot;messageId&quot;: &quot;A String&quot;, # Output only. Represents a globally unique message id for this insight, can be used for localization purposes, in case message_code is not yet known by the client use default_message instead.
938+
},
918939
&quot;migrationInsight&quot;: { # An insight about potential migrations for an asset. # Output only. An insight about potential migrations for an asset.
919940
&quot;computeEngineTarget&quot;: { # Compute engine migration target. # Output only. A Google Compute Engine target.
920941
&quot;shape&quot;: { # Compute Engine target shape descriptor. # Description of the suggested shape for the migration target.
@@ -1257,6 +1278,13 @@ <h3>Method Details</h3>
12571278
&quot;insightList&quot;: { # Message containing insights list. # Output only. The list of insights associated with the asset.
12581279
&quot;insights&quot;: [ # Output only. Insights of the list.
12591280
{ # An insight about an asset.
1281+
&quot;genericInsight&quot;: { # An insight about an asset (experimental insight) # Output only. A generic insight about an asset
1282+
&quot;additionalInformation&quot;: [ # Output only. Additional information about the insight, each entry can be a logical entry and must make sense if it is displayed with line breaks between each entry. Text can contain md style links
1283+
&quot;A String&quot;,
1284+
],
1285+
&quot;defaultMessage&quot;: &quot;A String&quot;, # Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.
1286+
&quot;messageId&quot;: &quot;A String&quot;, # Output only. Represents a globally unique message id for this insight, can be used for localization purposes, in case message_code is not yet known by the client use default_message instead.
1287+
},
12601288
&quot;migrationInsight&quot;: { # An insight about potential migrations for an asset. # Output only. An insight about potential migrations for an asset.
12611289
&quot;computeEngineTarget&quot;: { # Compute engine migration target. # Output only. A Google Compute Engine target.
12621290
&quot;shape&quot;: { # Compute Engine target shape descriptor. # Description of the suggested shape for the migration target.
@@ -1603,6 +1631,13 @@ <h3>Method Details</h3>
16031631
&quot;insightList&quot;: { # Message containing insights list. # Output only. The list of insights associated with the asset.
16041632
&quot;insights&quot;: [ # Output only. Insights of the list.
16051633
{ # An insight about an asset.
1634+
&quot;genericInsight&quot;: { # An insight about an asset (experimental insight) # Output only. A generic insight about an asset
1635+
&quot;additionalInformation&quot;: [ # Output only. Additional information about the insight, each entry can be a logical entry and must make sense if it is displayed with line breaks between each entry. Text can contain md style links
1636+
&quot;A String&quot;,
1637+
],
1638+
&quot;defaultMessage&quot;: &quot;A String&quot;, # Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.
1639+
&quot;messageId&quot;: &quot;A String&quot;, # Output only. Represents a globally unique message id for this insight, can be used for localization purposes, in case message_code is not yet known by the client use default_message instead.
1640+
},
16061641
&quot;migrationInsight&quot;: { # An insight about potential migrations for an asset. # Output only. An insight about potential migrations for an asset.
16071642
&quot;computeEngineTarget&quot;: { # Compute engine migration target. # Output only. A Google Compute Engine target.
16081643
&quot;shape&quot;: { # Compute Engine target shape descriptor. # Description of the suggested shape for the migration target.
@@ -1929,6 +1964,13 @@ <h3>Method Details</h3>
19291964
&quot;insightList&quot;: { # Message containing insights list. # Output only. The list of insights associated with the asset.
19301965
&quot;insights&quot;: [ # Output only. Insights of the list.
19311966
{ # An insight about an asset.
1967+
&quot;genericInsight&quot;: { # An insight about an asset (experimental insight) # Output only. A generic insight about an asset
1968+
&quot;additionalInformation&quot;: [ # Output only. Additional information about the insight, each entry can be a logical entry and must make sense if it is displayed with line breaks between each entry. Text can contain md style links
1969+
&quot;A String&quot;,
1970+
],
1971+
&quot;defaultMessage&quot;: &quot;A String&quot;, # Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.
1972+
&quot;messageId&quot;: &quot;A String&quot;, # Output only. Represents a globally unique message id for this insight, can be used for localization purposes, in case message_code is not yet known by the client use default_message instead.
1973+
},
19321974
&quot;migrationInsight&quot;: { # An insight about potential migrations for an asset. # Output only. An insight about potential migrations for an asset.
19331975
&quot;computeEngineTarget&quot;: { # Compute engine migration target. # Output only. A Google Compute Engine target.
19341976
&quot;shape&quot;: { # Compute Engine target shape descriptor. # Description of the suggested shape for the migration target.

‎docs/dyn/migrationcenter_v1.projects.locations.groups.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h3>Method Details</h3>
144144
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
145145
},
146146
&quot;name&quot;: &quot;A String&quot;, # 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}`.
147-
&quot;response&quot;: { # 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`.
147+
&quot;response&quot;: { # The normal, successful response of the operation. 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`.
148148
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
149149
},
150150
}</pre>
@@ -200,7 +200,7 @@ <h3>Method Details</h3>
200200
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
201201
},
202202
&quot;name&quot;: &quot;A String&quot;, # 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}`.
203-
&quot;response&quot;: { # 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`.
203+
&quot;response&quot;: { # The normal, successful response of the operation. 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`.
204204
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
205205
},
206206
}</pre>
@@ -236,7 +236,7 @@ <h3>Method Details</h3>
236236
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
237237
},
238238
&quot;name&quot;: &quot;A String&quot;, # 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}`.
239-
&quot;response&quot;: { # 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`.
239+
&quot;response&quot;: { # The normal, successful response of the operation. 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`.
240240
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
241241
},
242242
}</pre>
@@ -365,7 +365,7 @@ <h3>Method Details</h3>
365365
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
366366
},
367367
&quot;name&quot;: &quot;A String&quot;, # 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}`.
368-
&quot;response&quot;: { # 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`.
368+
&quot;response&quot;: { # The normal, successful response of the operation. 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`.
369369
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
370370
},
371371
}</pre>
@@ -413,7 +413,7 @@ <h3>Method Details</h3>
413413
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
414414
},
415415
&quot;name&quot;: &quot;A String&quot;, # 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}`.
416-
&quot;response&quot;: { # 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`.
416+
&quot;response&quot;: { # The normal, successful response of the operation. 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`.
417417
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
418418
},
419419
}</pre>

‎docs/dyn/migrationcenter_v1.projects.locations.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ <h3>Method Details</h3>
268268
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
269269
},
270270
&quot;name&quot;: &quot;A String&quot;, # 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}`.
271-
&quot;response&quot;: { # 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`.
271+
&quot;response&quot;: { # The normal, successful response of the operation. 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`.
272272
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
273273
},
274274
}</pre>

0 commit comments

Comments
 (0)
Please sign in to comment.