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