public static final class Product.Builder extends GeneratedMessage.Builder<Product.Builder> implements ProductOrBuilderA Product is the entity a customer uses when placing an order. For example, Google Workspace, Google Voice, etc.
Protobuf type google.cloud.channel.v1.Product
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Product.BuilderImplements
ProductOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Product build()| Returns | |
|---|---|
| Type | Description |
Product |
|
buildPartial()
public Product buildPartial()| Returns | |
|---|---|
| Type | Description |
Product |
|
clear()
public Product.Builder clear()| Returns | |
|---|---|
| Type | Description |
Product.Builder |
|
clearMarketingInfo()
public Product.Builder clearMarketingInfo()Marketing information for the product.
.google.cloud.channel.v1.MarketingInfo marketing_info = 2;
| Returns | |
|---|---|
| Type | Description |
Product.Builder |
|
clearName()
public Product.Builder clearName()Resource Name of the Product. Format: products/{product_id}
string name = 1;
| Returns | |
|---|---|
| Type | Description |
Product.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Product getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Product |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMarketingInfo()
public MarketingInfo getMarketingInfo()Marketing information for the product.
.google.cloud.channel.v1.MarketingInfo marketing_info = 2;
| Returns | |
|---|---|
| Type | Description |
MarketingInfo |
The marketingInfo. |
getMarketingInfoBuilder()
public MarketingInfo.Builder getMarketingInfoBuilder()Marketing information for the product.
.google.cloud.channel.v1.MarketingInfo marketing_info = 2;
| Returns | |
|---|---|
| Type | Description |
MarketingInfo.Builder |
|
getMarketingInfoOrBuilder()
public MarketingInfoOrBuilder getMarketingInfoOrBuilder()Marketing information for the product.
.google.cloud.channel.v1.MarketingInfo marketing_info = 2;
| Returns | |
|---|---|
| Type | Description |
MarketingInfoOrBuilder |
|
getName()
public String getName()Resource Name of the Product. Format: products/{product_id}
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Resource Name of the Product. Format: products/{product_id}
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasMarketingInfo()
public boolean hasMarketingInfo()Marketing information for the product.
.google.cloud.channel.v1.MarketingInfo marketing_info = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the marketingInfo field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Product other)
public Product.Builder mergeFrom(Product other)| Parameter | |
|---|---|
| Name | Description |
other |
Product |
| Returns | |
|---|---|
| Type | Description |
Product.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Product.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Product.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Product.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Product.Builder |
|
mergeMarketingInfo(MarketingInfo value)
public Product.Builder mergeMarketingInfo(MarketingInfo value)Marketing information for the product.
.google.cloud.channel.v1.MarketingInfo marketing_info = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
MarketingInfo |
| Returns | |
|---|---|
| Type | Description |
Product.Builder |
|
setMarketingInfo(MarketingInfo value)
public Product.Builder setMarketingInfo(MarketingInfo value)Marketing information for the product.
.google.cloud.channel.v1.MarketingInfo marketing_info = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
MarketingInfo |
| Returns | |
|---|---|
| Type | Description |
Product.Builder |
|
setMarketingInfo(MarketingInfo.Builder builderForValue)
public Product.Builder setMarketingInfo(MarketingInfo.Builder builderForValue)Marketing information for the product.
.google.cloud.channel.v1.MarketingInfo marketing_info = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
MarketingInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
Product.Builder |
|
setName(String value)
public Product.Builder setName(String value)Resource Name of the Product. Format: products/{product_id}
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
Product.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public Product.Builder setNameBytes(ByteString value)Resource Name of the Product. Format: products/{product_id}
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
Product.Builder |
This builder for chaining. |