Send feedback
Class SubpropertyEventFilterCondition (0.54.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.54.0 keyboard_arrow_down
public final class SubpropertyEventFilterCondition extends GeneratedMessageV3 implements SubpropertyEventFilterConditionOrBuilder
A specific filter expression
Protobuf type google.analytics.admin.v1alpha.SubpropertyEventFilterCondition
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
FIELD_NAME_FIELD_NUMBER
public static final int FIELD_NAME_FIELD_NUMBER
Field Value
Type
Description
int
NULL_FILTER_FIELD_NUMBER
public static final int NULL_FILTER_FIELD_NUMBER
Field Value
Type
Description
int
STRING_FILTER_FIELD_NUMBER
public static final int STRING_FILTER_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static SubpropertyEventFilterCondition getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static SubpropertyEventFilterCondition . Builder newBuilder ()
newBuilder(SubpropertyEventFilterCondition prototype)
public static SubpropertyEventFilterCondition . Builder newBuilder ( SubpropertyEventFilterCondition prototype )
public static SubpropertyEventFilterCondition parseDelimitedFrom ( InputStream input )
public static SubpropertyEventFilterCondition parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static SubpropertyEventFilterCondition parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SubpropertyEventFilterCondition parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static SubpropertyEventFilterCondition parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SubpropertyEventFilterCondition parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static SubpropertyEventFilterCondition parseFrom ( CodedInputStream input )
public static SubpropertyEventFilterCondition parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static SubpropertyEventFilterCondition parseFrom ( InputStream input )
public static SubpropertyEventFilterCondition parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static SubpropertyEventFilterCondition parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SubpropertyEventFilterCondition parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<SubpropertyEventFilterCondition> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public SubpropertyEventFilterCondition getDefaultInstanceForType ()
getFieldName()
public String getFieldName ()
Required. The field that is being filtered.
string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The fieldName.
getFieldNameBytes()
public ByteString getFieldNameBytes ()
Required. The field that is being filtered.
string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for fieldName.
getNullFilter()
public boolean getNullFilter ()
A filter for null values.
bool null_filter = 2;
Returns
Type
Description
boolean
The nullFilter.
getOneFilterCase()
public SubpropertyEventFilterCondition . OneFilterCase getOneFilterCase ()
getParserForType()
public Parser<SubpropertyEventFilterCondition> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getStringFilter()
public SubpropertyEventFilterCondition . StringFilter getStringFilter ()
A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.SubpropertyEventFilterCondition.StringFilter string_filter = 3;
getStringFilterOrBuilder()
public SubpropertyEventFilterCondition . StringFilterOrBuilder getStringFilterOrBuilder ()
A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.SubpropertyEventFilterCondition.StringFilter string_filter = 3;
hasNullFilter()
public boolean hasNullFilter ()
A filter for null values.
bool null_filter = 2;
Returns
Type
Description
boolean
Whether the nullFilter field is set.
hasStringFilter()
public boolean hasStringFilter ()
A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.SubpropertyEventFilterCondition.StringFilter string_filter = 3;
Returns
Type
Description
boolean
Whether the stringFilter field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public SubpropertyEventFilterCondition . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SubpropertyEventFilterCondition . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public SubpropertyEventFilterCondition . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The page provides documentation for the `SubpropertyEventFilterCondition` class in the `google-analytics-admin` Java library, specifically for version 0.54.0."],["`SubpropertyEventFilterCondition` is a final class that extends `GeneratedMessageV3` and implements `SubpropertyEventFilterConditionOrBuilder`, used as a specific filter expression within the Google Analytics Admin API."],["The documentation includes links to various versions of the library, ranging from the latest version 0.70.0 down to version 0.14.0, as well as methods, fields, and inheritance information for the class."],["This class offers string and null filters for `SubpropertyEventFilterCondition` through the methods `getStringFilter`, `getStringFilterOrBuilder`, `hasStringFilter`, `getNullFilter`, and `hasNullFilter`."],["The page details how to instantiate, parse, and utilize the `SubpropertyEventFilterCondition` object, including various `parseFrom` methods and `newBuilder` methods."]]],[]]