Interface UpdateChannelGroupRequestOrBuilder (0.47.0)

public interface UpdateChannelGroupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannelGroup()

public abstract ChannelGroup getChannelGroup()

Required. The ChannelGroup to update. The resource's name field is used to identify the ChannelGroup to be updated.

.google.analytics.admin.v1alpha.ChannelGroup channel_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ChannelGroup

The channelGroup.

getChannelGroupOrBuilder()

public abstract ChannelGroupOrBuilder getChannelGroupOrBuilder()

Required. The ChannelGroup to update. The resource's name field is used to identify the ChannelGroup to be updated.

.google.analytics.admin.v1alpha.ChannelGroup channel_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ChannelGroupOrBuilder

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

hasChannelGroup()

public abstract boolean hasChannelGroup()

Required. The ChannelGroup to update. The resource's name field is used to identify the ChannelGroup to be updated.

.google.analytics.admin.v1alpha.ChannelGroup channel_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

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