Skip to content

Commit 51e5e04

Browse files
feat(vmmigration): update the api
#### vmmigration:v1 The following keys were added: - schemas.CloneJob.properties.endTime (Total Keys: 3) - schemas.CutoverJob.properties.endTime (Total Keys: 3)
1 parent 4634b3d commit 51e5e04

8 files changed

+39
-13
lines changed

docs/dyn/vmmigration_v1.projects.locations.operations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3>Method Details</h3>
113113
Returns:
114114
An object of the form:
115115

116-
{ # 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); } The JSON representation for `Empty` is empty JSON object `{}`.
116+
{ # 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); }
117117
}</pre>
118118
</div>
119119

@@ -136,7 +136,7 @@ <h3>Method Details</h3>
136136
Returns:
137137
An object of the form:
138138

139-
{ # 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); } The JSON representation for `Empty` is empty JSON object `{}`.
139+
{ # 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); }
140140
}</pre>
141141
</div>
142142

docs/dyn/vmmigration_v1.projects.locations.sources.migratingVms.cloneJobs.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ <h3>Method Details</h3>
200200
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
201201
},
202202
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
203+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was ended.
203204
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Clone Job&#x27;s state.
204205
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
205206
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
@@ -311,6 +312,7 @@ <h3>Method Details</h3>
311312
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
312313
},
313314
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
315+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was ended.
314316
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Clone Job&#x27;s state.
315317
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
316318
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
@@ -398,6 +400,7 @@ <h3>Method Details</h3>
398400
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
399401
},
400402
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
403+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was ended.
401404
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Clone Job&#x27;s state.
402405
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
403406
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.

docs/dyn/vmmigration_v1.projects.locations.sources.migratingVms.cutoverJobs.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ <h3>Method Details</h3>
200200
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
201201
},
202202
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
203+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job had finished.
203204
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Cutover Job&#x27;s state.
204205
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
205206
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
@@ -313,6 +314,7 @@ <h3>Method Details</h3>
313314
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
314315
},
315316
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
317+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job had finished.
316318
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Cutover Job&#x27;s state.
317319
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
318320
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
@@ -402,6 +404,7 @@ <h3>Method Details</h3>
402404
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
403405
},
404406
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
407+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job had finished.
405408
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Cutover Job&#x27;s state.
406409
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
407410
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.

docs/dyn/vmmigration_v1.projects.locations.sources.migratingVms.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ <h3>Method Details</h3>
264264
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
265265
},
266266
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
267+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was ended.
267268
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Clone Job&#x27;s state.
268269
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
269270
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
@@ -331,6 +332,7 @@ <h3>Method Details</h3>
331332
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
332333
},
333334
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
335+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job had finished.
334336
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Cutover Job&#x27;s state.
335337
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
336338
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
@@ -611,6 +613,7 @@ <h3>Method Details</h3>
611613
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
612614
},
613615
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
616+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was ended.
614617
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Clone Job&#x27;s state.
615618
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
616619
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
@@ -678,6 +681,7 @@ <h3>Method Details</h3>
678681
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
679682
},
680683
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
684+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job had finished.
681685
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Cutover Job&#x27;s state.
682686
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
683687
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
@@ -858,6 +862,7 @@ <h3>Method Details</h3>
858862
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
859863
},
860864
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
865+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was ended.
861866
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Clone Job&#x27;s state.
862867
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
863868
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
@@ -925,6 +930,7 @@ <h3>Method Details</h3>
925930
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
926931
},
927932
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
933+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job had finished.
928934
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Cutover Job&#x27;s state.
929935
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
930936
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
@@ -1109,6 +1115,7 @@ <h3>Method Details</h3>
11091115
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
11101116
},
11111117
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
1118+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was ended.
11121119
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Clone Job&#x27;s state.
11131120
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
11141121
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
@@ -1176,6 +1183,7 @@ <h3>Method Details</h3>
11761183
&quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
11771184
},
11781185
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
1186+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job had finished.
11791187
&quot;error&quot;: { # 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). # Output only. Provides details for the errors that led to the Cutover Job&#x27;s state.
11801188
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
11811189
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.

docs/dyn/vmmigration_v1alpha1.projects.locations.operations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3>Method Details</h3>
113113
Returns:
114114
An object of the form:
115115

116-
{ # 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); } The JSON representation for `Empty` is empty JSON object `{}`.
116+
{ # 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); }
117117
}</pre>
118118
</div>
119119

@@ -136,7 +136,7 @@ <h3>Method Details</h3>
136136
Returns:
137137
An object of the form:
138138

139-
{ # 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); } The JSON representation for `Empty` is empty JSON object `{}`.
139+
{ # 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); }
140140
}</pre>
141141
</div>
142142

0 commit comments

Comments
 (0)