public interface CreateSubpropertyEventFilterRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The ordinary property for which to create a subproperty event filter. Format: properties/property_id Example: properties/123
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The ordinary property for which to create a subproperty event filter. Format: properties/property_id Example: properties/123
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getSubpropertyEventFilter()
public abstract SubpropertyEventFilter getSubpropertyEventFilter()Required. The subproperty event filter to create.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilter |
The subpropertyEventFilter. |
getSubpropertyEventFilterOrBuilder()
public abstract SubpropertyEventFilterOrBuilder getSubpropertyEventFilterOrBuilder()Required. The subproperty event filter to create.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilterOrBuilder |
|
hasSubpropertyEventFilter()
public abstract boolean hasSubpropertyEventFilter()Required. The subproperty event filter to create.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the subpropertyEventFilter field is set. |