Class RollupPropertySourceLink (0.55.0)

public final class RollupPropertySourceLink extends GeneratedMessageV3 implements RollupPropertySourceLinkOrBuilder

A link that references a source property under the parent rollup property.

Protobuf type google.analytics.admin.v1alpha.RollupPropertySourceLink

Static Fields

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int
public static final int SOURCE_PROPERTY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

public static RollupPropertySourceLink getDefaultInstance()
Returns
Type Description
RollupPropertySourceLink
public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor
public static RollupPropertySourceLink.Builder newBuilder()
Returns
Type Description
RollupPropertySourceLink.Builder
public static RollupPropertySourceLink.Builder newBuilder(RollupPropertySourceLink prototype)
Parameter
Name Description
prototype RollupPropertySourceLink
Returns
Type Description
RollupPropertySourceLink.Builder
public static RollupPropertySourceLink parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RollupPropertySourceLink
Exceptions
Type Description
IOException
public static RollupPropertySourceLink parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RollupPropertySourceLink
Exceptions
Type Description
IOException
public static RollupPropertySourceLink parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RollupPropertySourceLink
Exceptions
Type Description
InvalidProtocolBufferException
public static RollupPropertySourceLink parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RollupPropertySourceLink
Exceptions
Type Description
InvalidProtocolBufferException
public static RollupPropertySourceLink parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RollupPropertySourceLink
Exceptions
Type Description
InvalidProtocolBufferException
public static RollupPropertySourceLink parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RollupPropertySourceLink
Exceptions
Type Description
InvalidProtocolBufferException
public static RollupPropertySourceLink parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RollupPropertySourceLink
Exceptions
Type Description
IOException
public static RollupPropertySourceLink parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RollupPropertySourceLink
Exceptions
Type Description
IOException
public static RollupPropertySourceLink parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RollupPropertySourceLink
Exceptions
Type Description
IOException
public static RollupPropertySourceLink parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RollupPropertySourceLink
Exceptions
Type Description
IOException
public static RollupPropertySourceLink parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RollupPropertySourceLink
Exceptions
Type Description
InvalidProtocolBufferException
public static RollupPropertySourceLink parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RollupPropertySourceLink
Exceptions
Type Description
InvalidProtocolBufferException
public static Parser<RollupPropertySourceLink> parser()
Returns
Type Description
Parser<RollupPropertySourceLink>

Methods

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides
public RollupPropertySourceLink getDefaultInstanceForType()
Returns
Type Description
RollupPropertySourceLink
public String getName()

Output only. Resource name of this RollupPropertySourceLink. Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}' Format: 'properties/123/rollupPropertySourceLinks/456'

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The name.

public ByteString getNameBytes()

Output only. Resource name of this RollupPropertySourceLink. Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}' Format: 'properties/123/rollupPropertySourceLinks/456'

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for name.

public Parser<RollupPropertySourceLink> getParserForType()
Returns
Type Description
Parser<RollupPropertySourceLink>
Overrides
public int getSerializedSize()
Returns
Type Description
int
Overrides
public String getSourceProperty()

Immutable. Resource name of the source property. Format: properties/{property_id} Example: "properties/789"

string source_property = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The sourceProperty.

public ByteString getSourcePropertyBytes()

Immutable. Resource name of the source property. Format: properties/{property_id} Example: "properties/789"

string source_property = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for sourceProperty.

public int hashCode()
Returns
Type Description
int
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides
public final boolean isInitialized()
Returns
Type Description
boolean
Overrides
public RollupPropertySourceLink.Builder newBuilderForType()
Returns
Type Description
RollupPropertySourceLink.Builder
protected RollupPropertySourceLink.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RollupPropertySourceLink.Builder
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides
public RollupPropertySourceLink.Builder toBuilder()
Returns
Type Description
RollupPropertySourceLink.Builder
public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException