You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
domain: string, Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` (required)
420
+
body: object, The request body.
421
+
The object takes the form of:
422
+
423
+
{ # DisableMigrationRequest is the request message for DisableMigration method.
424
+
}
425
+
426
+
x__xgafv: string, V1 error format.
427
+
Allowed values
428
+
1 - v1 error format
429
+
2 - v2 error format
430
+
431
+
Returns:
432
+
An object of the form:
433
+
434
+
{ # This resource represents a long-running operation that is the result of a network API call.
435
+
"done": 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.
436
+
"error": { # 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.
437
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
438
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
439
+
{
440
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
441
+
},
442
+
],
443
+
"message": "A String", # 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.
444
+
},
445
+
"metadata": { # 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.
446
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
447
+
},
448
+
"name": "A String", # 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}`.
449
+
"response": { # 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`.
450
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
domain: string, Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` (required)
461
+
body: object, The request body.
462
+
The object takes the form of:
463
+
464
+
{ # EnableMigrationRequest is the request message for EnableMigration method.
465
+
"migratingDomains": [ # Required. List of the on-prem domains to be migrated.
466
+
{ # OnPremDomainDetails is the message which contains details of on-prem domain which is trusted and needs to be migrated.
467
+
"disableSidFiltering": True or False, # Optional. Option to disable SID filtering.
468
+
"domainName": "A String", # Required. FQDN of the on-prem domain being migrated.
469
+
},
470
+
],
471
+
}
472
+
473
+
x__xgafv: string, V1 error format.
474
+
Allowed values
475
+
1 - v1 error format
476
+
2 - v2 error format
477
+
478
+
Returns:
479
+
An object of the form:
480
+
481
+
{ # This resource represents a long-running operation that is the result of a network API call.
482
+
"done": 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.
483
+
"error": { # 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.
484
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
485
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
486
+
{
487
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
488
+
},
489
+
],
490
+
"message": "A String", # 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.
491
+
},
492
+
"metadata": { # 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.
493
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
494
+
},
495
+
"name": "A String", # 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}`.
496
+
"response": { # 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`.
497
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
"description": "CheckMigrationPermissionRequest is the request message for CheckMigrationPermission method.",
1640
+
"id": "CheckMigrationPermissionRequest",
1641
+
"properties": {},
1642
+
"type": "object"
1643
+
},
1644
+
"CheckMigrationPermissionResponse": {
1645
+
"description": "CheckMigrationPermissionResponse is the response message for CheckMigrationPermission method.",
1646
+
"id": "CheckMigrationPermissionResponse",
1647
+
"properties": {
1648
+
"onpremDomains": {
1649
+
"description": "The state of SID filtering of all the domains which has trust established.",
1650
+
"items": {
1651
+
"$ref": "OnPremDomainSIDDetails"
1652
+
},
1653
+
"type": "array"
1654
+
},
1655
+
"state": {
1656
+
"description": "The state of DomainMigration.",
1657
+
"enum": [
1658
+
"STATE_UNSPECIFIED",
1659
+
"DISABLED",
1660
+
"ENABLED",
1661
+
"NEEDS_MAINTENANCE"
1662
+
],
1663
+
"enumDescriptions": [
1664
+
"DomainMigration is in unspecified state.",
1665
+
"Domain Migration is Disabled.",
1666
+
"Domain Migration is Enabled.",
1667
+
"Domain Migration is not in valid state."
1668
+
],
1669
+
"type": "string"
1670
+
}
1671
+
},
1672
+
"type": "object"
1673
+
},
1554
1674
"DailyCycle": {
1555
1675
"description": "Time window specified for daily operations.",
1556
1676
"id": "DailyCycle",
@@ -1618,6 +1738,12 @@
1618
1738
},
1619
1739
"type": "object"
1620
1740
},
1741
+
"DisableMigrationRequest": {
1742
+
"description": "DisableMigrationRequest is the request message for DisableMigration method.",
1743
+
"id": "DisableMigrationRequest",
1744
+
"properties": {},
1745
+
"type": "object"
1746
+
},
1621
1747
"Domain": {
1622
1748
"description": "If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state.",
1623
1749
"id": "Domain",
@@ -1717,6 +1843,20 @@
1717
1843
"properties": {},
1718
1844
"type": "object"
1719
1845
},
1846
+
"EnableMigrationRequest": {
1847
+
"description": "EnableMigrationRequest is the request message for EnableMigration method.",
1848
+
"id": "EnableMigrationRequest",
1849
+
"properties": {
1850
+
"migratingDomains": {
1851
+
"description": "Required. List of the on-prem domains to be migrated.",
1852
+
"items": {
1853
+
"$ref": "OnPremDomainDetails"
1854
+
},
1855
+
"type": "array"
1856
+
}
1857
+
},
1858
+
"type": "object"
1859
+
},
1720
1860
"Expr": {
1721
1861
"description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() < 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
1722
1862
"id": "Expr",
@@ -2432,6 +2572,46 @@
2432
2572
},
2433
2573
"type": "object"
2434
2574
},
2575
+
"OnPremDomainDetails": {
2576
+
"description": "OnPremDomainDetails is the message which contains details of on-prem domain which is trusted and needs to be migrated.",
2577
+
"id": "OnPremDomainDetails",
2578
+
"properties": {
2579
+
"disableSidFiltering": {
2580
+
"description": "Optional. Option to disable SID filtering.",
2581
+
"type": "boolean"
2582
+
},
2583
+
"domainName": {
2584
+
"description": "Required. FQDN of the on-prem domain being migrated.",
2585
+
"type": "string"
2586
+
}
2587
+
},
2588
+
"type": "object"
2589
+
},
2590
+
"OnPremDomainSIDDetails": {
2591
+
"description": "OnPremDomainDetails is the message which contains details of on-prem domain which is trusted and needs to be migrated.",
2592
+
"id": "OnPremDomainSIDDetails",
2593
+
"properties": {
2594
+
"name": {
2595
+
"description": "FQDN of the on-prem domain being migrated.",
2596
+
"type": "string"
2597
+
},
2598
+
"sidFilteringState": {
2599
+
"description": "Current SID filtering state.",
2600
+
"enum": [
2601
+
"SID_FILTERING_STATE_UNSPECIFIED",
2602
+
"ENABLED",
2603
+
"DISABLED"
2604
+
],
2605
+
"enumDescriptions": [
2606
+
"SID Filtering is in unspecified state.",
2607
+
"SID Filtering is Enabled.",
2608
+
"SID Filtering is Disabled."
2609
+
],
2610
+
"type": "string"
2611
+
}
2612
+
},
2613
+
"type": "object"
2614
+
},
2435
2615
"Operation": {
2436
2616
"description": "This resource represents a long-running operation that is the result of a network API call.",
0 commit comments