public static interface Listing.CommercialInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCloudMarketplace()
public abstract Listing.CommercialInfo.GoogleCloudMarketplaceInfo getCloudMarketplace()
Output only. Details of the Marketplace Data Product associated with the Listing.
optional .google.cloud.bigquery.analyticshub.v1.Listing.CommercialInfo.GoogleCloudMarketplaceInfo cloud_marketplace = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Listing.CommercialInfo.GoogleCloudMarketplaceInfo |
The cloudMarketplace. |
getCloudMarketplaceOrBuilder()
public abstract Listing.CommercialInfo.GoogleCloudMarketplaceInfoOrBuilder getCloudMarketplaceOrBuilder()
Output only. Details of the Marketplace Data Product associated with the Listing.
optional .google.cloud.bigquery.analyticshub.v1.Listing.CommercialInfo.GoogleCloudMarketplaceInfo cloud_marketplace = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Listing.CommercialInfo.GoogleCloudMarketplaceInfoOrBuilder |
hasCloudMarketplace()
public abstract boolean hasCloudMarketplace()
Output only. Details of the Marketplace Data Product associated with the Listing.
optional .google.cloud.bigquery.analyticshub.v1.Listing.CommercialInfo.GoogleCloudMarketplaceInfo cloud_marketplace = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the cloudMarketplace field is set. |