QueryShare
Indicates ways that a query may be shared beyond the owning Ads Data Hub customer.
JSON representation |
{
"shareType": enum (ShareType )
} |
Fields |
shareType |
enum (ShareType )
Indicates how the query may be shared with other Ads Data Hub customers.
|
ShareType
Supported query sharing types.
Enums |
SHARE_TYPE_UNSPECIFIED |
Query sharing type is unspecified. |
MANAGED_CUSTOMERS |
Query can be run from an Ads Data Hub customer that owns the query, or any Ads Data Hub customer managed by that customer. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["The `QueryShare` object defines how an Ads Data Hub query can be shared with other customers."],["Queries can be shared with managed customers, allowing them to run the query as if they owned it."],["The `shareType` field indicates the sharing type, which can be either `SHARE_TYPE_UNSPECIFIED` or `MANAGED_CUSTOMERS`."]]],[]]