Class GroupingRule (0.52.0)

public final class GroupingRule extends GeneratedMessageV3 implements GroupingRuleOrBuilder

The rules that govern how traffic is grouped into one channel.

Protobuf type google.analytics.admin.v1alpha.GroupingRule

Static Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

EXPRESSION_FIELD_NUMBER

public static final int EXPRESSION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GroupingRule getDefaultInstance()
Returns
Type Description
GroupingRule

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GroupingRule.Builder newBuilder()
Returns
Type Description
GroupingRule.Builder

newBuilder(GroupingRule prototype)

public static GroupingRule.Builder newBuilder(GroupingRule prototype)
Parameter
Name Description
prototype GroupingRule
Returns
Type Description
GroupingRule.Builder

parseDelimitedFrom(InputStream input)

public static GroupingRule parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GroupingRule
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GroupingRule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GroupingRule
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GroupingRule parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GroupingRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GroupingRule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GroupingRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GroupingRule parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GroupingRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GroupingRule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GroupingRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GroupingRule parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GroupingRule
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GroupingRule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GroupingRule
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GroupingRule parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GroupingRule
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GroupingRule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GroupingRule
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GroupingRule parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GroupingRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GroupingRule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GroupingRule
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GroupingRule> parser()
Returns
Type Description
Parser<GroupingRule>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public GroupingRule getDefaultInstanceForType()
Returns
Type Description
GroupingRule

getDisplayName()

public String getDisplayName()

Required. Customer defined display name for the channel.

string display_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Required. Customer defined display name for the channel.

string display_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for displayName.

getExpression()

public ChannelGroupFilterExpression getExpression()

Required. The Filter Expression that defines the Grouping Rule.

.google.analytics.admin.v1alpha.ChannelGroupFilterExpression expression = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ChannelGroupFilterExpression

The expression.

getExpressionOrBuilder()

public ChannelGroupFilterExpressionOrBuilder getExpressionOrBuilder()

Required. The Filter Expression that defines the Grouping Rule.

.google.analytics.admin.v1alpha.ChannelGroupFilterExpression expression = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ChannelGroupFilterExpressionOrBuilder

getParserForType()

public Parser<GroupingRule> getParserForType()
Returns
Type Description
Parser<GroupingRule>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasExpression()

public boolean hasExpression()

Required. The Filter Expression that defines the Grouping Rule.

.google.analytics.admin.v1alpha.ChannelGroupFilterExpression expression = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the expression field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GroupingRule.Builder newBuilderForType()
Returns
Type Description
GroupingRule.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GroupingRule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GroupingRule.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public GroupingRule.Builder toBuilder()
Returns
Type Description
GroupingRule.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException