Uses of Class
com.google.cloud.bigquery.dataexchange.v1beta1.ListingName
-
Packages that use ListingName Package Description com.google.cloud.bigquery.dataexchange.v1beta1 A client to Analytics Hub API -
-
Uses of ListingName in com.google.cloud.bigquery.dataexchange.v1beta1
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 that return ListingName Modifier and Type Method Description ListingName
ListingName.Builder. build()
static ListingName
ListingName. of(String project, String location, String dataExchange, String listing)
static ListingName
ListingName. parse(String formattedString)
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 that return types with arguments of type ListingName Modifier and Type Method Description static List<ListingName>
ListingName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 with parameters of type ListingName Modifier and Type Method Description void
AnalyticsHubServiceClient. deleteListing(ListingName name)
Deletes a listing.Listing
AnalyticsHubServiceClient. getListing(ListingName name)
Gets the details of a listing.SubscribeListingResponse
AnalyticsHubServiceClient. subscribeListing(ListingName name)
Subscribes to a listing.Method parameters in com.google.cloud.bigquery.dataexchange.v1beta1 with type arguments of type ListingName Modifier and Type Method Description static List<String>
ListingName. toStringList(List<ListingName> values)
-