public interface ChannelGroupFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFieldName()
public abstract String getFieldName()Required. Immutable. The dimension name to filter.
string field_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
String |
The fieldName. |
getFieldNameBytes()
public abstract ByteString getFieldNameBytes()Required. Immutable. The dimension name to filter.
string field_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fieldName. |
getInListFilter()
public abstract ChannelGroupFilter.InListFilter getInListFilter()A filter for a string dimension that matches a particular list of options.
.google.analytics.admin.v1alpha.ChannelGroupFilter.InListFilter in_list_filter = 3;
| Returns | |
|---|---|
| Type | Description |
ChannelGroupFilter.InListFilter |
The inListFilter. |
getInListFilterOrBuilder()
public abstract ChannelGroupFilter.InListFilterOrBuilder getInListFilterOrBuilder()A filter for a string dimension that matches a particular list of options.
.google.analytics.admin.v1alpha.ChannelGroupFilter.InListFilter in_list_filter = 3;
| Returns | |
|---|---|
| Type | Description |
ChannelGroupFilter.InListFilterOrBuilder |
|
getStringFilter()
public abstract ChannelGroupFilter.StringFilter getStringFilter()A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.ChannelGroupFilter.StringFilter string_filter = 2;
| Returns | |
|---|---|
| Type | Description |
ChannelGroupFilter.StringFilter |
The stringFilter. |
getStringFilterOrBuilder()
public abstract ChannelGroupFilter.StringFilterOrBuilder getStringFilterOrBuilder()A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.ChannelGroupFilter.StringFilter string_filter = 2;
| Returns | |
|---|---|
| Type | Description |
ChannelGroupFilter.StringFilterOrBuilder |
|
getValueFilterCase()
public abstract ChannelGroupFilter.ValueFilterCase getValueFilterCase()| Returns | |
|---|---|
| Type | Description |
ChannelGroupFilter.ValueFilterCase |
|
hasInListFilter()
public abstract boolean hasInListFilter()A filter for a string dimension that matches a particular list of options.
.google.analytics.admin.v1alpha.ChannelGroupFilter.InListFilter in_list_filter = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the inListFilter field is set. |
hasStringFilter()
public abstract boolean hasStringFilter()A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.ChannelGroupFilter.StringFilter string_filter = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stringFilter field is set. |