public final class PropertySummary extends GeneratedMessageV3 implements PropertySummaryOrBuilder
A virtual resource representing metadata for a GA4 property.
Protobuf type google.analytics.admin.v1alpha.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 prototype)
public static PropertySummary.Builder newBuilder(PropertySummary prototype)
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.v1alpha.PropertyType property_type = 3;
Returns
getPropertyTypeValue()
public int getPropertyTypeValue()
The property's property type.
.google.analytics.admin.v1alpha.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