Class BatchUpdateCustomTargetingKeysRequest (0.44.0)

public final class BatchUpdateCustomTargetingKeysRequest extends GeneratedMessage implements BatchUpdateCustomTargetingKeysRequestOrBuilder

Request object for BatchUpdateCustomTargetingKeys method.

Protobuf type google.ads.admanager.v1.BatchUpdateCustomTargetingKeysRequest

Inheritance

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

Static Fields

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

REQUESTS_FIELD_NUMBER

public static final int REQUESTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchUpdateCustomTargetingKeysRequest getDefaultInstance()
Returns
Type Description
BatchUpdateCustomTargetingKeysRequest

getDescriptor()

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

newBuilder()

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

newBuilder(BatchUpdateCustomTargetingKeysRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public BatchUpdateCustomTargetingKeysRequest getDefaultInstanceForType()
Returns
Type Description
BatchUpdateCustomTargetingKeysRequest

getParent()

public String getParent()

Required. The parent resource where CustomTargetingKeys will be updated. Format: networks/{network_code} The parent field in the UpdateCustomTargetingKeyRequest must match this field.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent resource where CustomTargetingKeys will be updated. Format: networks/{network_code} The parent field in the UpdateCustomTargetingKeyRequest must match this field.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

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

getRequests(int index)

public UpdateCustomTargetingKeyRequest getRequests(int index)

Required. The CustomTargetingKey objects to update. A maximum of 100 objects can be updated in a batch.

repeated .google.ads.admanager.v1.UpdateCustomTargetingKeyRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
UpdateCustomTargetingKeyRequest

getRequestsCount()

public int getRequestsCount()

Required. The CustomTargetingKey objects to update. A maximum of 100 objects can be updated in a batch.

repeated .google.ads.admanager.v1.UpdateCustomTargetingKeyRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getRequestsList()

public List<UpdateCustomTargetingKeyRequest> getRequestsList()

Required. The CustomTargetingKey objects to update. A maximum of 100 objects can be updated in a batch.

repeated .google.ads.admanager.v1.UpdateCustomTargetingKeyRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<UpdateCustomTargetingKeyRequest>

getRequestsOrBuilder(int index)

public UpdateCustomTargetingKeyRequestOrBuilder getRequestsOrBuilder(int index)

Required. The CustomTargetingKey objects to update. A maximum of 100 objects can be updated in a batch.

repeated .google.ads.admanager.v1.UpdateCustomTargetingKeyRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
UpdateCustomTargetingKeyRequestOrBuilder

getRequestsOrBuilderList()

public List<? extends UpdateCustomTargetingKeyRequestOrBuilder> getRequestsOrBuilderList()

Required. The CustomTargetingKey objects to update. A maximum of 100 objects can be updated in a batch.

repeated .google.ads.admanager.v1.UpdateCustomTargetingKeyRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

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

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 BatchUpdateCustomTargetingKeysRequest.Builder newBuilderForType()
Returns
Type Description
BatchUpdateCustomTargetingKeysRequest.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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