Interface Subscription.CommercialInfoOrBuilder (0.61.0)

public static interface Subscription.CommercialInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCloudMarketplace()

public abstract Subscription.CommercialInfo.GoogleCloudMarketplaceInfo getCloudMarketplace()

Output only. This is set when the subscription is commercialised via Cloud Marketplace.

.google.cloud.bigquery.analyticshub.v1.Subscription.CommercialInfo.GoogleCloudMarketplaceInfo cloud_marketplace = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Subscription.CommercialInfo.GoogleCloudMarketplaceInfo

The cloudMarketplace.

getCloudMarketplaceOrBuilder()

public abstract Subscription.CommercialInfo.GoogleCloudMarketplaceInfoOrBuilder getCloudMarketplaceOrBuilder()

Output only. This is set when the subscription is commercialised via Cloud Marketplace.

.google.cloud.bigquery.analyticshub.v1.Subscription.CommercialInfo.GoogleCloudMarketplaceInfo cloud_marketplace = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Subscription.CommercialInfo.GoogleCloudMarketplaceInfoOrBuilder

hasCloudMarketplace()

public abstract boolean hasCloudMarketplace()

Output only. This is set when the subscription is commercialised via Cloud Marketplace.

.google.cloud.bigquery.analyticshub.v1.Subscription.CommercialInfo.GoogleCloudMarketplaceInfo cloud_marketplace = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the cloudMarketplace field is set.