Interface UpdateSubpropertyEventFilterRequestOrBuilder (0.52.0)

public interface UpdateSubpropertyEventFilterRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSubpropertyEventFilter()

public abstract SubpropertyEventFilter getSubpropertyEventFilter()

Required. The subproperty event filter to update.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SubpropertyEventFilter

The subpropertyEventFilter.

getSubpropertyEventFilterOrBuilder()

public abstract SubpropertyEventFilterOrBuilder getSubpropertyEventFilterOrBuilder()

Required. The subproperty event filter to update.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SubpropertyEventFilterOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The list of fields to update. 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.

.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. 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.

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

Returns
Type Description
FieldMaskOrBuilder

hasSubpropertyEventFilter()

public abstract boolean hasSubpropertyEventFilter()

Required. The subproperty event filter to update.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the subpropertyEventFilter field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The list of fields to update. 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.

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

Returns
Type Description
boolean

Whether the updateMask field is set.