Interface CreateSubpropertyResponseOrBuilder (0.55.0)

public interface CreateSubpropertyResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSubproperty()

public abstract Property getSubproperty()

The created subproperty.

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

Returns
Type Description
Property

The subproperty.

getSubpropertyEventFilter()

public abstract SubpropertyEventFilter getSubpropertyEventFilter()

The created subproperty event filter.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 2;

Returns
Type Description
SubpropertyEventFilter

The subpropertyEventFilter.

getSubpropertyEventFilterOrBuilder()

public abstract SubpropertyEventFilterOrBuilder getSubpropertyEventFilterOrBuilder()

The created subproperty event filter.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 2;

Returns
Type Description
SubpropertyEventFilterOrBuilder

getSubpropertyOrBuilder()

public abstract PropertyOrBuilder getSubpropertyOrBuilder()

The created subproperty.

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

Returns
Type Description
PropertyOrBuilder

hasSubproperty()

public abstract boolean hasSubproperty()

The created subproperty.

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

Returns
Type Description
boolean

Whether the subproperty field is set.

hasSubpropertyEventFilter()

public abstract boolean hasSubpropertyEventFilter()

The created subproperty event filter.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 2;

Returns
Type Description
boolean

Whether the subpropertyEventFilter field is set.