Interface UpdateGoogleAdsLinkRequestOrBuilder (0.51.0)

public interface UpdateGoogleAdsLinkRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

public abstract GoogleAdsLink getGoogleAdsLink()

The GoogleAdsLink to update

.google.analytics.admin.v1alpha.GoogleAdsLink google_ads_link = 1;

Returns
TypeDescription
GoogleAdsLink

The googleAdsLink.

getGoogleAdsLinkOrBuilder()

public abstract GoogleAdsLinkOrBuilder getGoogleAdsLinkOrBuilder()

The GoogleAdsLink to update

.google.analytics.admin.v1alpha.GoogleAdsLink google_ads_link = 1;

Returns
TypeDescription
GoogleAdsLinkOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). 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. Field names must be in snake case (e.g., "field_to_update"). 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 hasGoogleAdsLink()

The GoogleAdsLink to update

.google.analytics.admin.v1alpha.GoogleAdsLink google_ads_link = 1;

Returns
TypeDescription
boolean

Whether the googleAdsLink field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). 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.