Interface CreateRollupPropertyResponseOrBuilder (0.47.0)

public interface CreateRollupPropertyResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRollupProperty()

public abstract Property getRollupProperty()

The created roll-up property.

.google.analytics.admin.v1alpha.Property rollup_property = 1;

Returns
TypeDescription
Property

The rollupProperty.

getRollupPropertyOrBuilder()

public abstract PropertyOrBuilder getRollupPropertyOrBuilder()

The created roll-up property.

.google.analytics.admin.v1alpha.Property rollup_property = 1;

Returns
TypeDescription
PropertyOrBuilder
public abstract RollupPropertySourceLink getRollupPropertySourceLinks(int index)

The created roll-up property source links.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
RollupPropertySourceLink

getRollupPropertySourceLinksCount()

public abstract int getRollupPropertySourceLinksCount()

The created roll-up property source links.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 2;

Returns
TypeDescription
int
public abstract List<RollupPropertySourceLink> getRollupPropertySourceLinksList()

The created roll-up property source links.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 2;

Returns
TypeDescription
List<RollupPropertySourceLink>

getRollupPropertySourceLinksOrBuilder(int index)

public abstract RollupPropertySourceLinkOrBuilder getRollupPropertySourceLinksOrBuilder(int index)

The created roll-up property source links.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
RollupPropertySourceLinkOrBuilder

getRollupPropertySourceLinksOrBuilderList()

public abstract List<? extends RollupPropertySourceLinkOrBuilder> getRollupPropertySourceLinksOrBuilderList()

The created roll-up property source links.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 2;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.RollupPropertySourceLinkOrBuilder>

hasRollupProperty()

public abstract boolean hasRollupProperty()

The created roll-up property.

.google.analytics.admin.v1alpha.Property rollup_property = 1;

Returns
TypeDescription
boolean

Whether the rollupProperty field is set.