public static final class UpdateCustomTargetingKeyRequest.Builder extends GeneratedMessage.Builder<UpdateCustomTargetingKeyRequest.Builder> implements UpdateCustomTargetingKeyRequestOrBuilder Request object for UpdateCustomTargetingKey method.
Protobuf type google.ads.admanager.v1.UpdateCustomTargetingKeyRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateCustomTargetingKeyRequest.BuilderImplements
UpdateCustomTargetingKeyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateCustomTargetingKeyRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest |
|
buildPartial()
public UpdateCustomTargetingKeyRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest |
|
clear()
public UpdateCustomTargetingKeyRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest.Builder |
|
clearCustomTargetingKey()
public UpdateCustomTargetingKeyRequest.Builder clearCustomTargetingKey() 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 |
UpdateCustomTargetingKeyRequest.Builder |
|
clearUpdateMask()
public UpdateCustomTargetingKeyRequest.Builder clearUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest.Builder |
|
getCustomTargetingKey()
public 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. |
getCustomTargetingKeyBuilder()
public CustomTargetingKey.Builder getCustomTargetingKeyBuilder() 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.Builder |
|
getCustomTargetingKeyOrBuilder()
public 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 |
|
getDefaultInstanceForType()
public UpdateCustomTargetingKeyRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCustomTargetingKey(CustomTargetingKey value)
public UpdateCustomTargetingKeyRequest.Builder mergeCustomTargetingKey(CustomTargetingKey value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
CustomTargetingKey |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest.Builder |
|
mergeFrom(UpdateCustomTargetingKeyRequest other)
public UpdateCustomTargetingKeyRequest.Builder mergeFrom(UpdateCustomTargetingKeyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateCustomTargetingKeyRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateCustomTargetingKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateCustomTargetingKeyRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateCustomTargetingKeyRequest.Builder mergeUpdateMask(FieldMask value)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest.Builder |
|
setCustomTargetingKey(CustomTargetingKey value)
public UpdateCustomTargetingKeyRequest.Builder setCustomTargetingKey(CustomTargetingKey value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
CustomTargetingKey |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest.Builder |
|
setCustomTargetingKey(CustomTargetingKey.Builder builderForValue)
public UpdateCustomTargetingKeyRequest.Builder setCustomTargetingKey(CustomTargetingKey.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CustomTargetingKey.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateCustomTargetingKeyRequest.Builder setUpdateMask(FieldMask value)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateCustomTargetingKeyRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingKeyRequest.Builder |
|