public final class MobileApplicationTargeting extends GeneratedMessage implements MobileApplicationTargetingOrBuilderMobile Application Targeting
Protobuf type google.ads.admanager.v1.MobileApplicationTargeting
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > MobileApplicationTargetingImplements
MobileApplicationTargetingOrBuilderStatic Fields
FIRST_PARTY_TARGETING_FIELD_NUMBER
public static final int FIRST_PARTY_TARGETING_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static MobileApplicationTargeting getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static MobileApplicationTargeting.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting.Builder |
|
newBuilder(MobileApplicationTargeting prototype)
public static MobileApplicationTargeting.Builder newBuilder(MobileApplicationTargeting prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
MobileApplicationTargeting |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting.Builder |
|
parseDelimitedFrom(InputStream input)
public static MobileApplicationTargeting parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MobileApplicationTargeting parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static MobileApplicationTargeting parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MobileApplicationTargeting parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static MobileApplicationTargeting parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MobileApplicationTargeting parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static MobileApplicationTargeting parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MobileApplicationTargeting parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static MobileApplicationTargeting parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MobileApplicationTargeting parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static MobileApplicationTargeting parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MobileApplicationTargeting parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<MobileApplicationTargeting> parser()| Returns | |
|---|---|
| Type | Description |
Parser<MobileApplicationTargeting> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public MobileApplicationTargeting getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting |
|
getFirstPartyTargeting()
public FirstPartyMobileApplicationTargeting getFirstPartyTargeting()Optional. The targeted/excluded first-party mobile applications.
.google.ads.admanager.v1.FirstPartyMobileApplicationTargeting first_party_targeting = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FirstPartyMobileApplicationTargeting |
The firstPartyTargeting. |
getFirstPartyTargetingOrBuilder()
public FirstPartyMobileApplicationTargetingOrBuilder getFirstPartyTargetingOrBuilder()Optional. The targeted/excluded first-party mobile applications.
.google.ads.admanager.v1.FirstPartyMobileApplicationTargeting first_party_targeting = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FirstPartyMobileApplicationTargetingOrBuilder |
|
getParserForType()
public Parser<MobileApplicationTargeting> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<MobileApplicationTargeting> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTargetingCase()
public MobileApplicationTargeting.TargetingCase getTargetingCase()| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting.TargetingCase |
|
hasFirstPartyTargeting()
public boolean hasFirstPartyTargeting()Optional. The targeted/excluded first-party mobile applications.
.google.ads.admanager.v1.FirstPartyMobileApplicationTargeting first_party_targeting = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the firstPartyTargeting field is set. |
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 MobileApplicationTargeting.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected MobileApplicationTargeting.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting.Builder |
|
toBuilder()
public MobileApplicationTargeting.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|