Interface UpdateSearchAds360LinkRequestOrBuilder (0.47.0)

public interface UpdateSearchAds360LinkRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

public abstract SearchAds360Link getSearchAds360Link()

The SearchAds360Link to update

.google.analytics.admin.v1alpha.SearchAds360Link search_ads_360_link = 1;

Returns
TypeDescription
SearchAds360Link

The searchAds360Link.

getSearchAds360LinkOrBuilder()

public abstract SearchAds360LinkOrBuilder getSearchAds360LinkOrBuilder()

The SearchAds360Link to update

.google.analytics.admin.v1alpha.SearchAds360Link search_ads_360_link = 1;

Returns
TypeDescription
SearchAds360LinkOrBuilder

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 hasSearchAds360Link()

The SearchAds360Link to update

.google.analytics.admin.v1alpha.SearchAds360Link search_ads_360_link = 1;

Returns
TypeDescription
boolean

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