public interface CreateSlateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The parent resource where this Slate 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 Slate 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. |
getSlate()
public abstract Slate getSlate() Required. The Slate to create.
.google.ads.admanager.v1.Slate slate = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Slate |
The slate. |
getSlateOrBuilder()
public abstract SlateOrBuilder getSlateOrBuilder() Required. The Slate to create.
.google.ads.admanager.v1.Slate slate = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SlateOrBuilder |
|
hasSlate()
public abstract boolean hasSlate() Required. The Slate to create.
.google.ads.admanager.v1.Slate slate = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the slate field is set. |