public interface CreateApplicationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApplication()
public abstract Application getApplication() Required. The Application to create.
.google.ads.admanager.v1.Application application = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Application |
The application. |
getApplicationOrBuilder()
public abstract ApplicationOrBuilder getApplicationOrBuilder() Required. The Application to create.
.google.ads.admanager.v1.Application application = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ApplicationOrBuilder |
|
getParent()
public abstract String getParent() Required. The parent resource where this Application will be created.
Format: networks/{network_code}
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 this Application will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasApplication()
public abstract boolean hasApplication() Required. The Application to create.
.google.ads.admanager.v1.Application application = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the application field is set. |