Interface CreateRollupPropertyRequestOrBuilder (0.51.0)

public interface CreateRollupPropertyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRollupProperty()

public abstract Property getRollupProperty()

Required. The roll-up property to create.

.google.analytics.admin.v1alpha.Property rollup_property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Property

The rollupProperty.

getRollupPropertyOrBuilder()

public abstract PropertyOrBuilder getRollupPropertyOrBuilder()

Required. The roll-up property to create.

.google.analytics.admin.v1alpha.Property rollup_property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PropertyOrBuilder

getSourceProperties(int index)

public abstract String getSourceProperties(int index)

Optional. The resource names of properties that will be sources to the created roll-up property.

repeated string source_properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The sourceProperties at the given index.

getSourcePropertiesBytes(int index)

public abstract ByteString getSourcePropertiesBytes(int index)

Optional. The resource names of properties that will be sources to the created roll-up property.

repeated string source_properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the sourceProperties at the given index.

getSourcePropertiesCount()

public abstract int getSourcePropertiesCount()

Optional. The resource names of properties that will be sources to the created roll-up property.

repeated string source_properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The count of sourceProperties.

getSourcePropertiesList()

public abstract List<String> getSourcePropertiesList()

Optional. The resource names of properties that will be sources to the created roll-up property.

repeated string source_properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<String>

A list containing the sourceProperties.

hasRollupProperty()

public abstract boolean hasRollupProperty()

Required. The roll-up property to create.

.google.analytics.admin.v1alpha.Property rollup_property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the rollupProperty field is set.