public static interface Listing.CommercialInfo.GoogleCloudMarketplaceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState |
getCommercialState()
Output only.
|
int |
getCommercialStateValue()
Output only.
|
String |
getService()
Output only.
|
com.google.protobuf.ByteString |
getServiceBytes()
Output only.
|
boolean |
hasCommercialState()
Output only.
|
boolean |
hasService()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasService()
Output only. Resource name of the commercial service associated with the Marketplace Data Product. e.g. example.com
optional string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
String getService()
Output only. Resource name of the commercial service associated with the Marketplace Data Product. e.g. example.com
optional string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getServiceBytes()
Output only. Resource name of the commercial service associated with the Marketplace Data Product. e.g. example.com
optional string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
boolean hasCommercialState()
Output only. Commercial state of the Marketplace Data Product.
optional .google.cloud.bigquery.analyticshub.v1.Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState commercial_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getCommercialStateValue()
Output only. Commercial state of the Marketplace Data Product.
optional .google.cloud.bigquery.analyticshub.v1.Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState commercial_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState getCommercialState()
Output only. Commercial state of the Marketplace Data Product.
optional .google.cloud.bigquery.analyticshub.v1.Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState commercial_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.