public interface UpdateCustomTargetingKeyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomTargetingKey()
public abstract CustomTargetingKey getCustomTargetingKey() Required. The CustomTargetingKey to update.
The CustomTargetingKey's name is used to identify the
CustomTargetingKey to update.
.google.ads.admanager.v1.CustomTargetingKey custom_targeting_key = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomTargetingKey |
The customTargetingKey. |
getCustomTargetingKeyOrBuilder()
public abstract CustomTargetingKeyOrBuilder getCustomTargetingKeyOrBuilder() Required. The CustomTargetingKey to update.
The CustomTargetingKey's name is used to identify the
CustomTargetingKey to update.
.google.ads.admanager.v1.CustomTargetingKey custom_targeting_key = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomTargetingKeyOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasCustomTargetingKey()
public abstract boolean hasCustomTargetingKey() Required. The CustomTargetingKey to update.
The CustomTargetingKey's name is used to identify the
CustomTargetingKey to update.
.google.ads.admanager.v1.CustomTargetingKey custom_targeting_key = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customTargetingKey field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |