Class Listing.CommercialInfo.Builder (0.80.0)

public static final class Listing.CommercialInfo.Builder extends GeneratedMessage.Builder<Listing.CommercialInfo.Builder> implements Listing.CommercialInfoOrBuilder

Commercial info contains the information about the commercial data products associated with the listing.

Protobuf type google.cloud.bigquery.analyticshub.v1.Listing.CommercialInfo

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Listing.CommercialInfo build()
Returns
Type Description
Listing.CommercialInfo

buildPartial()

public Listing.CommercialInfo buildPartial()
Returns
Type Description
Listing.CommercialInfo

clear()

public Listing.CommercialInfo.Builder clear()
Returns
Type Description
Listing.CommercialInfo.Builder
Overrides

clearCloudMarketplace()

public Listing.CommercialInfo.Builder clearCloudMarketplace()

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.Builder

getCloudMarketplace()

public 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.

getCloudMarketplaceBuilder()

public Listing.CommercialInfo.GoogleCloudMarketplaceInfo.Builder getCloudMarketplaceBuilder()

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.Builder

getCloudMarketplaceOrBuilder()

public 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

getDefaultInstanceForType()

public Listing.CommercialInfo getDefaultInstanceForType()
Returns
Type Description
Listing.CommercialInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

hasCloudMarketplace()

public 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCloudMarketplace(Listing.CommercialInfo.GoogleCloudMarketplaceInfo value)

public Listing.CommercialInfo.Builder mergeCloudMarketplace(Listing.CommercialInfo.GoogleCloudMarketplaceInfo value)

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];

Parameter
Name Description
value Listing.CommercialInfo.GoogleCloudMarketplaceInfo
Returns
Type Description
Listing.CommercialInfo.Builder

mergeFrom(Listing.CommercialInfo other)

public Listing.CommercialInfo.Builder mergeFrom(Listing.CommercialInfo other)
Parameter
Name Description
other Listing.CommercialInfo
Returns
Type Description
Listing.CommercialInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Listing.CommercialInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Listing.CommercialInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Listing.CommercialInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Listing.CommercialInfo.Builder
Overrides

setCloudMarketplace(Listing.CommercialInfo.GoogleCloudMarketplaceInfo value)

public Listing.CommercialInfo.Builder setCloudMarketplace(Listing.CommercialInfo.GoogleCloudMarketplaceInfo value)

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];

Parameter
Name Description
value Listing.CommercialInfo.GoogleCloudMarketplaceInfo
Returns
Type Description
Listing.CommercialInfo.Builder

setCloudMarketplace(Listing.CommercialInfo.GoogleCloudMarketplaceInfo.Builder builderForValue)

public Listing.CommercialInfo.Builder setCloudMarketplace(Listing.CommercialInfo.GoogleCloudMarketplaceInfo.Builder builderForValue)

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];

Parameter
Name Description
builderForValue Listing.CommercialInfo.GoogleCloudMarketplaceInfo.Builder
Returns
Type Description
Listing.CommercialInfo.Builder