Interface CreateSubpropertyResponseOrBuilder (0.51.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
TypeDescription
Property

The subproperty.

getSubpropertyEventFilter()

public abstract SubpropertyEventFilter getSubpropertyEventFilter()

The created subproperty event filter.

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

Returns
TypeDescription
SubpropertyEventFilter

The subpropertyEventFilter.

getSubpropertyEventFilterOrBuilder()

public abstract SubpropertyEventFilterOrBuilder getSubpropertyEventFilterOrBuilder()

The created subproperty event filter.

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

Returns
TypeDescription
SubpropertyEventFilterOrBuilder

getSubpropertyOrBuilder()

public abstract PropertyOrBuilder getSubpropertyOrBuilder()

The created subproperty.

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

Returns
TypeDescription
PropertyOrBuilder

hasSubproperty()

public abstract boolean hasSubproperty()

The created subproperty.

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

Returns
TypeDescription
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
TypeDescription
boolean

Whether the subpropertyEventFilter field is set.