Class RelativeDemandChangeType (0.15.0)

public final class RelativeDemandChangeType extends GeneratedMessageV3 implements RelativeDemandChangeTypeOrBuilder

Relative demand of a product cluster or brand in the Best sellers report compared to the previous time period.

Protobuf type google.shopping.merchant.reports.v1beta.RelativeDemandChangeType

Static Methods

getDefaultInstance()

public static RelativeDemandChangeType getDefaultInstance()
Returns
TypeDescription
RelativeDemandChangeType

getDescriptor()

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

newBuilder()

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

newBuilder(RelativeDemandChangeType prototype)

public static RelativeDemandChangeType.Builder newBuilder(RelativeDemandChangeType prototype)
Parameter
NameDescription
prototypeRelativeDemandChangeType
Returns
TypeDescription
RelativeDemandChangeType.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public RelativeDemandChangeType getDefaultInstanceForType()
Returns
TypeDescription
RelativeDemandChangeType

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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 RelativeDemandChangeType.Builder newBuilderForType()
Returns
TypeDescription
RelativeDemandChangeType.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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