public static final class AggregateProductStatus.Stats extends GeneratedMessage implements AggregateProductStatus.StatsOrBuilderProducts statistics.
Protobuf type
google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.Stats
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > AggregateProductStatus.StatsImplements
AggregateProductStatus.StatsOrBuilderStatic Fields
ACTIVE_COUNT_FIELD_NUMBER
public static final int ACTIVE_COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
DISAPPROVED_COUNT_FIELD_NUMBER
public static final int DISAPPROVED_COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
EXPIRING_COUNT_FIELD_NUMBER
public static final int EXPIRING_COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
PENDING_COUNT_FIELD_NUMBER
public static final int PENDING_COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static AggregateProductStatus.Stats getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static AggregateProductStatus.Stats.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats.Builder |
|
newBuilder(AggregateProductStatus.Stats prototype)
public static AggregateProductStatus.Stats.Builder newBuilder(AggregateProductStatus.Stats prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
AggregateProductStatus.Stats |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats.Builder |
|
parseDelimitedFrom(InputStream input)
public static AggregateProductStatus.Stats parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AggregateProductStatus.Stats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static AggregateProductStatus.Stats parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AggregateProductStatus.Stats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static AggregateProductStatus.Stats parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AggregateProductStatus.Stats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static AggregateProductStatus.Stats parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AggregateProductStatus.Stats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static AggregateProductStatus.Stats parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AggregateProductStatus.Stats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static AggregateProductStatus.Stats parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AggregateProductStatus.Stats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<AggregateProductStatus.Stats> parser()| Returns | |
|---|---|
| Type | Description |
Parser<Stats> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getActiveCount()
public long getActiveCount()The number of products that are active.
int64 active_count = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The activeCount. |
getDefaultInstanceForType()
public AggregateProductStatus.Stats getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats |
|
getDisapprovedCount()
public long getDisapprovedCount()The number of products that are disapproved.
int64 disapproved_count = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The disapprovedCount. |
getExpiringCount()
public long getExpiringCount()The number of products that are expiring.
int64 expiring_count = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The expiringCount. |
getParserForType()
public Parser<AggregateProductStatus.Stats> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<Stats> |
|
getPendingCount()
public long getPendingCount()The number of products that are pending.
int64 pending_count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The pendingCount. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public AggregateProductStatus.Stats.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected AggregateProductStatus.Stats.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats.Builder |
|
toBuilder()
public AggregateProductStatus.Stats.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.Stats.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|