public static final class BatchCreateEntitySignalsMappingsRequest.Builder extends GeneratedMessageV3.Builder<BatchCreateEntitySignalsMappingsRequest.Builder> implements BatchCreateEntitySignalsMappingsRequestOrBuilder
Request object for BatchCreateEntitySignalsMappings
method.
Protobuf type google.ads.admanager.v1.BatchCreateEntitySignalsMappingsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchCreateEntitySignalsMappingsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
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];
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];
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];
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];
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];
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
|
build()
public BatchCreateEntitySignalsMappingsRequest build()
buildPartial()
public BatchCreateEntitySignalsMappingsRequest buildPartial()
clear()
public BatchCreateEntitySignalsMappingsRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public BatchCreateEntitySignalsMappingsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchCreateEntitySignalsMappingsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
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) = { ... }
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];
clone()
public BatchCreateEntitySignalsMappingsRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public BatchCreateEntitySignalsMappingsRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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
|
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
|
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];
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];
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
|
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(BatchCreateEntitySignalsMappingsRequest other)
public BatchCreateEntitySignalsMappingsRequest.Builder mergeFrom(BatchCreateEntitySignalsMappingsRequest other)
public BatchCreateEntitySignalsMappingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public BatchCreateEntitySignalsMappingsRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateEntitySignalsMappingsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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
|
setField(Descriptors.FieldDescriptor field, Object value)
public BatchCreateEntitySignalsMappingsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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 |
String
The parent to set.
|
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 |
ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchCreateEntitySignalsMappingsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
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];
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];
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateEntitySignalsMappingsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides