public static final class MarketingInfo.Builder extends GeneratedMessageV3.Builder<MarketingInfo.Builder> implements MarketingInfoOrBuilderRepresents the marketing information for a Product, SKU or Offer.
Protobuf type google.cloud.channel.v1.MarketingInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > MarketingInfo.BuilderImplements
MarketingInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MarketingInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| MarketingInfo.Builder |
build()
public MarketingInfo build()| Type | Description |
| MarketingInfo |
buildPartial()
public MarketingInfo buildPartial()| Type | Description |
| MarketingInfo |
clear()
public MarketingInfo.Builder clear()| Type | Description |
| MarketingInfo.Builder |
clearDefaultLogo()
public MarketingInfo.Builder clearDefaultLogo()Default logo.
.google.cloud.channel.v1.Media default_logo = 3;
| Type | Description |
| MarketingInfo.Builder |
clearDescription()
public MarketingInfo.Builder clearDescription()Human readable description. Description can contain HTML.
string description = 2;
| Type | Description |
| MarketingInfo.Builder | This builder for chaining. |
clearDisplayName()
public MarketingInfo.Builder clearDisplayName()Human readable name.
string display_name = 1;
| Type | Description |
| MarketingInfo.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public MarketingInfo.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| MarketingInfo.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public MarketingInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| MarketingInfo.Builder |
clone()
public MarketingInfo.Builder clone()| Type | Description |
| MarketingInfo.Builder |
getDefaultInstanceForType()
public MarketingInfo getDefaultInstanceForType()| Type | Description |
| MarketingInfo |
getDefaultLogo()
public Media getDefaultLogo()Default logo.
.google.cloud.channel.v1.Media default_logo = 3;
| Type | Description |
| Media | The defaultLogo. |
getDefaultLogoBuilder()
public Media.Builder getDefaultLogoBuilder()Default logo.
.google.cloud.channel.v1.Media default_logo = 3;
| Type | Description |
| Media.Builder |
getDefaultLogoOrBuilder()
public MediaOrBuilder getDefaultLogoOrBuilder()Default logo.
.google.cloud.channel.v1.Media default_logo = 3;
| Type | Description |
| MediaOrBuilder |
getDescription()
public String getDescription()Human readable description. Description can contain HTML.
string description = 2;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()Human readable description. Description can contain HTML.
string description = 2;
| Type | Description |
| ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDisplayName()
public String getDisplayName()Human readable name.
string display_name = 1;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Human readable name.
string display_name = 1;
| Type | Description |
| ByteString | The bytes for displayName. |
hasDefaultLogo()
public boolean hasDefaultLogo()Default logo.
.google.cloud.channel.v1.Media default_logo = 3;
| Type | Description |
| boolean | Whether the defaultLogo field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeDefaultLogo(Media value)
public MarketingInfo.Builder mergeDefaultLogo(Media value)Default logo.
.google.cloud.channel.v1.Media default_logo = 3;
| Name | Description |
| value | Media |
| Type | Description |
| MarketingInfo.Builder |
mergeFrom(MarketingInfo other)
public MarketingInfo.Builder mergeFrom(MarketingInfo other)| Name | Description |
| other | MarketingInfo |
| Type | Description |
| MarketingInfo.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MarketingInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| MarketingInfo.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public MarketingInfo.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| MarketingInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MarketingInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| MarketingInfo.Builder |
setDefaultLogo(Media value)
public MarketingInfo.Builder setDefaultLogo(Media value)Default logo.
.google.cloud.channel.v1.Media default_logo = 3;
| Name | Description |
| value | Media |
| Type | Description |
| MarketingInfo.Builder |
setDefaultLogo(Media.Builder builderForValue)
public MarketingInfo.Builder setDefaultLogo(Media.Builder builderForValue)Default logo.
.google.cloud.channel.v1.Media default_logo = 3;
| Name | Description |
| builderForValue | Media.Builder |
| Type | Description |
| MarketingInfo.Builder |
setDescription(String value)
public MarketingInfo.Builder setDescription(String value)Human readable description. Description can contain HTML.
string description = 2;
| Name | Description |
| value | StringThe description to set. |
| Type | Description |
| MarketingInfo.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public MarketingInfo.Builder setDescriptionBytes(ByteString value)Human readable description. Description can contain HTML.
string description = 2;
| Name | Description |
| value | ByteStringThe bytes for description to set. |
| Type | Description |
| MarketingInfo.Builder | This builder for chaining. |
setDisplayName(String value)
public MarketingInfo.Builder setDisplayName(String value)Human readable name.
string display_name = 1;
| Name | Description |
| value | StringThe displayName to set. |
| Type | Description |
| MarketingInfo.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public MarketingInfo.Builder setDisplayNameBytes(ByteString value)Human readable name.
string display_name = 1;
| Name | Description |
| value | ByteStringThe bytes for displayName to set. |
| Type | Description |
| MarketingInfo.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public MarketingInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| MarketingInfo.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MarketingInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| MarketingInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final MarketingInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| MarketingInfo.Builder |