Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class AccessMetricValue (0.17.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 0.17.0keyboard_arrow_down
public final class AccessMetricValue extends GeneratedMessageV3 implements AccessMetricValueOrBuilder
The value of a metric.
Protobuf type google.analytics.admin.v1alpha.AccessMetricValue
Static Fields
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AccessMetricValue getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static AccessMetricValue . Builder newBuilder ()
Returns
newBuilder(AccessMetricValue prototype)
public static AccessMetricValue . Builder newBuilder ( AccessMetricValue prototype )
Parameter
Returns
public static AccessMetricValue parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static AccessMetricValue parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AccessMetricValue parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AccessMetricValue parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AccessMetricValue parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccessMetricValue parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static AccessMetricValue parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static AccessMetricValue parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static AccessMetricValue parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static AccessMetricValue parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AccessMetricValue parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AccessMetricValue parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<AccessMetricValue> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public AccessMetricValue getDefaultInstanceForType ()
Returns
getParserForType()
public Parser<AccessMetricValue> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
getValue()
The measurement value. For example, this value may be '13'.
string value = 1;
Returns
Type
Description
String
The value.
getValueBytes()
public ByteString getValueBytes ()
The measurement value. For example, this value may be '13'.
string value = 1;
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public AccessMetricValue . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AccessMetricValue . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public AccessMetricValue . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides documentation for the `AccessMetricValue` class within the Google Analytics Admin Java library, with version 0.70.0 being the most recent."],["`AccessMetricValue` is a protocol buffer type (`google.analytics.admin.v1alpha.AccessMetricValue`) used to represent the value of a metric, as indicated by the class definition: `public final class AccessMetricValue extends GeneratedMessageV3 implements AccessMetricValueOrBuilder`."],["The documentation covers a range of versions for `AccessMetricValue` including version 0.17.0, the focus of the document, and several versions above, all the way to 0.70.0."],["The class `AccessMetricValue` inherits from `GeneratedMessageV3`, `AbstractMessage`, `AbstractMessageLite`, and `Object` as well as implements the interface `AccessMetricValueOrBuilder` which can be seen under the inheritance section."],["The value of a metric, such as '13', is retrieved from the `getValue()` method, or from the bytes using the `getValueBytes()` method, that is part of the `AccessMetricValue` class."]]],[]]