Class BatchUpdateCustomTargetingKeysResponse (0.44.0)

public final class BatchUpdateCustomTargetingKeysResponse extends GeneratedMessage implements BatchUpdateCustomTargetingKeysResponseOrBuilder

Response object for BatchUpdateCustomTargetingKeys method.

Protobuf type google.ads.admanager.v1.BatchUpdateCustomTargetingKeysResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchUpdateCustomTargetingKeysResponse

Static Fields

CUSTOM_TARGETING_KEYS_FIELD_NUMBER

public static final int CUSTOM_TARGETING_KEYS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchUpdateCustomTargetingKeysResponse getDefaultInstance()
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BatchUpdateCustomTargetingKeysResponse.Builder newBuilder()
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse.Builder

newBuilder(BatchUpdateCustomTargetingKeysResponse prototype)

public static BatchUpdateCustomTargetingKeysResponse.Builder newBuilder(BatchUpdateCustomTargetingKeysResponse prototype)
Parameter
Name Description
prototype BatchUpdateCustomTargetingKeysResponse
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchUpdateCustomTargetingKeysResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateCustomTargetingKeysResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BatchUpdateCustomTargetingKeysResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateCustomTargetingKeysResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchUpdateCustomTargetingKeysResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateCustomTargetingKeysResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchUpdateCustomTargetingKeysResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateCustomTargetingKeysResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BatchUpdateCustomTargetingKeysResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateCustomTargetingKeysResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BatchUpdateCustomTargetingKeysResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateCustomTargetingKeysResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BatchUpdateCustomTargetingKeysResponse> parser()
Returns
Type Description
Parser<BatchUpdateCustomTargetingKeysResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCustomTargetingKeys(int index)

public CustomTargetingKey getCustomTargetingKeys(int index)

The CustomTargetingKey objects updated.

repeated .google.ads.admanager.v1.CustomTargetingKey custom_targeting_keys = 1;

Parameter
Name Description
index int
Returns
Type Description
CustomTargetingKey

getCustomTargetingKeysCount()

public int getCustomTargetingKeysCount()

The CustomTargetingKey objects updated.

repeated .google.ads.admanager.v1.CustomTargetingKey custom_targeting_keys = 1;

Returns
Type Description
int

getCustomTargetingKeysList()

public List<CustomTargetingKey> getCustomTargetingKeysList()

The CustomTargetingKey objects updated.

repeated .google.ads.admanager.v1.CustomTargetingKey custom_targeting_keys = 1;

Returns
Type Description
List<CustomTargetingKey>

getCustomTargetingKeysOrBuilder(int index)

public CustomTargetingKeyOrBuilder getCustomTargetingKeysOrBuilder(int index)

The CustomTargetingKey objects updated.

repeated .google.ads.admanager.v1.CustomTargetingKey custom_targeting_keys = 1;

Parameter
Name Description
index int
Returns
Type Description
CustomTargetingKeyOrBuilder

getCustomTargetingKeysOrBuilderList()

public List<? extends CustomTargetingKeyOrBuilder> getCustomTargetingKeysOrBuilderList()

The CustomTargetingKey objects updated.

repeated .google.ads.admanager.v1.CustomTargetingKey custom_targeting_keys = 1;

Returns
Type Description
List<? extends com.google.ads.admanager.v1.CustomTargetingKeyOrBuilder>

getDefaultInstanceForType()

public BatchUpdateCustomTargetingKeysResponse getDefaultInstanceForType()
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse

getParserForType()

public Parser<BatchUpdateCustomTargetingKeysResponse> getParserForType()
Returns
Type Description
Parser<BatchUpdateCustomTargetingKeysResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BatchUpdateCustomTargetingKeysResponse.Builder newBuilderForType()
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected BatchUpdateCustomTargetingKeysResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse.Builder
Overrides

toBuilder()

public BatchUpdateCustomTargetingKeysResponse.Builder toBuilder()
Returns
Type Description
BatchUpdateCustomTargetingKeysResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException