Interface UpdateCustomFieldRequestOrBuilder (0.39.0)

public interface UpdateCustomFieldRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomField()

public abstract CustomField getCustomField()

Required. The CustomField to update.

The CustomField's name is used to identify the CustomField to update.

.google.ads.admanager.v1.CustomField custom_field = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomField

The customField.

getCustomFieldOrBuilder()

public abstract CustomFieldOrBuilder getCustomFieldOrBuilder()

Required. The CustomField to update.

The CustomField's name is used to identify the CustomField to update.

.google.ads.admanager.v1.CustomField custom_field = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomFieldOrBuilder

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

hasCustomField()

public abstract boolean hasCustomField()

Required. The CustomField to update.

The CustomField's name is used to identify the CustomField to update.

.google.ads.admanager.v1.CustomField custom_field = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the customField 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.