Interface CreateRollupPropertySourceLinkRequestOrBuilder (0.47.0)

public interface CreateRollupPropertySourceLinkRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. Format: properties/{property_id} Example: properties/1234

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Format: properties/{property_id} Example: properties/1234

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

public abstract RollupPropertySourceLink getRollupPropertySourceLink()

Required. The roll-up property source link to create.

.google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_link = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RollupPropertySourceLink

The rollupPropertySourceLink.

getRollupPropertySourceLinkOrBuilder()

public abstract RollupPropertySourceLinkOrBuilder getRollupPropertySourceLinkOrBuilder()

Required. The roll-up property source link to create.

.google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_link = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RollupPropertySourceLinkOrBuilder
public abstract boolean hasRollupPropertySourceLink()

Required. The roll-up property source link to create.

.google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_link = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the rollupPropertySourceLink field is set.