public interface BatchCreateApplicationsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The parent resource where Applications will be created.
Format: networks/{network_code}
The parent field in the CreateApplicationRequest must match this
field.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent resource where Applications will be created.
Format: networks/{network_code}
The parent field in the CreateApplicationRequest 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 abstract CreateApplicationRequest getRequests(int index) Required. The Application objects to create.
repeated .google.ads.admanager.v1.CreateApplicationRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CreateApplicationRequest |
|
getRequestsCount()
public abstract int getRequestsCount() Required. The Application objects to create.
repeated .google.ads.admanager.v1.CreateApplicationRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public abstract List<CreateApplicationRequest> getRequestsList() Required. The Application objects to create.
repeated .google.ads.admanager.v1.CreateApplicationRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<CreateApplicationRequest> |
|
getRequestsOrBuilder(int index)
public abstract CreateApplicationRequestOrBuilder getRequestsOrBuilder(int index) Required. The Application objects to create.
repeated .google.ads.admanager.v1.CreateApplicationRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CreateApplicationRequestOrBuilder |
|
getRequestsOrBuilderList()
public abstract List<? extends CreateApplicationRequestOrBuilder> getRequestsOrBuilderList() Required. The Application objects to create.
repeated .google.ads.admanager.v1.CreateApplicationRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.admanager.v1.CreateApplicationRequestOrBuilder> |
|