public interface WriteUserEventRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The parent DataStore resource name, such as
projects/{project}/locations/{location}/dataStores/{data_store}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent DataStore resource name, such as
projects/{project}/locations/{location}/dataStores/{data_store}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getUserEvent()
public abstract UserEvent getUserEvent()Required. User event to write.
optional .google.cloud.discoveryengine.v1beta.UserEvent user_event = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| UserEvent | The userEvent. |
getUserEventOrBuilder()
public abstract UserEventOrBuilder getUserEventOrBuilder()Required. User event to write.
optional .google.cloud.discoveryengine.v1beta.UserEvent user_event = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| UserEventOrBuilder |
hasUserEvent()
public abstract boolean hasUserEvent()Required. User event to write.
optional .google.cloud.discoveryengine.v1beta.UserEvent user_event = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the userEvent field is set. |