Send feedback Class PropertySummary (0.20.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.20.0 keyboard_arrow_down
public final class PropertySummary extends GeneratedMessageV3 implements PropertySummaryOrBuilder
A virtual resource representing metadata for a GA4 property.
Protobuf type google.analytics.admin.v1beta.PropertySummary
Static Fields DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value PROPERTY_FIELD_NUMBER
public static final int PROPERTY_FIELD_NUMBER
Field Value PROPERTY_TYPE_FIELD_NUMBER
public static final int PROPERTY_TYPE_FIELD_NUMBER
Field Value Static Methods getDefaultInstance()
public static PropertySummary getDefaultInstance ()
Returns getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns newBuilder()
public static PropertySummary . Builder newBuilder ()
Returns newBuilder(PropertySummary )
public static PropertySummary . Builder newBuilder ( PropertySummary )
Parameter Returns
public static PropertySummary parseDelimitedFrom ( InputStream input )
Parameter Returns Exceptions
public static PropertySummary parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parseFrom(byte[] data)
public static PropertySummary parseFrom ( byte [] data )
Parameter Name Description data
byte []
Returns Exceptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PropertySummary parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parseFrom(ByteString data)
public static PropertySummary parseFrom ( ByteString data )
Parameter Returns Exceptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PropertySummary parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static PropertySummary parseFrom ( CodedInputStream input )
Parameter Returns Exceptions
public static PropertySummary parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static PropertySummary parseFrom ( InputStream input )
Parameter Returns Exceptions
public static PropertySummary parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parseFrom(ByteBuffer data)
public static PropertySummary parseFrom ( ByteBuffer data )
Parameter Returns Exceptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PropertySummary parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parser()
public static Parser<PropertySummary> parser ()
Returns Methods equals(Object obj)
public boolean equals ( Object obj )
Parameter Returns Overrides getDefaultInstanceForType()
public PropertySummary getDefaultInstanceForType ()
Returns getDisplayName()
public String getDisplayName ()
Display name for the property referred to in this property summary.
string display_name = 2;
Returns Type Description String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
Display name for the property referred to in this property summary.
string display_name = 2;
Returns Type Description ByteString
The bytes for displayName.
getParent()
public String getParent ()
Resource name of this property's logical parent. Note: The Property-Moving UI can be used to change the parent. Format: accounts/{account}, properties/{property} Example: "accounts/100", "properties/200"
string parent = 4;
Returns Type Description String
The parent.
getParentBytes()
public ByteString getParentBytes ()
Resource name of this property's logical parent. Note: The Property-Moving UI can be used to change the parent. Format: accounts/{account}, properties/{property} Example: "accounts/100", "properties/200"
string parent = 4;
Returns getParserForType()
public Parser<PropertySummary> getParserForType ()
Returns Overrides getProperty()
public String getProperty ()
Resource name of property referred to by this property summary Format: properties/{property_id} Example: "properties/1000"
string property = 1 [(.google.api.resource_reference) = { ... }
Returns Type Description String
The property.
getPropertyBytes()
public ByteString getPropertyBytes ()
Resource name of property referred to by this property summary Format: properties/{property_id} Example: "properties/1000"
string property = 1 [(.google.api.resource_reference) = { ... }
Returns getPropertyType()
public PropertyType getPropertyType ()
The property's property type.
.google.analytics.admin.v1beta.PropertyType property_type = 3;
Returns getPropertyTypeValue()
public int getPropertyTypeValue ()
The property's property type.
.google.analytics.admin.v1beta.PropertyType property_type = 3;
Returns Type Description int
The enum numeric value on the wire for propertyType.
getSerializedSize()
public int getSerializedSize ()
Returns Overrides getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns Overrides hashCode() Returns Overrides internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns Overrides isInitialized()
public final boolean isInitialized ()
Returns Overrides newBuilderForType()
public PropertySummary . Builder newBuilderForType ()
Returns newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PropertySummary . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter Returns Overrides newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter Returns Overrides toBuilder()
public PropertySummary . Builder toBuilder ()
Returns writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter Overrides Exceptions 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."],[[["The webpage provides a comprehensive list of versions for `PropertySummary`, a class within the Google Analytics Admin V1 Beta Java library, ranging from version 0.14.0 to 0.70.0, which is the latest version."],["`PropertySummary` is a virtual resource representing metadata for a Google Analytics 4 (GA4) property, as it extends from the `GeneratedMessageV3` class and implements `PropertySummaryOrBuilder`."],["The content includes detailed documentation of the `PropertySummary` class, such as static fields, methods for parsing, and methods for interaction, including descriptions and return values."],["The latest version of the `PropertySummary` class is available under the package path `/java/docs/reference/google-analytics-admin/latest/com.google.analytics.admin.v1beta.PropertySummary` which corresponds to version 0.70.0."],["The resource name of a `PropertySummary` logical parent is located in the format of accounts/{account}, properties/{property}, and is also able to be modified using the Property-Moving UI."]]],[]]