Interface ProvisionSubpropertyRequestOrBuilder (0.59.0)

public interface ProvisionSubpropertyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSubproperty()

public abstract Property getSubproperty()

Required. The subproperty to create.

.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Property

The subproperty.

getSubpropertyEventFilter()

public abstract SubpropertyEventFilter getSubpropertyEventFilter()

Optional. The subproperty event filter to create on an ordinary property.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SubpropertyEventFilter

The subpropertyEventFilter.

getSubpropertyEventFilterOrBuilder()

public abstract SubpropertyEventFilterOrBuilder getSubpropertyEventFilterOrBuilder()

Optional. The subproperty event filter to create on an ordinary property.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SubpropertyEventFilterOrBuilder

getSubpropertyOrBuilder()

public abstract PropertyOrBuilder getSubpropertyOrBuilder()

Required. The subproperty to create.

.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PropertyOrBuilder

hasSubproperty()

public abstract boolean hasSubproperty()

Required. The subproperty to create.

.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the subproperty field is set.

hasSubpropertyEventFilter()

public abstract boolean hasSubpropertyEventFilter()

Optional. The subproperty event filter to create on an ordinary property.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the subpropertyEventFilter field is set.