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