Interface UpdateDisplayVideo360AdvertiserLinkRequestOrBuilder (0.51.0)

public interface UpdateDisplayVideo360AdvertiserLinkRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

public abstract DisplayVideo360AdvertiserLink getDisplayVideo360AdvertiserLink()

The DisplayVideo360AdvertiserLink to update

.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 1;

Returns
TypeDescription
DisplayVideo360AdvertiserLink

The displayVideo360AdvertiserLink.

getDisplayVideo360AdvertiserLinkOrBuilder()

public abstract DisplayVideo360AdvertiserLinkOrBuilder getDisplayVideo360AdvertiserLinkOrBuilder()

The DisplayVideo360AdvertiserLink to update

.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 1;

Returns
TypeDescription
DisplayVideo360AdvertiserLinkOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The list of fields to be updated. Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The list of fields to be updated. Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder
public abstract boolean hasDisplayVideo360AdvertiserLink()

The DisplayVideo360AdvertiserLink to update

.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 1;

Returns
TypeDescription
boolean

Whether the displayVideo360AdvertiserLink field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The list of fields to be updated. Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the updateMask field is set.