public static final class RequestStatusPerDestination.DataTypeCount extends GeneratedMessage implements RequestStatusPerDestination.DataTypeCountOrBuilderThe count for a specific data type.
Protobuf type google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > RequestStatusPerDestination.DataTypeCountStatic Fields
COUNT_FIELD_NUMBER
public static final int COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static RequestStatusPerDestination.DataTypeCount getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static RequestStatusPerDestination.DataTypeCount.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount.Builder |
|
newBuilder(RequestStatusPerDestination.DataTypeCount prototype)
public static RequestStatusPerDestination.DataTypeCount.Builder newBuilder(RequestStatusPerDestination.DataTypeCount prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
RequestStatusPerDestination.DataTypeCount |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount.Builder |
|
parseDelimitedFrom(InputStream input)
public static RequestStatusPerDestination.DataTypeCount parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RequestStatusPerDestination.DataTypeCount parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static RequestStatusPerDestination.DataTypeCount parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RequestStatusPerDestination.DataTypeCount parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static RequestStatusPerDestination.DataTypeCount parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RequestStatusPerDestination.DataTypeCount parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static RequestStatusPerDestination.DataTypeCount parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RequestStatusPerDestination.DataTypeCount parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static RequestStatusPerDestination.DataTypeCount parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RequestStatusPerDestination.DataTypeCount parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static RequestStatusPerDestination.DataTypeCount parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RequestStatusPerDestination.DataTypeCount parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<RequestStatusPerDestination.DataTypeCount> parser()| Returns | |
|---|---|
| Type | Description |
Parser<DataTypeCount> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCount()
public long getCount()The count for this data type.
int64 count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The count. |
getDefaultInstanceForType()
public RequestStatusPerDestination.DataTypeCount getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount |
|
getParserForType()
public Parser<RequestStatusPerDestination.DataTypeCount> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<DataTypeCount> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getType()
public RequestStatusPerDestination.DataType getType()The type of data.
.google.ads.datamanager.v1.RequestStatusPerDestination.DataType type = 1;
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataType |
The type. |
getTypeValue()
public int getTypeValue()The type of data.
.google.ads.datamanager.v1.RequestStatusPerDestination.DataType type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |
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 RequestStatusPerDestination.DataTypeCount.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected RequestStatusPerDestination.DataTypeCount.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount.Builder |
|
toBuilder()
public RequestStatusPerDestination.DataTypeCount.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.DataTypeCount.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|