1<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5  margin: 0;
6  padding: 0;
7  border: 0;
8  font-weight: inherit;
9  font-style: inherit;
10  font-size: 100%;
11  font-family: inherit;
12  vertical-align: baseline;
13}
14
15body {
16  font-size: 13px;
17  padding: 1em;
18}
19
20h1 {
21  font-size: 26px;
22  margin-bottom: 1em;
23}
24
25h2 {
26  font-size: 24px;
27  margin-bottom: 1em;
28}
29
30h3 {
31  font-size: 20px;
32  margin-bottom: 1em;
33  margin-top: 1em;
34}
35
36pre, code {
37  line-height: 1.5;
38  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42  margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46  font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50  border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54  margin-top: 0.5em;
55}
56
57.firstline {
58  margin-left: 2 em;
59}
60
61.method  {
62  margin-top: 1em;
63  border: solid 1px #CCC;
64  padding: 1em;
65  background: #EEE;
66}
67
68.details {
69  font-weight: bold;
70  font-size: 14px;
71}
72
73</style>
74
75<h1><a href="vmmigration_v1alpha1.html">VM Migration API</a> . <a href="vmmigration_v1alpha1.projects.html">projects</a> . <a href="vmmigration_v1alpha1.projects.locations.html">locations</a> . <a href="vmmigration_v1alpha1.projects.locations.sources.html">sources</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="vmmigration_v1alpha1.projects.locations.sources.datacenterConnectors.html">datacenterConnectors()</a></code>
79</p>
80<p class="firstline">Returns the datacenterConnectors Resource.</p>
81
82<p class="toc_element">
83  <code><a href="vmmigration_v1alpha1.projects.locations.sources.migratingVms.html">migratingVms()</a></code>
84</p>
85<p class="firstline">Returns the migratingVms Resource.</p>
86
87<p class="toc_element">
88  <code><a href="vmmigration_v1alpha1.projects.locations.sources.utilizationReports.html">utilizationReports()</a></code>
89</p>
90<p class="firstline">Returns the utilizationReports Resource.</p>
91
92<p class="toc_element">
93  <code><a href="#close">close()</a></code></p>
94<p class="firstline">Close httplib2 connections.</p>
95<p class="toc_element">
96  <code><a href="#create">create(parent, body=None, requestId=None, sourceId=None, x__xgafv=None)</a></code></p>
97<p class="firstline">Creates a new Source in a given project and location.</p>
98<p class="toc_element">
99  <code><a href="#delete">delete(name, requestId=None, x__xgafv=None)</a></code></p>
100<p class="firstline">Deletes a single Source.</p>
101<p class="toc_element">
102  <code><a href="#fetchInventory">fetchInventory(source, forceRefresh=None, x__xgafv=None)</a></code></p>
103<p class="firstline">List remote source's inventory of VMs. The remote source is the onprem vCenter (remote in the sense it's not in Compute Engine). The inventory describes the list of existing VMs in that source. Note that this operation lists the VMs on the remote source, as opposed to listing the MigratingVms resources in the vmmigration service.</p>
104<p class="toc_element">
105  <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
106<p class="firstline">Gets details of a single Source.</p>
107<p class="toc_element">
108  <code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
109<p class="firstline">Lists Sources in a given project and location.</p>
110<p class="toc_element">
111  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
112<p class="firstline">Retrieves the next page of results.</p>
113<p class="toc_element">
114  <code><a href="#patch">patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None)</a></code></p>
115<p class="firstline">Updates the parameters of a single Source.</p>
116<h3>Method Details</h3>
117<div class="method">
118    <code class="details" id="close">close()</code>
119  <pre>Close httplib2 connections.</pre>
120</div>
121
122<div class="method">
123    <code class="details" id="create">create(parent, body=None, requestId=None, sourceId=None, x__xgafv=None)</code>
124  <pre>Creates a new Source in a given project and location.
125
126Args:
127  parent: string, Required. The Source&#x27;s parent. (required)
128  body: object, The request body.
129    The object takes the form of:
130
131{ # Source message describes a specific vm migration Source resource. It contains the source environment information.
132  &quot;createTime&quot;: &quot;A String&quot;, # Output only. The create time timestamp.
133  &quot;description&quot;: &quot;A String&quot;, # User-provided description of the source.
134  &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 on the state of the Source in case of an error.
135    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
136    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
137      {
138        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
139      },
140    ],
141    &quot;message&quot;: &quot;A String&quot;, # 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.
142  },
143  &quot;labels&quot;: { # The labels of the source.
144    &quot;a_key&quot;: &quot;A String&quot;,
145  },
146  &quot;name&quot;: &quot;A String&quot;, # Output only. The Source name.
147  &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The update time timestamp.
148  &quot;vmware&quot;: { # VmwareSourceDetails message describes a specific source details for the vmware source type. # Vmware type source details.
149    &quot;password&quot;: &quot;A String&quot;, # Input only. The credentials password. This is write only and can not be read in a GET operation.
150    &quot;thumbprint&quot;: &quot;A String&quot;, # The thumbprint representing the certificate for the vcenter.
151    &quot;username&quot;: &quot;A String&quot;, # The credentials username.
152    &quot;vcenterIp&quot;: &quot;A String&quot;, # The ip address of the vcenter this Source represents.
153  },
154}
155
156  requestId: string, A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
157  sourceId: string, Required. The source identifier.
158  x__xgafv: string, V1 error format.
159    Allowed values
160      1 - v1 error format
161      2 - v2 error format
162
163Returns:
164  An object of the form:
165
166    { # This resource represents a long-running operation that is the result of a network API call.
167  &quot;done&quot;: True or False, # 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.
168  &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). # The error result of the operation in case of failure or cancellation.
169    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
170    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
171      {
172        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
173      },
174    ],
175    &quot;message&quot;: &quot;A String&quot;, # 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.
176  },
177  &quot;metadata&quot;: { # 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.
178    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
179  },
180  &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}`.
181  &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`.
182    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
183  },
184}</pre>
185</div>
186
187<div class="method">
188    <code class="details" id="delete">delete(name, requestId=None, x__xgafv=None)</code>
189  <pre>Deletes a single Source.
190
191Args:
192  name: string, Required. The Source name. (required)
193  requestId: string, Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
194  x__xgafv: string, V1 error format.
195    Allowed values
196      1 - v1 error format
197      2 - v2 error format
198
199Returns:
200  An object of the form:
201
202    { # This resource represents a long-running operation that is the result of a network API call.
203  &quot;done&quot;: True or False, # 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.
204  &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). # The error result of the operation in case of failure or cancellation.
205    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
206    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
207      {
208        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
209      },
210    ],
211    &quot;message&quot;: &quot;A String&quot;, # 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.
212  },
213  &quot;metadata&quot;: { # 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.
214    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
215  },
216  &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}`.
217  &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`.
218    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
219  },
220}</pre>
221</div>
222
223<div class="method">
224    <code class="details" id="fetchInventory">fetchInventory(source, forceRefresh=None, x__xgafv=None)</code>
225  <pre>List remote source&#x27;s inventory of VMs. The remote source is the onprem vCenter (remote in the sense it&#x27;s not in Compute Engine). The inventory describes the list of existing VMs in that source. Note that this operation lists the VMs on the remote source, as opposed to listing the MigratingVms resources in the vmmigration service.
226
227Args:
228  source: string, Required. The name of the Source. (required)
229  forceRefresh: boolean, If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.
230  x__xgafv: string, V1 error format.
231    Allowed values
232      1 - v1 error format
233      2 - v2 error format
234
235Returns:
236  An object of the form:
237
238    { # Response message for fetchInventory.
239  &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the source was last queried (if the result is from the cache).
240  &quot;vmwareVms&quot;: { # VmwareVmsDetails describes VMs in vCenter. # Output only. The description of the VMs in a Source of type Vmware.
241    &quot;details&quot;: [ # The details of the vmware VMs.
242      { # VmwareVmDetails describes a VM in vCenter.
243        &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option.
244        &quot;committedStorage&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
245        &quot;committedStorageMb&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
246        &quot;cpuCount&quot;: 42, # The number of cpus in the VM.
247        &quot;datacenterDescription&quot;: &quot;A String&quot;, # The descriptive name of the vCenter&#x27;s datacenter this VM is contained in.
248        &quot;datacenterId&quot;: &quot;A String&quot;, # The id of the vCenter&#x27;s datacenter this VM is contained in.
249        &quot;diskCount&quot;: 42, # The number of disks the VM has.
250        &quot;displayName&quot;: &quot;A String&quot;, # The display name of the VM. Note that this is not necessarily unique.
251        &quot;guestDescription&quot;: &quot;A String&quot;, # The VM&#x27;s OS. See for example https://pubs.vmware.com/vi-sdk/visdk250/ReferenceGuide/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html for types of strings this might hold.
252        &quot;memoryMb&quot;: 42, # The size of the memory of the VM in MB.
253        &quot;powerState&quot;: &quot;A String&quot;, # The power state of the VM at the moment list was taken.
254        &quot;uuid&quot;: &quot;A String&quot;, # The unique identifier of the VM in vCenter.
255        &quot;vmId&quot;: &quot;A String&quot;, # The VM&#x27;s id in the source (note that this is not the MigratingVm&#x27;s id). This is the moref id of the VM.
256      },
257    ],
258  },
259}</pre>
260</div>
261
262<div class="method">
263    <code class="details" id="get">get(name, x__xgafv=None)</code>
264  <pre>Gets details of a single Source.
265
266Args:
267  name: string, Required. The Source name. (required)
268  x__xgafv: string, V1 error format.
269    Allowed values
270      1 - v1 error format
271      2 - v2 error format
272
273Returns:
274  An object of the form:
275
276    { # Source message describes a specific vm migration Source resource. It contains the source environment information.
277  &quot;createTime&quot;: &quot;A String&quot;, # Output only. The create time timestamp.
278  &quot;description&quot;: &quot;A String&quot;, # User-provided description of the source.
279  &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 on the state of the Source in case of an error.
280    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
281    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
282      {
283        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
284      },
285    ],
286    &quot;message&quot;: &quot;A String&quot;, # 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.
287  },
288  &quot;labels&quot;: { # The labels of the source.
289    &quot;a_key&quot;: &quot;A String&quot;,
290  },
291  &quot;name&quot;: &quot;A String&quot;, # Output only. The Source name.
292  &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The update time timestamp.
293  &quot;vmware&quot;: { # VmwareSourceDetails message describes a specific source details for the vmware source type. # Vmware type source details.
294    &quot;password&quot;: &quot;A String&quot;, # Input only. The credentials password. This is write only and can not be read in a GET operation.
295    &quot;thumbprint&quot;: &quot;A String&quot;, # The thumbprint representing the certificate for the vcenter.
296    &quot;username&quot;: &quot;A String&quot;, # The credentials username.
297    &quot;vcenterIp&quot;: &quot;A String&quot;, # The ip address of the vcenter this Source represents.
298  },
299}</pre>
300</div>
301
302<div class="method">
303    <code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
304  <pre>Lists Sources in a given project and location.
305
306Args:
307  parent: string, Required. The parent, which owns this collection of sources. (required)
308  filter: string, Optional. The filter request.
309  orderBy: string, Optional. the order by fields for the result.
310  pageSize: integer, Optional. The maximum number of sources to return. The service may return fewer than this value. If unspecified, at most 500 sources will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
311  pageToken: string, Required. A page token, received from a previous `ListSources` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSources` must match the call that provided the page token.
312  x__xgafv: string, V1 error format.
313    Allowed values
314      1 - v1 error format
315      2 - v2 error format
316
317Returns:
318  An object of the form:
319
320    { # Response message for &#x27;ListSources&#x27; request.
321  &quot;nextPageToken&quot;: &quot;A String&quot;, # 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.
322  &quot;sources&quot;: [ # Output only. The list of sources response.
323    { # Source message describes a specific vm migration Source resource. It contains the source environment information.
324      &quot;createTime&quot;: &quot;A String&quot;, # Output only. The create time timestamp.
325      &quot;description&quot;: &quot;A String&quot;, # User-provided description of the source.
326      &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 on the state of the Source in case of an error.
327        &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
328        &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
329          {
330            &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
331          },
332        ],
333        &quot;message&quot;: &quot;A String&quot;, # 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.
334      },
335      &quot;labels&quot;: { # The labels of the source.
336        &quot;a_key&quot;: &quot;A String&quot;,
337      },
338      &quot;name&quot;: &quot;A String&quot;, # Output only. The Source name.
339      &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The update time timestamp.
340      &quot;vmware&quot;: { # VmwareSourceDetails message describes a specific source details for the vmware source type. # Vmware type source details.
341        &quot;password&quot;: &quot;A String&quot;, # Input only. The credentials password. This is write only and can not be read in a GET operation.
342        &quot;thumbprint&quot;: &quot;A String&quot;, # The thumbprint representing the certificate for the vcenter.
343        &quot;username&quot;: &quot;A String&quot;, # The credentials username.
344        &quot;vcenterIp&quot;: &quot;A String&quot;, # The ip address of the vcenter this Source represents.
345      },
346    },
347  ],
348  &quot;unreachable&quot;: [ # Output only. Locations that could not be reached.
349    &quot;A String&quot;,
350  ],
351}</pre>
352</div>
353
354<div class="method">
355    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
356  <pre>Retrieves the next page of results.
357
358Args:
359  previous_request: The request for the previous page. (required)
360  previous_response: The response from the request for the previous page. (required)
361
362Returns:
363  A request object that you can call &#x27;execute()&#x27; on to request the next
364  page. Returns None if there are no more items in the collection.
365    </pre>
366</div>
367
368<div class="method">
369    <code class="details" id="patch">patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None)</code>
370  <pre>Updates the parameters of a single Source.
371
372Args:
373  name: string, Output only. The Source name. (required)
374  body: object, The request body.
375    The object takes the form of:
376
377{ # Source message describes a specific vm migration Source resource. It contains the source environment information.
378  &quot;createTime&quot;: &quot;A String&quot;, # Output only. The create time timestamp.
379  &quot;description&quot;: &quot;A String&quot;, # User-provided description of the source.
380  &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 on the state of the Source in case of an error.
381    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
382    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
383      {
384        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
385      },
386    ],
387    &quot;message&quot;: &quot;A String&quot;, # 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.
388  },
389  &quot;labels&quot;: { # The labels of the source.
390    &quot;a_key&quot;: &quot;A String&quot;,
391  },
392  &quot;name&quot;: &quot;A String&quot;, # Output only. The Source name.
393  &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The update time timestamp.
394  &quot;vmware&quot;: { # VmwareSourceDetails message describes a specific source details for the vmware source type. # Vmware type source details.
395    &quot;password&quot;: &quot;A String&quot;, # Input only. The credentials password. This is write only and can not be read in a GET operation.
396    &quot;thumbprint&quot;: &quot;A String&quot;, # The thumbprint representing the certificate for the vcenter.
397    &quot;username&quot;: &quot;A String&quot;, # The credentials username.
398    &quot;vcenterIp&quot;: &quot;A String&quot;, # The ip address of the vcenter this Source represents.
399  },
400}
401
402  requestId: string, A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
403  updateMask: string, Field mask is used to specify the fields to be overwritten in the Source resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
404  x__xgafv: string, V1 error format.
405    Allowed values
406      1 - v1 error format
407      2 - v2 error format
408
409Returns:
410  An object of the form:
411
412    { # This resource represents a long-running operation that is the result of a network API call.
413  &quot;done&quot;: True or False, # 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.
414  &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). # The error result of the operation in case of failure or cancellation.
415    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
416    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
417      {
418        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
419      },
420    ],
421    &quot;message&quot;: &quot;A String&quot;, # 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.
422  },
423  &quot;metadata&quot;: { # 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.
424    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
425  },
426  &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}`.
427  &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`.
428    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
429  },
430}</pre>
431</div>
432
433</body></html>