Uses of Class
com.google.cloud.bigquery.analyticshub.v1.ListingName
-
Packages that use ListingName Package Description com.google.cloud.bigquery.analyticshub.v1 A client to Analytics Hub API -
-
Uses of ListingName in com.google.cloud.bigquery.analyticshub.v1
Methods in com.google.cloud.bigquery.analyticshub.v1 that return ListingName Modifier and Type Method Description ListingNameListingName.Builder. build()static ListingNameListingName. of(String project, String location, String dataExchange, String listing)static ListingNameListingName. parse(String formattedString)Methods in com.google.cloud.bigquery.analyticshub.v1 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.analyticshub.v1 with parameters of type ListingName Modifier and Type Method Description voidAnalyticsHubServiceClient. deleteListing(ListingName name)Deletes a listing.ListingAnalyticsHubServiceClient. getListing(ListingName name)Gets the details of a listing.SubscribeListingResponseAnalyticsHubServiceClient. subscribeListing(ListingName name)Subscribes to a listing.Method parameters in com.google.cloud.bigquery.analyticshub.v1 with type arguments of type ListingName Modifier and Type Method Description static List<String>ListingName. toStringList(List<ListingName> values)
-