public interface CreateKeyEventRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKeyEvent()
public abstract KeyEvent getKeyEvent()
Required. The Key Event to create.
.google.analytics.admin.v1beta.KeyEvent key_event = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
KeyEvent |
The keyEvent. |
getKeyEventOrBuilder()
public abstract KeyEventOrBuilder getKeyEventOrBuilder()
Required. The Key Event to create.
.google.analytics.admin.v1beta.KeyEvent key_event = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
KeyEventOrBuilder |
getParent()
public abstract String getParent()
Required. The resource name of the parent property where this Key Event will be created. Format: properties/123
string parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The resource name of the parent property where this Key Event will be created. Format: properties/123
string parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasKeyEvent()
public abstract boolean hasKeyEvent()
Required. The Key Event to create.
.google.analytics.admin.v1beta.KeyEvent key_event = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the keyEvent field is set. |