Send feedback Class AccessDimensionValue.Builder (0.18.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.18.0 keyboard_arrow_down
public static final class AccessDimensionValue . Builder extends GeneratedMessageV3 . Builder<AccessDimensionValue . Builder > implements AccessDimensionValueOrBuilder
The value of a dimension.
Protobuf type google.analytics.admin.v1alpha.AccessDimensionValue
Inherited Members com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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 ()
Returns Methods addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AccessDimensionValue . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters Returns Overrides build()
public AccessDimensionValue build ()
Returns buildPartial()
public AccessDimensionValue buildPartial ()
Returns clear()
public AccessDimensionValue . Builder clear ()
Returns Overrides clearField(Descriptors.FieldDescriptor field)
public AccessDimensionValue . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter Returns Overrides clearOneof(Descriptors.OneofDescriptor oneof)
public AccessDimensionValue . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter Returns Overrides clearValue()
public AccessDimensionValue . Builder clearValue ()
The dimension value. For example, this value may be 'France' for the 'country' dimension.
string value = 1;
Returns clone()
public AccessDimensionValue . Builder clone ()
Returns Overrides getDefaultInstanceForType()
public AccessDimensionValue getDefaultInstanceForType ()
Returns getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns Overrides getValue() The dimension value. For example, this value may be 'France' for the 'country' dimension.
string value = 1;
Returns Type Description String The value.
getValueBytes()
public ByteString getValueBytes ()
The dimension value. For example, this value may be 'France' for the 'country' dimension.
string value = 1;
Returns internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns Overrides isInitialized()
public final boolean isInitialized ()
Returns Overrides mergeFrom(AccessDimensionValue other)
public AccessDimensionValue . Builder mergeFrom ( AccessDimensionValue other )
Parameter Returns
public AccessDimensionValue . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Overrides Exceptions mergeFrom(Message other)
public AccessDimensionValue . Builder mergeFrom ( Message other )
Parameter Returns Overrides mergeUnknownFields(UnknownFieldSet unknownFields)
public final AccessDimensionValue . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter Returns Overrides setField(Descriptors.FieldDescriptor field, Object value)
public AccessDimensionValue . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters Returns Overrides setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AccessDimensionValue . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters Returns Overrides setUnknownFields(UnknownFieldSet unknownFields)
public final AccessDimensionValue . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter Returns Overrides setValue(String value)
public AccessDimensionValue . Builder setValue ( String value )
The dimension value. For example, this value may be 'France' for the 'country' dimension.
string value = 1;
Parameter Name Description value String
The value to set.
Returns setValueBytes(ByteString value)
public AccessDimensionValue . Builder setValueBytes ( ByteString value )
The dimension value. For example, this value may be 'France' for the 'country' dimension.
string value = 1;
Parameter Name Description value ByteString
The bytes for value to set.
Returns 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-17 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-17 UTC."],[[["This webpage provides documentation for the `AccessDimensionValue.Builder` class within the `google.analytics.admin.v1alpha` package, specifically for Java."],["The documentation covers versions ranging from 0.14.0 to 0.70.0 of the google-analytics-admin library, with version 0.70.0 being the latest release."],["`AccessDimensionValue.Builder` is a subclass of `GeneratedMessageV3.Builder` and is used to construct `AccessDimensionValue` objects, which represent the value of a dimension, such as \"France\" for the \"country\" dimension."],["The page lists a comprehensive set of methods inherited and directly implemented by the `AccessDimensionValue.Builder` class, including `build`, `clear`, `clone`, `mergeFrom`, and `setField`, used for building, manipulating, and managing dimension value instances."],["The `getDescriptor()` static method is used to get the Descriptor type."]]],[]]