public interface CreateEventEditRuleRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEventEditRule()
public abstract EventEditRule getEventEditRule()
Required. The EventEditRule to create.
.google.analytics.admin.v1alpha.EventEditRule event_edit_rule = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
EventEditRule |
The eventEditRule. |
getEventEditRuleOrBuilder()
public abstract EventEditRuleOrBuilder getEventEditRuleOrBuilder()
Required. The EventEditRule to create.
.google.analytics.admin.v1alpha.EventEditRule event_edit_rule = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
EventEditRuleOrBuilder |
getParent()
public abstract String getParent()
Required. Example format: properties/123/dataStreams/456
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. Example format: properties/123/dataStreams/456
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasEventEditRule()
public abstract boolean hasEventEditRule()
Required. The EventEditRule to create.
.google.analytics.admin.v1alpha.EventEditRule event_edit_rule = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the eventEditRule field is set. |