public interface CreateCustomTargetingKeyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomTargetingKey()
public abstract CustomTargetingKey getCustomTargetingKey() Required. The CustomTargetingKey to create.
.google.ads.admanager.v1.CustomTargetingKey custom_targeting_key = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomTargetingKey |
The customTargetingKey. |
getCustomTargetingKeyOrBuilder()
public abstract CustomTargetingKeyOrBuilder getCustomTargetingKeyOrBuilder() Required. The CustomTargetingKey to create.
.google.ads.admanager.v1.CustomTargetingKey custom_targeting_key = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomTargetingKeyOrBuilder |
|
getParent()
public abstract String getParent() Required. The parent resource where this CustomTargetingKey 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 CustomTargetingKey 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. |
hasCustomTargetingKey()
public abstract boolean hasCustomTargetingKey() Required. The CustomTargetingKey to create.
.google.ads.admanager.v1.CustomTargetingKey custom_targeting_key = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customTargetingKey field is set. |