public interface ImportUserEventsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBigquerySource()
public abstract BigQuerySource getBigquerySource()Required. BigQuery input source.
.google.cloud.discoveryengine.v1beta.BigQuerySource bigquery_source = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| BigQuerySource | The bigquerySource. |
getBigquerySourceOrBuilder()
public abstract BigQuerySourceOrBuilder getBigquerySourceOrBuilder()Required. BigQuery input source.
.google.cloud.discoveryengine.v1beta.BigQuerySource bigquery_source = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| BigQuerySourceOrBuilder |
getErrorConfig()
public abstract ImportErrorConfig getErrorConfig()The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
.google.cloud.discoveryengine.v1beta.ImportErrorConfig error_config = 5;
| Type | Description |
| ImportErrorConfig | The errorConfig. |
getErrorConfigOrBuilder()
public abstract ImportErrorConfigOrBuilder getErrorConfigOrBuilder()The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
.google.cloud.discoveryengine.v1beta.ImportErrorConfig error_config = 5;
| Type | Description |
| ImportErrorConfigOrBuilder |
getGcsSource()
public abstract GcsSource getGcsSource()Required. Google Cloud Storage location for the input content.
.google.cloud.discoveryengine.v1beta.GcsSource gcs_source = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GcsSource | The gcsSource. |
getGcsSourceOrBuilder()
public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()Required. Google Cloud Storage location for the input content.
.google.cloud.discoveryengine.v1beta.GcsSource gcs_source = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GcsSourceOrBuilder |
getInlineSource()
public abstract ImportUserEventsRequest.InlineSource getInlineSource()Required. The Inline source for the input content for UserEvents.
.google.cloud.discoveryengine.v1beta.ImportUserEventsRequest.InlineSource inline_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ImportUserEventsRequest.InlineSource | The inlineSource. |
getInlineSourceOrBuilder()
public abstract ImportUserEventsRequest.InlineSourceOrBuilder getInlineSourceOrBuilder()Required. The Inline source for the input content for UserEvents.
.google.cloud.discoveryengine.v1beta.ImportUserEventsRequest.InlineSource inline_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ImportUserEventsRequest.InlineSourceOrBuilder |
getParent()
public abstract String getParent() Required. Parent DataStore resource name, of the form
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. Parent DataStore resource name, of the form
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. |
getSourceCase()
public abstract ImportUserEventsRequest.SourceCase getSourceCase()| Type | Description |
| ImportUserEventsRequest.SourceCase |
hasBigquerySource()
public abstract boolean hasBigquerySource()Required. BigQuery input source.
.google.cloud.discoveryengine.v1beta.BigQuerySource bigquery_source = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the bigquerySource field is set. |
hasErrorConfig()
public abstract boolean hasErrorConfig()The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
.google.cloud.discoveryengine.v1beta.ImportErrorConfig error_config = 5;
| Type | Description |
| boolean | Whether the errorConfig field is set. |
hasGcsSource()
public abstract boolean hasGcsSource()Required. Google Cloud Storage location for the input content.
.google.cloud.discoveryengine.v1beta.GcsSource gcs_source = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the gcsSource field is set. |
hasInlineSource()
public abstract boolean hasInlineSource()Required. The Inline source for the input content for UserEvents.
.google.cloud.discoveryengine.v1beta.ImportUserEventsRequest.InlineSource inline_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the inlineSource field is set. |