Send feedback
Class ProvisionSubpropertyRequest.Builder (0.61.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.61.0 keyboard_arrow_down
public static final class ProvisionSubpropertyRequest . Builder extends GeneratedMessageV3 . Builder<ProvisionSubpropertyRequest . Builder > implements ProvisionSubpropertyRequestOrBuilder
Request message for CreateSubproperty RPC.
Protobuf type google.analytics.admin.v1alpha.ProvisionSubpropertyRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProvisionSubpropertyRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ProvisionSubpropertyRequest build ()
buildPartial()
public ProvisionSubpropertyRequest buildPartial ()
clear()
public ProvisionSubpropertyRequest . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ProvisionSubpropertyRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ProvisionSubpropertyRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearSubproperty()
public ProvisionSubpropertyRequest . Builder clearSubproperty ()
Required. The subproperty to create.
.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];
clearSubpropertyEventFilter()
public ProvisionSubpropertyRequest . Builder clearSubpropertyEventFilter ()
Optional. The subproperty event filter to create on an ordinary property.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
clone()
public ProvisionSubpropertyRequest . Builder clone ()
Overrides
getDefaultInstanceForType()
public ProvisionSubpropertyRequest getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getSubproperty()
public Property getSubproperty ()
Required. The subproperty to create.
.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
Property
The subproperty.
getSubpropertyBuilder()
public Property . Builder getSubpropertyBuilder ()
Required. The subproperty to create.
.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];
getSubpropertyEventFilter()
public SubpropertyEventFilter getSubpropertyEventFilter ()
Optional. The subproperty event filter to create on an ordinary property.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
getSubpropertyEventFilterBuilder()
public SubpropertyEventFilter . Builder getSubpropertyEventFilterBuilder ()
Optional. The subproperty event filter to create on an ordinary property.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
getSubpropertyEventFilterOrBuilder()
public SubpropertyEventFilterOrBuilder getSubpropertyEventFilterOrBuilder ()
Optional. The subproperty event filter to create on an ordinary property.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
getSubpropertyOrBuilder()
public PropertyOrBuilder getSubpropertyOrBuilder ()
Required. The subproperty to create.
.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];
hasSubproperty()
public boolean hasSubproperty ()
Required. The subproperty to create.
.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the subproperty field is set.
hasSubpropertyEventFilter()
public boolean hasSubpropertyEventFilter ()
Optional. The subproperty event filter to create on an ordinary property.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the subpropertyEventFilter field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ProvisionSubpropertyRequest other)
public ProvisionSubpropertyRequest . Builder mergeFrom ( ProvisionSubpropertyRequest other )
public ProvisionSubpropertyRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ProvisionSubpropertyRequest . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeSubproperty(Property value)
public ProvisionSubpropertyRequest . Builder mergeSubproperty ( Property value )
Required. The subproperty to create.
.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
Property
mergeSubpropertyEventFilter(SubpropertyEventFilter value)
public ProvisionSubpropertyRequest . Builder mergeSubpropertyEventFilter ( SubpropertyEventFilter value )
Optional. The subproperty event filter to create on an ordinary property.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProvisionSubpropertyRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ProvisionSubpropertyRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProvisionSubpropertyRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setSubproperty(Property value)
public ProvisionSubpropertyRequest . Builder setSubproperty ( Property value )
Required. The subproperty to create.
.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
Property
setSubproperty(Property.Builder builderForValue)
public ProvisionSubpropertyRequest . Builder setSubproperty ( Property . Builder builderForValue )
Required. The subproperty to create.
.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];
setSubpropertyEventFilter(SubpropertyEventFilter value)
public ProvisionSubpropertyRequest . Builder setSubpropertyEventFilter ( SubpropertyEventFilter value )
Optional. The subproperty event filter to create on an ordinary property.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
setSubpropertyEventFilter(SubpropertyEventFilter.Builder builderForValue)
public ProvisionSubpropertyRequest . Builder setSubpropertyEventFilter ( SubpropertyEventFilter . Builder builderForValue )
Optional. The subproperty event filter to create on an ordinary property.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
setUnknownFields(UnknownFieldSet unknownFields)
public final ProvisionSubpropertyRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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."],[[["This webpage provides documentation for the `ProvisionSubpropertyRequest.Builder` class within the Google Analytics Admin API for Java, specifically for version 0.61.0."],["The `ProvisionSubpropertyRequest.Builder` class is used to construct request messages for creating subproperties in the Google Analytics Admin API, and extends the `GeneratedMessageV3.Builder` class."],["The page includes a list of the available versions, spanning from 0.70.0 (latest) to 0.14.0, with links to their respective documentation for the `ProvisionSubpropertyRequest.Builder` class."],["The documentation details the methods available within the `ProvisionSubpropertyRequest.Builder` class, including static methods, overridden methods, and standard methods to help with the creation and configuration of a subproperty request."],["Key functionalities like adding fields, building requests, clearing data, cloning objects, merging data, and setting values are supported within this class."]]],[]]