public static final class UpdateCustomTargetingValueRequest.Builder extends GeneratedMessage.Builder<UpdateCustomTargetingValueRequest.Builder> implements UpdateCustomTargetingValueRequestOrBuilder Request object for UpdateCustomTargetingValue method.
Protobuf type google.ads.admanager.v1.UpdateCustomTargetingValueRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateCustomTargetingValueRequest.BuilderImplements
UpdateCustomTargetingValueRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateCustomTargetingValueRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest |
|
buildPartial()
public UpdateCustomTargetingValueRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest |
|
clear()
public UpdateCustomTargetingValueRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest.Builder |
|
clearCustomTargetingValue()
public UpdateCustomTargetingValueRequest.Builder clearCustomTargetingValue() Required. The CustomTargetingValue to update.
The CustomTargetingValue's name is used to identify the
CustomTargetingValue to update.
.google.ads.admanager.v1.CustomTargetingValue custom_targeting_value = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest.Builder |
|
clearUpdateMask()
public UpdateCustomTargetingValueRequest.Builder clearUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest.Builder |
|
getCustomTargetingValue()
public CustomTargetingValue getCustomTargetingValue() Required. The CustomTargetingValue to update.
The CustomTargetingValue's name is used to identify the
CustomTargetingValue to update.
.google.ads.admanager.v1.CustomTargetingValue custom_targeting_value = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomTargetingValue |
The customTargetingValue. |
getCustomTargetingValueBuilder()
public CustomTargetingValue.Builder getCustomTargetingValueBuilder() Required. The CustomTargetingValue to update.
The CustomTargetingValue's name is used to identify the
CustomTargetingValue to update.
.google.ads.admanager.v1.CustomTargetingValue custom_targeting_value = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomTargetingValue.Builder |
|
getCustomTargetingValueOrBuilder()
public CustomTargetingValueOrBuilder getCustomTargetingValueOrBuilder() Required. The CustomTargetingValue to update.
The CustomTargetingValue's name is used to identify the
CustomTargetingValue to update.
.google.ads.admanager.v1.CustomTargetingValue custom_targeting_value = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomTargetingValueOrBuilder |
|
getDefaultInstanceForType()
public UpdateCustomTargetingValueRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public FieldMask getUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasCustomTargetingValue()
public boolean hasCustomTargetingValue() Required. The CustomTargetingValue to update.
The CustomTargetingValue's name is used to identify the
CustomTargetingValue to update.
.google.ads.admanager.v1.CustomTargetingValue custom_targeting_value = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customTargetingValue field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| 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 |
|
mergeCustomTargetingValue(CustomTargetingValue value)
public UpdateCustomTargetingValueRequest.Builder mergeCustomTargetingValue(CustomTargetingValue value) Required. The CustomTargetingValue to update.
The CustomTargetingValue's name is used to identify the
CustomTargetingValue to update.
.google.ads.admanager.v1.CustomTargetingValue custom_targeting_value = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
CustomTargetingValue |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest.Builder |
|
mergeFrom(UpdateCustomTargetingValueRequest other)
public UpdateCustomTargetingValueRequest.Builder mergeFrom(UpdateCustomTargetingValueRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateCustomTargetingValueRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateCustomTargetingValueRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateCustomTargetingValueRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateCustomTargetingValueRequest.Builder mergeUpdateMask(FieldMask value)Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest.Builder |
|
setCustomTargetingValue(CustomTargetingValue value)
public UpdateCustomTargetingValueRequest.Builder setCustomTargetingValue(CustomTargetingValue value) Required. The CustomTargetingValue to update.
The CustomTargetingValue's name is used to identify the
CustomTargetingValue to update.
.google.ads.admanager.v1.CustomTargetingValue custom_targeting_value = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
CustomTargetingValue |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest.Builder |
|
setCustomTargetingValue(CustomTargetingValue.Builder builderForValue)
public UpdateCustomTargetingValueRequest.Builder setCustomTargetingValue(CustomTargetingValue.Builder builderForValue) Required. The CustomTargetingValue to update.
The CustomTargetingValue's name is used to identify the
CustomTargetingValue to update.
.google.ads.admanager.v1.CustomTargetingValue custom_targeting_value = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CustomTargetingValue.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateCustomTargetingValueRequest.Builder setUpdateMask(FieldMask value)Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateCustomTargetingValueRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomTargetingValueRequest.Builder |
|