package dataexchange
import "google.golang.org/genproto/googleapis/cloud/bigquery/dataexchange/v1beta1"
Package dataexchange aliases all exported identifiers in package "cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb".
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterAnalyticsHubServiceServer(s *grpc.Server, srv AnalyticsHubServiceServer)
- type AnalyticsHubServiceClient
- type AnalyticsHubServiceServer
- type CreateDataExchangeRequest
- type CreateListingRequest
- type DataExchange
- type DataProvider
- type DeleteDataExchangeRequest
- type DeleteListingRequest
- type DestinationDataset
- type DestinationDatasetReference
- type GetDataExchangeRequest
- type GetListingRequest
- type ListDataExchangesRequest
- type ListDataExchangesResponse
- type ListListingsRequest
- type ListListingsResponse
- type ListOrgDataExchangesRequest
- type ListOrgDataExchangesResponse
- type Listing
- type Listing_BigQueryDatasetSource
- type Listing_BigqueryDataset
- type Listing_Category
- type Listing_State
- type Publisher
- type SubscribeListingRequest
- type SubscribeListingRequest_DestinationDataset
- type SubscribeListingResponse
- type UnimplementedAnalyticsHubServiceServer
- type UpdateDataExchangeRequest
- type UpdateListingRequest
Constants ¶
const ( Listing_ACTIVE = src.Listing_ACTIVE Listing_CATEGORY_ADVERTISING_AND_MARKETING = src.Listing_CATEGORY_ADVERTISING_AND_MARKETING Listing_CATEGORY_CLIMATE_AND_ENVIRONMENT = src.Listing_CATEGORY_CLIMATE_AND_ENVIRONMENT Listing_CATEGORY_COMMERCE = src.Listing_CATEGORY_COMMERCE Listing_CATEGORY_DEMOGRAPHICS = src.Listing_CATEGORY_DEMOGRAPHICS Listing_CATEGORY_ECONOMICS = src.Listing_CATEGORY_ECONOMICS Listing_CATEGORY_EDUCATION = src.Listing_CATEGORY_EDUCATION Listing_CATEGORY_ENERGY = src.Listing_CATEGORY_ENERGY Listing_CATEGORY_FINANCIAL = src.Listing_CATEGORY_FINANCIAL Listing_CATEGORY_GAMING = src.Listing_CATEGORY_GAMING Listing_CATEGORY_GEOSPATIAL = src.Listing_CATEGORY_GEOSPATIAL Listing_CATEGORY_HEALTHCARE_AND_LIFE_SCIENCE = src.Listing_CATEGORY_HEALTHCARE_AND_LIFE_SCIENCE Listing_CATEGORY_MEDIA = src.Listing_CATEGORY_MEDIA Listing_CATEGORY_OTHERS = src.Listing_CATEGORY_OTHERS Listing_CATEGORY_PUBLIC_SECTOR = src.Listing_CATEGORY_PUBLIC_SECTOR Listing_CATEGORY_RETAIL = src.Listing_CATEGORY_RETAIL Listing_CATEGORY_SCIENCE_AND_RESEARCH = src.Listing_CATEGORY_SCIENCE_AND_RESEARCH Listing_CATEGORY_SPORTS = src.Listing_CATEGORY_SPORTS Listing_CATEGORY_TRANSPORTATION_AND_LOGISTICS = src.Listing_CATEGORY_TRANSPORTATION_AND_LOGISTICS Listing_CATEGORY_TRAVEL_AND_TOURISM = src.Listing_CATEGORY_TRAVEL_AND_TOURISM Listing_CATEGORY_UNSPECIFIED = src.Listing_CATEGORY_UNSPECIFIED Listing_STATE_UNSPECIFIED = src.Listing_STATE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
Variables ¶
var ( File_google_cloud_bigquery_dataexchange_v1beta1_dataexchange_proto = src.File_google_cloud_bigquery_dataexchange_v1beta1_dataexchange_proto Listing_Category_name = src.Listing_Category_name Listing_Category_value = src.Listing_Category_value Listing_State_name = src.Listing_State_name Listing_State_value = src.Listing_State_value )
Deprecated: Please use vars in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
Functions ¶
func RegisterAnalyticsHubServiceServer ¶
func RegisterAnalyticsHubServiceServer(s *grpc.Server, srv AnalyticsHubServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
Types ¶
type AnalyticsHubServiceClient ¶
type AnalyticsHubServiceClient = src.AnalyticsHubServiceClient
AnalyticsHubServiceClient is the client API for AnalyticsHubService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
func NewAnalyticsHubServiceClient ¶
func NewAnalyticsHubServiceClient(cc grpc.ClientConnInterface) AnalyticsHubServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type AnalyticsHubServiceServer ¶
type AnalyticsHubServiceServer = src.AnalyticsHubServiceServer
AnalyticsHubServiceServer is the server API for AnalyticsHubService service.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type CreateDataExchangeRequest ¶
type CreateDataExchangeRequest = src.CreateDataExchangeRequest
Message for creating a data exchange.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type CreateListingRequest ¶
type CreateListingRequest = src.CreateListingRequest
Message for creating a listing.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type DataExchange ¶
type DataExchange = src.DataExchange
A data exchange is a container that lets you share data. Along with the descriptive information about the data exchange, it contains listings that reference shared datasets.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type DataProvider ¶
type DataProvider = src.DataProvider
Contains details of the data provider.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type DeleteDataExchangeRequest ¶
type DeleteDataExchangeRequest = src.DeleteDataExchangeRequest
Message for deleting a data exchange.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type DeleteListingRequest ¶
type DeleteListingRequest = src.DeleteListingRequest
Message for deleting a listing.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type DestinationDataset ¶
type DestinationDataset = src.DestinationDataset
Defines the destination bigquery dataset.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type DestinationDatasetReference ¶
type DestinationDatasetReference = src.DestinationDatasetReference
Contains the reference that identifies a destination bigquery dataset.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type GetDataExchangeRequest ¶
type GetDataExchangeRequest = src.GetDataExchangeRequest
Message for getting a data exchange.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type GetListingRequest ¶
type GetListingRequest = src.GetListingRequest
Message for getting a listing.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type ListDataExchangesRequest ¶
type ListDataExchangesRequest = src.ListDataExchangesRequest
Message for requesting the list of data exchanges.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type ListDataExchangesResponse ¶
type ListDataExchangesResponse = src.ListDataExchangesResponse
Message for response to the list of data exchanges.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type ListListingsRequest ¶
type ListListingsRequest = src.ListListingsRequest
Message for requesting the list of listings.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type ListListingsResponse ¶
type ListListingsResponse = src.ListListingsResponse
Message for response to the list of Listings.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type ListOrgDataExchangesRequest ¶
type ListOrgDataExchangesRequest = src.ListOrgDataExchangesRequest
Message for requesting the list of data exchanges from projects in an organization and location.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type ListOrgDataExchangesResponse ¶
type ListOrgDataExchangesResponse = src.ListOrgDataExchangesResponse
Message for response to listing data exchanges in an organization and location.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type 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.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type Listing_BigQueryDatasetSource ¶
type Listing_BigQueryDatasetSource = src.Listing_BigQueryDatasetSource
A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber's subscribe to a listing, Analytics Hub 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.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type Listing_BigqueryDataset ¶
type Listing_BigqueryDataset = src.Listing_BigqueryDataset
type Listing_Category ¶
type Listing_Category = src.Listing_Category
Listing categories.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type Listing_State ¶
type Listing_State = src.Listing_State
State of the listing.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type Publisher ¶
Contains details of the listing publisher.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type SubscribeListingRequest ¶
type SubscribeListingRequest = src.SubscribeListingRequest
Message for subscribing to a listing.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type SubscribeListingRequest_DestinationDataset ¶
type SubscribeListingRequest_DestinationDataset = src.SubscribeListingRequest_DestinationDataset
type SubscribeListingResponse ¶
type SubscribeListingResponse = src.SubscribeListingResponse
Message for response when you subscribe to a listing.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type UnimplementedAnalyticsHubServiceServer ¶
type UnimplementedAnalyticsHubServiceServer = src.UnimplementedAnalyticsHubServiceServer
UnimplementedAnalyticsHubServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type UpdateDataExchangeRequest ¶
type UpdateDataExchangeRequest = src.UpdateDataExchangeRequest
Message for updating a data exchange.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
type UpdateListingRequest ¶
type UpdateListingRequest = src.UpdateListingRequest
Message for updating a Listing.
Deprecated: Please use types in: cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.