Send feedback
Class CreateSubpropertyEventFilterRequest (0.58.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.58.0 keyboard_arrow_down
public final class CreateSubpropertyEventFilterRequest extends GeneratedMessageV3 implements CreateSubpropertyEventFilterRequestOrBuilder
Request message for CreateSubpropertyEventFilter RPC.
Protobuf type google.analytics.admin.v1alpha.CreateSubpropertyEventFilterRequest
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
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value
Type
Description
int
SUBPROPERTY_EVENT_FILTER_FIELD_NUMBER
public static final int SUBPROPERTY_EVENT_FILTER_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static CreateSubpropertyEventFilterRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static CreateSubpropertyEventFilterRequest . Builder newBuilder ()
newBuilder(CreateSubpropertyEventFilterRequest prototype)
public static CreateSubpropertyEventFilterRequest . Builder newBuilder ( CreateSubpropertyEventFilterRequest prototype )
public static CreateSubpropertyEventFilterRequest parseDelimitedFrom ( InputStream input )
public static CreateSubpropertyEventFilterRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static CreateSubpropertyEventFilterRequest parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateSubpropertyEventFilterRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static CreateSubpropertyEventFilterRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateSubpropertyEventFilterRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CreateSubpropertyEventFilterRequest parseFrom ( CodedInputStream input )
public static CreateSubpropertyEventFilterRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CreateSubpropertyEventFilterRequest parseFrom ( InputStream input )
public static CreateSubpropertyEventFilterRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static CreateSubpropertyEventFilterRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateSubpropertyEventFilterRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<CreateSubpropertyEventFilterRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public CreateSubpropertyEventFilterRequest getDefaultInstanceForType ()
getParent()
public String getParent ()
Required. The ordinary property for which to create a subproperty event
filter. Format: properties/property_id Example: properties/123
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The parent.
getParentBytes()
public ByteString getParentBytes ()
Required. The ordinary property for which to create a subproperty event
filter. Format: properties/property_id Example: properties/123
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for parent.
getParserForType()
public Parser<CreateSubpropertyEventFilterRequest> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSubpropertyEventFilter()
public SubpropertyEventFilter getSubpropertyEventFilter ()
Required. The subproperty event filter to create.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 2 [(.google.api.field_behavior) = REQUIRED];
getSubpropertyEventFilterOrBuilder()
public SubpropertyEventFilterOrBuilder getSubpropertyEventFilterOrBuilder ()
Required. The subproperty event filter to create.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 2 [(.google.api.field_behavior) = REQUIRED];
hasSubpropertyEventFilter()
public boolean hasSubpropertyEventFilter ()
Required. The subproperty event filter to create.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the subpropertyEventFilter field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public CreateSubpropertyEventFilterRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateSubpropertyEventFilterRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public CreateSubpropertyEventFilterRequest . 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-04-09 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-04-09 UTC."],[[["This webpage provides documentation for the `CreateSubpropertyEventFilterRequest` class within the Google Analytics Admin API's Java library, specifically focusing on version 0.58.0."],["The `CreateSubpropertyEventFilterRequest` class is used to send a request to create a subproperty event filter, and the documentation details its structure, including required fields like parent property and the filter itself."],["The page lists various versions of the Google Analytics Admin Java library, ranging from 0.14.0 to 0.70.0, with the latest version being 0.70.0, allowing users to find documentation for their specific version."],["The documentation outlines the inheritance structure and available methods, as well as fields and static methods of the CreateSubpropertyEventFilterRequest class."],["The page provides links to external resources, such as Oracle Java documentation and Google Cloud Protobuf documentation, to facilitate a better understanding of the concepts and classes used."]]],[]]