Class Subscription.CommercialInfo.GoogleCloudMarketplaceInfo.Builder (0.80.0)

public static final class Subscription.CommercialInfo.GoogleCloudMarketplaceInfo.Builder extends GeneratedMessage.Builder<Subscription.CommercialInfo.GoogleCloudMarketplaceInfo.Builder> implements Subscription.CommercialInfo.GoogleCloudMarketplaceInfoOrBuilder

Cloud Marketplace commercial metadata for this subscription.

Protobuf type google.cloud.bigquery.analyticshub.v1.Subscription.CommercialInfo.GoogleCloudMarketplaceInfo

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Subscription.CommercialInfo.GoogleCloudMarketplaceInfo.Builder

Static Methods

getDescriptor()

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

Methods

build()

public Subscription.CommercialInfo.GoogleCloudMarketplaceInfo build()
Returns
Type Description
Subscription.CommercialInfo.GoogleCloudMarketplaceInfo

buildPartial()

public Subscription.CommercialInfo.GoogleCloudMarketplaceInfo buildPartial()
Returns
Type Description
Subscription.CommercialInfo.GoogleCloudMarketplaceInfo

clear()

public Subscription.CommercialInfo.GoogleCloudMarketplaceInfo.Builder clear()
Returns
Type Description
Subscription.CommercialInfo.GoogleCloudMarketplaceInfo.Builder
Overrides

clearOrder()

public Subscription.CommercialInfo.GoogleCloudMarketplaceInfo.Builder clearOrder()

Resource name of the Marketplace Order.

string order = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
Subscription.CommercialInfo.GoogleCloudMarketplaceInfo.Builder

This builder for chaining.

getDefaultInstanceForType()

public Subscription.CommercialInfo.GoogleCloudMarketplaceInfo getDefaultInstanceForType()
Returns
Type Description
Subscription.CommercialInfo.GoogleCloudMarketplaceInfo

getDescriptorForType()

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

getOrder()

public String getOrder()

Resource name of the Marketplace Order.

string order = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The order.

getOrderBytes()

public ByteString getOrderBytes()

Resource name of the Marketplace Order.

string order = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for order.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Subscription.CommercialInfo.GoogleCloudMarketplaceInfo other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setOrder(String value)

public Subscription.CommercialInfo.GoogleCloudMarketplaceInfo.Builder setOrder(String value)

Resource name of the Marketplace Order.

string order = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The order to set.

Returns
Type Description
Subscription.CommercialInfo.GoogleCloudMarketplaceInfo.Builder

This builder for chaining.

setOrderBytes(ByteString value)

public Subscription.CommercialInfo.GoogleCloudMarketplaceInfo.Builder setOrderBytes(ByteString value)

Resource name of the Marketplace Order.

string order = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for order to set.

Returns
Type Description
Subscription.CommercialInfo.GoogleCloudMarketplaceInfo.Builder

This builder for chaining.