public interface CreateRollupPropertyResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRollupProperty()
public abstract Property getRollupProperty()The created roll-up property.
.google.analytics.admin.v1alpha.Property rollup_property = 1;
| Returns | |
|---|---|
| Type | Description |
Property |
The rollupProperty. |
getRollupPropertyOrBuilder()
public abstract PropertyOrBuilder getRollupPropertyOrBuilder()The created roll-up property.
.google.analytics.admin.v1alpha.Property rollup_property = 1;
| Returns | |
|---|---|
| Type | Description |
PropertyOrBuilder |
|
getRollupPropertySourceLinks(int index)
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
|
getRollupPropertySourceLinksList()
public abstract List<RollupPropertySourceLink> getRollupPropertySourceLinksList()The created roll-up property source links.
repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the rollupProperty field is set. |