Interface UpdateReportingIdentitySettingsRequestOrBuilder (0.105.0)

public interface UpdateReportingIdentitySettingsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReportingIdentitySettings()

public abstract ReportingIdentitySettings getReportingIdentitySettings()

Required. The reporting identity settings to update. The settings' name field is used to identify the settings.

.google.analytics.admin.v1alpha.ReportingIdentitySettings reporting_identity_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReportingIdentitySettings

The reportingIdentitySettings.

getReportingIdentitySettingsOrBuilder()

public abstract ReportingIdentitySettingsOrBuilder getReportingIdentitySettingsOrBuilder()

Required. The reporting identity settings to update. The settings' name field is used to identify the settings.

.google.analytics.admin.v1alpha.ReportingIdentitySettings reporting_identity_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReportingIdentitySettingsOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The list of fields to be updated. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields. If omitted, the service will treat it as an implied field mask equivalent to all fields that are populated.

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

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to be updated. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields. If omitted, the service will treat it as an implied field mask equivalent to all fields that are populated.

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

Returns
Type Description
FieldMaskOrBuilder

hasReportingIdentitySettings()

public abstract boolean hasReportingIdentitySettings()

Required. The reporting identity settings to update. The settings' name field is used to identify the settings.

.google.analytics.admin.v1alpha.ReportingIdentitySettings reporting_identity_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the reportingIdentitySettings field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The list of fields to be updated. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields. If omitted, the service will treat it as an implied field mask equivalent to all fields that are populated.

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

Returns
Type Description
boolean

Whether the updateMask field is set.