Interface RollupPropertySourceLinkOrBuilder (0.51.0)

public interface RollupPropertySourceLinkOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract 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.

getNameBytes()

public abstract 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.

getSourceProperty()

public abstract 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.

getSourcePropertyBytes()

public abstract 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.