Class RollupPropertySourceLink (0.51.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
TypeDescription
int
public static final int SOURCE_PROPERTY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

public static RollupPropertySourceLink getDefaultInstance()
Returns
TypeDescription
RollupPropertySourceLink
public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor
public static RollupPropertySourceLink.Builder newBuilder()
Returns
TypeDescription
RollupPropertySourceLink.Builder
public static RollupPropertySourceLink.Builder newBuilder(RollupPropertySourceLink prototype)
Parameter
NameDescription
prototypeRollupPropertySourceLink
Returns
TypeDescription
RollupPropertySourceLink.Builder
public static RollupPropertySourceLink parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RollupPropertySourceLink
Exceptions
TypeDescription
IOException
public static RollupPropertySourceLink parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RollupPropertySourceLink
Exceptions
TypeDescription
IOException
public static RollupPropertySourceLink parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
RollupPropertySourceLink
Exceptions
TypeDescription
InvalidProtocolBufferException
public static RollupPropertySourceLink parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RollupPropertySourceLink
Exceptions
TypeDescription
InvalidProtocolBufferException
public static RollupPropertySourceLink parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
RollupPropertySourceLink
Exceptions
TypeDescription
InvalidProtocolBufferException
public static RollupPropertySourceLink parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RollupPropertySourceLink
Exceptions
TypeDescription
InvalidProtocolBufferException
public static RollupPropertySourceLink parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
RollupPropertySourceLink
Exceptions
TypeDescription
IOException
public static RollupPropertySourceLink parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RollupPropertySourceLink
Exceptions
TypeDescription
IOException
public static RollupPropertySourceLink parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RollupPropertySourceLink
Exceptions
TypeDescription
IOException
public static RollupPropertySourceLink parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RollupPropertySourceLink
Exceptions
TypeDescription
IOException
public static RollupPropertySourceLink parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
RollupPropertySourceLink
Exceptions
TypeDescription
InvalidProtocolBufferException
public static RollupPropertySourceLink parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RollupPropertySourceLink
Exceptions
TypeDescription
InvalidProtocolBufferException
public static Parser<RollupPropertySourceLink> parser()
Returns
TypeDescription
Parser<RollupPropertySourceLink>

Methods

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides
public RollupPropertySourceLink getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

public Parser<RollupPropertySourceLink> getParserForType()
Returns
TypeDescription
Parser<RollupPropertySourceLink>
Overrides
public int getSerializedSize()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for sourceProperty.

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