Class MarketingInfo (3.41.0)

public final class MarketingInfo extends GeneratedMessageV3 implements MarketingInfoOrBuilder

Represents the marketing information for a Product, SKU or Offer.

Protobuf type google.cloud.channel.v1.MarketingInfo

Static Fields

DEFAULT_LOGO_FIELD_NUMBER

public static final int DEFAULT_LOGO_FIELD_NUMBER
Field Value
TypeDescription
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static MarketingInfo getDefaultInstance()
Returns
TypeDescription
MarketingInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static MarketingInfo.Builder newBuilder()
Returns
TypeDescription
MarketingInfo.Builder

newBuilder(MarketingInfo prototype)

public static MarketingInfo.Builder newBuilder(MarketingInfo prototype)
Parameter
NameDescription
prototypeMarketingInfo
Returns
TypeDescription
MarketingInfo.Builder

parseDelimitedFrom(InputStream input)

public static MarketingInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MarketingInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MarketingInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MarketingInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static MarketingInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
MarketingInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MarketingInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MarketingInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MarketingInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
MarketingInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MarketingInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MarketingInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MarketingInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
MarketingInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MarketingInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MarketingInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static MarketingInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MarketingInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MarketingInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MarketingInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static MarketingInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
MarketingInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MarketingInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MarketingInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<MarketingInfo> parser()
Returns
TypeDescription
Parser<MarketingInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public MarketingInfo getDefaultInstanceForType()
Returns
TypeDescription
MarketingInfo

getDefaultLogo()

public Media getDefaultLogo()

Default logo.

.google.cloud.channel.v1.Media default_logo = 3;

Returns
TypeDescription
Media

The defaultLogo.

getDefaultLogoOrBuilder()

public MediaOrBuilder getDefaultLogoOrBuilder()

Default logo.

.google.cloud.channel.v1.Media default_logo = 3;

Returns
TypeDescription
MediaOrBuilder

getDescription()

public String getDescription()

Human readable description. Description can contain HTML.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Human readable description. Description can contain HTML.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getDisplayName()

public String getDisplayName()

Human readable name.

string display_name = 1;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Human readable name.

string display_name = 1;

Returns
TypeDescription
ByteString

The bytes for displayName.

getParserForType()

public Parser<MarketingInfo> getParserForType()
Returns
TypeDescription
Parser<MarketingInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasDefaultLogo()

public boolean hasDefaultLogo()

Default logo.

.google.cloud.channel.v1.Media default_logo = 3;

Returns
TypeDescription
boolean

Whether the defaultLogo field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public MarketingInfo.Builder newBuilderForType()
Returns
TypeDescription
MarketingInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MarketingInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
MarketingInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public MarketingInfo.Builder toBuilder()
Returns
TypeDescription
MarketingInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException