public static final class BatchUpdateEntitySignalsMappingsRequest.Builder extends GeneratedMessage.Builder<BatchUpdateEntitySignalsMappingsRequest.Builder> implements BatchUpdateEntitySignalsMappingsRequestOrBuilder Request object for BatchUpdateEntitySignalsMappings method.
Protobuf type google.ads.admanager.v1.BatchUpdateEntitySignalsMappingsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BatchUpdateEntitySignalsMappingsRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllRequests(Iterable<? extends UpdateEntitySignalsMappingRequest> values)
public BatchUpdateEntitySignalsMappingsRequest.Builder addAllRequests(Iterable<? extends UpdateEntitySignalsMappingRequest> values) Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.ads.admanager.v1.UpdateEntitySignalsMappingRequest> |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
|
addRequests(UpdateEntitySignalsMappingRequest value)
public BatchUpdateEntitySignalsMappingsRequest.Builder addRequests(UpdateEntitySignalsMappingRequest value) Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
UpdateEntitySignalsMappingRequest |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
|
addRequests(UpdateEntitySignalsMappingRequest.Builder builderForValue)
public BatchUpdateEntitySignalsMappingsRequest.Builder addRequests(UpdateEntitySignalsMappingRequest.Builder builderForValue) Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
UpdateEntitySignalsMappingRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
|
addRequests(int index, UpdateEntitySignalsMappingRequest value)
public BatchUpdateEntitySignalsMappingsRequest.Builder addRequests(int index, UpdateEntitySignalsMappingRequest value) Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
UpdateEntitySignalsMappingRequest |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
|
addRequests(int index, UpdateEntitySignalsMappingRequest.Builder builderForValue)
public BatchUpdateEntitySignalsMappingsRequest.Builder addRequests(int index, UpdateEntitySignalsMappingRequest.Builder builderForValue) Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
UpdateEntitySignalsMappingRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
|
addRequestsBuilder()
public UpdateEntitySignalsMappingRequest.Builder addRequestsBuilder() Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateEntitySignalsMappingRequest.Builder |
|
addRequestsBuilder(int index)
public UpdateEntitySignalsMappingRequest.Builder addRequestsBuilder(int index) Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateEntitySignalsMappingRequest.Builder |
|
build()
public BatchUpdateEntitySignalsMappingsRequest build()| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest |
|
buildPartial()
public BatchUpdateEntitySignalsMappingsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest |
|
clear()
public BatchUpdateEntitySignalsMappingsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
|
clearParent()
public BatchUpdateEntitySignalsMappingsRequest.Builder clearParent() Required. The parent resource where EntitySignalsMappings will be
updated. Format: networks/{network_code} The parent field in the
UpdateEntitySignalsMappingRequest must match this field.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
This builder for chaining. |
clearRequests()
public BatchUpdateEntitySignalsMappingsRequest.Builder clearRequests() Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
|
getDefaultInstanceForType()
public BatchUpdateEntitySignalsMappingsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent() Required. The parent resource where EntitySignalsMappings will be
updated. Format: networks/{network_code} The parent field in the
UpdateEntitySignalsMappingRequest 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 EntitySignalsMappings will be
updated. Format: networks/{network_code} The parent field in the
UpdateEntitySignalsMappingRequest must match this field.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRequests(int index)
public UpdateEntitySignalsMappingRequest getRequests(int index) Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateEntitySignalsMappingRequest |
|
getRequestsBuilder(int index)
public UpdateEntitySignalsMappingRequest.Builder getRequestsBuilder(int index) Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateEntitySignalsMappingRequest.Builder |
|
getRequestsBuilderList()
public List<UpdateEntitySignalsMappingRequest.Builder> getRequestsBuilderList() Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getRequestsCount()
public int getRequestsCount() Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public List<UpdateEntitySignalsMappingRequest> getRequestsList() Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<UpdateEntitySignalsMappingRequest> |
|
getRequestsOrBuilder(int index)
public UpdateEntitySignalsMappingRequestOrBuilder getRequestsOrBuilder(int index) Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateEntitySignalsMappingRequestOrBuilder |
|
getRequestsOrBuilderList()
public List<? extends UpdateEntitySignalsMappingRequestOrBuilder> getRequestsOrBuilderList() Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.admanager.v1.UpdateEntitySignalsMappingRequestOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BatchUpdateEntitySignalsMappingsRequest other)
public BatchUpdateEntitySignalsMappingsRequest.Builder mergeFrom(BatchUpdateEntitySignalsMappingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchUpdateEntitySignalsMappingsRequest |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BatchUpdateEntitySignalsMappingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BatchUpdateEntitySignalsMappingsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
|
removeRequests(int index)
public BatchUpdateEntitySignalsMappingsRequest.Builder removeRequests(int index) Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
|
setParent(String value)
public BatchUpdateEntitySignalsMappingsRequest.Builder setParent(String value) Required. The parent resource where EntitySignalsMappings will be
updated. Format: networks/{network_code} The parent field in the
UpdateEntitySignalsMappingRequest must match this field.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public BatchUpdateEntitySignalsMappingsRequest.Builder setParentBytes(ByteString value) Required. The parent resource where EntitySignalsMappings will be
updated. Format: networks/{network_code} The parent field in the
UpdateEntitySignalsMappingRequest must match this field.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
This builder for chaining. |
setRequests(int index, UpdateEntitySignalsMappingRequest value)
public BatchUpdateEntitySignalsMappingsRequest.Builder setRequests(int index, UpdateEntitySignalsMappingRequest value) Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
UpdateEntitySignalsMappingRequest |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
|
setRequests(int index, UpdateEntitySignalsMappingRequest.Builder builderForValue)
public BatchUpdateEntitySignalsMappingsRequest.Builder setRequests(int index, UpdateEntitySignalsMappingRequest.Builder builderForValue) Required. The EntitySignalsMapping objects to update.
A maximum of 100 objects can be updated in a batch.
repeated .google.ads.admanager.v1.UpdateEntitySignalsMappingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
UpdateEntitySignalsMappingRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateEntitySignalsMappingsRequest.Builder |
|