- 2.46.0 (latest)
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.0.0
- 0.3.2
- 0.2.1
- 0.1.0
A client to Analytics Hub API
The interfaces provided are listed below, along with usage samples.
AnalyticsHubServiceClient
Service Description: The AnalyticsHubService API facilitates data sharing within and across organizations. It allows data providers to publish Listings --- a discoverable and searchable SKU representing a dataset. Data consumers can subscribe to Listings. Upon subscription, AnalyticsHub provisions a "Linked Datasets" surfacing the data in the consumer's project.
Sample for AnalyticsHubServiceClient:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (AnalyticsHubServiceClient analyticsHubServiceClient = AnalyticsHubServiceClient.create()) {
DataExchangeName name = DataExchangeName.of("[PROJECT]", "[LOCATION]", "[DATA_EXCHANGE]");
DataExchange response = analyticsHubServiceClient.getDataExchange(name);
}
Classes
AnalyticsHubServiceClient
Service Description: The AnalyticsHubService API facilitates data sharing within and across organizations. It allows data providers to publish Listings --- a discoverable and searchable SKU representing a dataset. Data consumers can subscribe to Listings. Upon subscription, AnalyticsHub provisions a "Linked Datasets" surfacing the data in the consumer's project.
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (AnalyticsHubServiceClient analyticsHubServiceClient = AnalyticsHubServiceClient.create()) {
DataExchangeName name = DataExchangeName.of("[PROJECT]", "[LOCATION]", "[DATA_EXCHANGE]");
DataExchange response = analyticsHubServiceClient.getDataExchange(name);
}
Note: close() needs to be called on the AnalyticsHubServiceClient object to clean up resources such as threads. In the example above, try-with-resources is used, which automatically calls close().
The surface of this class includes several types of Java methods for each of the API's methods:
- A "flattened" method. With this type of method, the fields of the request type have been converted into function parameters. It may be the case that not all fields are available as parameters, and not every API method will have a flattened method entry point.
- A "request object" method. This type of method only takes one parameter, a request object, which must be constructed before the call. Not every API method will have a request object method.
- A "callable" method. This type of method takes no parameters and returns an immutable API callable object, which can be used to initiate calls to the service.
See the individual methods for example code.
Many parameters require resource names to be formatted in a particular way. To assist with these names, this class includes a format method for each type of name, and additionally a parse method to extract the individual identifiers contained within names that are returned.
This class can be customized by passing in a custom instance of AnalyticsHubServiceSettings to create(). For example:
To customize credentials:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
AnalyticsHubServiceSettings analyticsHubServiceSettings =
AnalyticsHubServiceSettings.newBuilder()
.setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
.build();
AnalyticsHubServiceClient analyticsHubServiceClient =
AnalyticsHubServiceClient.create(analyticsHubServiceSettings);
To customize the endpoint:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
AnalyticsHubServiceSettings analyticsHubServiceSettings =
AnalyticsHubServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
AnalyticsHubServiceClient analyticsHubServiceClient =
AnalyticsHubServiceClient.create(analyticsHubServiceSettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
AnalyticsHubServiceClient.ListDataExchangesFixedSizeCollection
AnalyticsHubServiceClient.ListDataExchangesPage
AnalyticsHubServiceClient.ListDataExchangesPagedResponse
AnalyticsHubServiceClient.ListListingsFixedSizeCollection
AnalyticsHubServiceClient.ListListingsPage
AnalyticsHubServiceClient.ListListingsPagedResponse
AnalyticsHubServiceClient.ListOrgDataExchangesFixedSizeCollection
AnalyticsHubServiceClient.ListOrgDataExchangesPage
AnalyticsHubServiceClient.ListOrgDataExchangesPagedResponse
AnalyticsHubServiceGrpc
The AnalyticsHubService API facilitates data sharing within and across organizations. It allows data providers to publish Listings --- a discoverable and searchable SKU representing a dataset. Data consumers can subscribe to Listings. Upon subscription, AnalyticsHub provisions a "Linked Datasets" surfacing the data in the consumer's project.
AnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub
The AnalyticsHubService API facilitates data sharing within and across organizations. It allows data providers to publish Listings --- a discoverable and searchable SKU representing a dataset. Data consumers can subscribe to Listings. Upon subscription, AnalyticsHub provisions a "Linked Datasets" surfacing the data in the consumer's project.
AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub
The AnalyticsHubService API facilitates data sharing within and across organizations. It allows data providers to publish Listings --- a discoverable and searchable SKU representing a dataset. Data consumers can subscribe to Listings. Upon subscription, AnalyticsHub provisions a "Linked Datasets" surfacing the data in the consumer's project.
AnalyticsHubServiceGrpc.AnalyticsHubServiceImplBase
The AnalyticsHubService API facilitates data sharing within and across organizations. It allows data providers to publish Listings --- a discoverable and searchable SKU representing a dataset. Data consumers can subscribe to Listings. Upon subscription, AnalyticsHub provisions a "Linked Datasets" surfacing the data in the consumer's project.
AnalyticsHubServiceGrpc.AnalyticsHubServiceStub
The AnalyticsHubService API facilitates data sharing within and across organizations. It allows data providers to publish Listings --- a discoverable and searchable SKU representing a dataset. Data consumers can subscribe to Listings. Upon subscription, AnalyticsHub provisions a "Linked Datasets" surfacing the data in the consumer's project.
AnalyticsHubServiceSettings
Settings class to configure an instance of AnalyticsHubServiceClient.
The default instance has everything set to sensible defaults:
- The default service address (analyticshub.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getDataExchange to 30 seconds:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
AnalyticsHubServiceSettings.Builder analyticsHubServiceSettingsBuilder =
AnalyticsHubServiceSettings.newBuilder();
analyticsHubServiceSettingsBuilder
.getDataExchangeSettings()
.setRetrySettings(
analyticsHubServiceSettingsBuilder
.getDataExchangeSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
AnalyticsHubServiceSettings analyticsHubServiceSettings =
analyticsHubServiceSettingsBuilder.build();
AnalyticsHubServiceSettings.Builder
Builder for AnalyticsHubServiceSettings.
CreateDataExchangeRequest
Message for creating a DataExchange.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.CreateDataExchangeRequest
CreateDataExchangeRequest.Builder
Message for creating a DataExchange.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.CreateDataExchangeRequest
CreateListingRequest
Message for creating a Listing.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.CreateListingRequest
CreateListingRequest.Builder
Message for creating a Listing.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.CreateListingRequest
DataExchange
A data exchange is a container that enables data sharing. It contains a set of listings of the data sources along with descriptive information of the data exchange.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DataExchange
DataExchange.Builder
A data exchange is a container that enables data sharing. It contains a set of listings of the data sources along with descriptive information of the data exchange.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DataExchange
DataExchangeName
DataExchangeName.Builder
Builder for projects/{project}/locations/{location}/dataExchanges/{data_exchange}.
DataExchangeProto
DataProvider
Contains details of the Data Provider.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DataProvider
DataProvider.Builder
Contains details of the Data Provider.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DataProvider
DeleteDataExchangeRequest
Message for deleting a DataExchange.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DeleteDataExchangeRequest
DeleteDataExchangeRequest.Builder
Message for deleting a DataExchange.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DeleteDataExchangeRequest
DeleteListingRequest
Message for deleting a Listing.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DeleteListingRequest
DeleteListingRequest.Builder
Message for deleting a Listing.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DeleteListingRequest
DestinationDataset
Defines the Destination BigQuery Dataset.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DestinationDataset
DestinationDataset.Builder
Defines the Destination BigQuery Dataset.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DestinationDataset
DestinationDatasetReference
Defines the Destination BigQuery Dataset Reference.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReference
DestinationDatasetReference.Builder
Defines the Destination BigQuery Dataset Reference.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReference
GetDataExchangeRequest
Message for getting a DataExchange.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.GetDataExchangeRequest
GetDataExchangeRequest.Builder
Message for getting a DataExchange.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.GetDataExchangeRequest
GetListingRequest
Message for getting a Listing.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.GetListingRequest
GetListingRequest.Builder
Message for getting a Listing.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.GetListingRequest
ListDataExchangesRequest
Message for requesting list of DataExchanges.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.ListDataExchangesRequest
ListDataExchangesRequest.Builder
Message for requesting list of DataExchanges.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.ListDataExchangesRequest
ListDataExchangesResponse
Message for response to listing DataExchanges.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.ListDataExchangesResponse
ListDataExchangesResponse.Builder
Message for response to listing DataExchanges.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.ListDataExchangesResponse
ListListingsRequest
Message for requesting list of Listings.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.ListListingsRequest
ListListingsRequest.Builder
Message for requesting list of Listings.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.ListListingsRequest
ListListingsResponse
Message for response to listing Listings.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.ListListingsResponse
ListListingsResponse.Builder
Message for response to listing Listings.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.ListListingsResponse
ListOrgDataExchangesRequest
Message for requesting list of DataExchanges from projects in an organization and location.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.ListOrgDataExchangesRequest
ListOrgDataExchangesRequest.Builder
Message for requesting list of DataExchanges from projects in an organization and location.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.ListOrgDataExchangesRequest
ListOrgDataExchangesResponse
Message for response to listing DataExchanges in an organization and location.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.ListOrgDataExchangesResponse
ListOrgDataExchangesResponse.Builder
Message for response to listing DataExchanges in an organization and location.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.ListOrgDataExchangesResponse
Listing
A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.Listing
Listing.BigQueryDatasetSource
A reference to a Shared dataset. It's an existing BigQuery dataset with a collection of objects, such as tables and views, that you want to share with subscribers. Upon subscription to a Listing, Data Exchange creates a Linked dataset in the subscriber's project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a "symbolic link" to a shared dataset.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.Listing.BigQueryDatasetSource
Listing.BigQueryDatasetSource.Builder
A reference to a Shared dataset. It's an existing BigQuery dataset with a collection of objects, such as tables and views, that you want to share with subscribers. Upon subscription to a Listing, Data Exchange creates a Linked dataset in the subscriber's project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a "symbolic link" to a shared dataset.
Protobuf type
google.cloud.bigquery.dataexchange.v1beta1.Listing.BigQueryDatasetSource
Listing.Builder
A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.Listing
ListingName
ListingName.Builder
Builder for projects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}.
LocationName
LocationName.Builder
Builder for projects/{project}/locations/{location}.
Publisher
Contains details of the Publisher.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.Publisher
Publisher.Builder
Contains details of the Publisher.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.Publisher
SubscribeListingRequest
Message for subscribing a Listing.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.SubscribeListingRequest
SubscribeListingRequest.Builder
Message for subscribing a Listing.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.SubscribeListingRequest
SubscribeListingResponse
Message for response to subscribing a Listing. Empty for now.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.SubscribeListingResponse
SubscribeListingResponse.Builder
Message for response to subscribing a Listing. Empty for now.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.SubscribeListingResponse
UpdateDataExchangeRequest
Message for updating a DataExchange.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.UpdateDataExchangeRequest
UpdateDataExchangeRequest.Builder
Message for updating a DataExchange.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.UpdateDataExchangeRequest
UpdateListingRequest
Message for updating a Listing.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.UpdateListingRequest
UpdateListingRequest.Builder
Message for updating a Listing.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.UpdateListingRequest
Interfaces
CreateDataExchangeRequestOrBuilder
CreateListingRequestOrBuilder
DataExchangeOrBuilder
DataProviderOrBuilder
DeleteDataExchangeRequestOrBuilder
DeleteListingRequestOrBuilder
DestinationDatasetOrBuilder
DestinationDatasetReferenceOrBuilder
GetDataExchangeRequestOrBuilder
GetListingRequestOrBuilder
ListDataExchangesRequestOrBuilder
ListDataExchangesResponseOrBuilder
ListListingsRequestOrBuilder
ListListingsResponseOrBuilder
ListOrgDataExchangesRequestOrBuilder
ListOrgDataExchangesResponseOrBuilder
Listing.BigQueryDatasetSourceOrBuilder
ListingOrBuilder
PublisherOrBuilder
SubscribeListingRequestOrBuilder
SubscribeListingResponseOrBuilder
UpdateDataExchangeRequestOrBuilder
UpdateListingRequestOrBuilder
Enums
Listing.SourceCase
Listing.State
State of the Listing
Protobuf enum google.cloud.bigquery.dataexchange.v1beta1.Listing.State