Summary of entries of Methods for analyticshub.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient
AnalyticsHubServiceAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
services
.
analytics_hub_service
.
transports
.
base
.
AnalyticsHubServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
services
.
analytics_hub_service
.
transports
.
base
.
AnalyticsHubServiceTransport
]]]
=
'grpc_asyncio'
,
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
client_info
:
google
.
api_core
.
gapic_v1
.
client_info
.
ClientInfo
=
Instantiates the analytics hub service async client.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.create_data_exchange
create_data_exchange
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
CreateDataExchangeRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
data_exchange
:
typing
.
Optional
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DataExchange
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DataExchange
Creates a new data exchange.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.create_listing
create_listing
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
CreateListingRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
listing
:
typing
.
Optional
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
Listing
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
Listing
Creates a new listing.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.data_exchange_path
data_exchange_path
(
project
:
str
,
location
:
str
,
data_exchange
:
str
)
-
> str
Returns a fully-qualified data_exchange string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.dataset_path
dataset_path
(
project
:
str
,
dataset
:
str
)
-
> str
Returns a fully-qualified dataset string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.delete_data_exchange
delete_data_exchange
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DeleteDataExchangeRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes an existing data exchange.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.delete_listing
delete_listing
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DeleteListingRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a listing.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.get_data_exchange
get_data_exchange
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
GetDataExchangeRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DataExchange
Gets the details of a data exchange.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.get_iam_policy
get_iam_policy
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
iam
.
v1
.
iam_policy_pb2
.
GetIamPolicyRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Gets the IAM policy.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.get_listing
get_listing
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
GetListingRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
Listing
Gets the details of a listing.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.get_location
get_location
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
GetLocationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
Location
Gets information about a location.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
services
.
analytics_hub_service
.
transports
.
base
.
AnalyticsHubServiceTransport
]
Returns an appropriate transport class.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.list_data_exchanges
list_data_exchanges
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListDataExchangesRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
services
.
analytics_hub_service
.
pagers
.
ListDataExchangesAsyncPager
)
Lists all data exchanges in a given project and location.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.list_listings
list_listings
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListListingsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
services
.
analytics_hub_service
.
pagers
.
ListListingsAsyncPager
)
Lists all listings in a given project and location.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.list_locations
list_locations
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
ListLocationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.list_org_data_exchanges
list_org_data_exchanges
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListOrgDataExchangesRequest
,
dict
,
]
]
=
None
,
*
,
organization
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
services
.
analytics_hub_service
.
pagers
.
ListOrgDataExchangesAsyncPager
)
Lists all data exchanges from projects in a given organization and location.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.listing_path
listing_path
(
project
:
str
,
location
:
str
,
data_exchange
:
str
,
listing
:
str
)
-
> str
Returns a fully-qualified listing string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a billing_account path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.parse_data_exchange_path
parse_data_exchange_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a data_exchange path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.parse_dataset_path
parse_dataset_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a dataset path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.parse_listing_path
parse_listing_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a listing path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.set_iam_policy
set_iam_policy
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
iam
.
v1
.
iam_policy_pb2
.
SetIamPolicyRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Sets the IAM policy.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.subscribe_listing
subscribe_listing
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
SubscribeListingRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
SubscribeListingResponse
)
Subscribes to a listing.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.test_iam_permissions
test_iam_permissions
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsResponse
Returns the permissions that a caller has.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.update_data_exchange
update_data_exchange
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
UpdateDataExchangeRequest
,
dict
,
]
]
=
None
,
*
,
data_exchange
:
typing
.
Optional
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DataExchange
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DataExchange
Updates an existing data exchange.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceAsyncClient.update_listing
update_listing
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
UpdateListingRequest
,
dict
,
]
]
=
None
,
*
,
listing
:
typing
.
Optional
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
Listing
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
Listing
Updates an existing listing.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient
AnalyticsHubServiceClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
services
.
analytics_hub_service
.
transports
.
base
.
AnalyticsHubServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
services
.
analytics_hub_service
.
transports
.
base
.
AnalyticsHubServiceTransport
]]]
=
None
,
client_options
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
client_options
.
ClientOptions
,
dict
]]
=
None
,
client_info
:
google
.
api_core
.
gapic_v1
.
client_info
.
ClientInfo
=
Instantiates the analytics hub service client.
See more: google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.create_data_exchange
create_data_exchange
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
CreateDataExchangeRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
data_exchange
:
typing
.
Optional
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DataExchange
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DataExchange
Creates a new data exchange.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.create_listing
create_listing
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
CreateListingRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
listing
:
typing
.
Optional
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
Listing
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
Listing
Creates a new listing.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.data_exchange_path
data_exchange_path
(
project
:
str
,
location
:
str
,
data_exchange
:
str
)
-
> str
Returns a fully-qualified data_exchange string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.dataset_path
dataset_path
(
project
:
str
,
dataset
:
str
)
-
> str
Returns a fully-qualified dataset string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.delete_data_exchange
delete_data_exchange
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DeleteDataExchangeRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes an existing data exchange.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.delete_listing
delete_listing
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DeleteListingRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a listing.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.get_data_exchange
get_data_exchange
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
GetDataExchangeRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DataExchange
Gets the details of a data exchange.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.get_iam_policy
get_iam_policy
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
iam
.
v1
.
iam_policy_pb2
.
GetIamPolicyRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Gets the IAM policy.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.get_listing
get_listing
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
GetListingRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
Listing
Gets the details of a listing.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.get_location
get_location
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
GetLocationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
Location
Gets information about a location.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Deprecated.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.list_data_exchanges
list_data_exchanges
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListDataExchangesRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
services
.
analytics_hub_service
.
pagers
.
ListDataExchangesPager
)
Lists all data exchanges in a given project and location.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.list_listings
list_listings
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListListingsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
services
.
analytics_hub_service
.
pagers
.
ListListingsPager
)
Lists all listings in a given project and location.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.list_locations
list_locations
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
ListLocationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.list_org_data_exchanges
list_org_data_exchanges
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListOrgDataExchangesRequest
,
dict
,
]
]
=
None
,
*
,
organization
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
services
.
analytics_hub_service
.
pagers
.
ListOrgDataExchangesPager
)
Lists all data exchanges from projects in a given organization and location.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.listing_path
listing_path
(
project
:
str
,
location
:
str
,
data_exchange
:
str
,
listing
:
str
)
-
> str
Returns a fully-qualified listing string.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.parse_common_billing_account_path
parse_common_billing_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a billing_account path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.parse_data_exchange_path
parse_data_exchange_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a data_exchange path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.parse_dataset_path
parse_dataset_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a dataset path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.parse_listing_path
parse_listing_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a listing path into its component segments.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.set_iam_policy
set_iam_policy
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
iam
.
v1
.
iam_policy_pb2
.
SetIamPolicyRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Sets the IAM policy.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.subscribe_listing
subscribe_listing
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
SubscribeListingRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
SubscribeListingResponse
)
Subscribes to a listing.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.test_iam_permissions
test_iam_permissions
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsResponse
Returns the permissions that a caller has.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.update_data_exchange
update_data_exchange
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
UpdateDataExchangeRequest
,
dict
,
]
]
=
None
,
*
,
data_exchange
:
typing
.
Optional
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DataExchange
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
DataExchange
Updates an existing data exchange.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.AnalyticsHubServiceClient.update_listing
update_listing
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
UpdateListingRequest
,
dict
,
]
]
=
None
,
*
,
listing
:
typing
.
Optional
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
Listing
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
Listing
Updates an existing listing.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.pagers.ListDataExchangesAsyncPager
ListDataExchangesAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListDataExchangesResponse
],
],
request
:
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListDataExchangesRequest
,
response
:
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListDataExchangesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.pagers.ListDataExchangesPager
ListDataExchangesPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListDataExchangesResponse
,
],
request
:
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListDataExchangesRequest
,
response
:
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListDataExchangesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.pagers.ListListingsAsyncPager
ListListingsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListListingsResponse
],
],
request
:
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListListingsRequest
,
response
:
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListListingsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.pagers.ListListingsPager
ListListingsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListListingsResponse
,
],
request
:
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListListingsRequest
,
response
:
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListListingsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.pagers.ListListingsPager
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.pagers.ListOrgDataExchangesAsyncPager
ListOrgDataExchangesAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListOrgDataExchangesResponse
],
],
request
:
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListOrgDataExchangesRequest
,
response
:
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListOrgDataExchangesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
google.cloud.bigquery_data_exchange_v1beta1.services.analytics_hub_service.pagers.ListOrgDataExchangesPager
ListOrgDataExchangesPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListOrgDataExchangesResponse
,
],
request
:
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListOrgDataExchangesRequest
,
response
:
google
.
cloud
.
bigquery_data_exchange_v1beta1
.
types
.
dataexchange
.
ListOrgDataExchangesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.