public interface ImportUserEventsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BigQuerySource |
getBigquerySource()
Required.
|
BigQuerySourceOrBuilder |
getBigquerySourceOrBuilder()
Required.
|
ImportErrorConfig |
getErrorConfig()
The desired location of errors incurred during the Import.
|
ImportErrorConfigOrBuilder |
getErrorConfigOrBuilder()
The desired location of errors incurred during the Import.
|
GcsSource |
getGcsSource()
Required.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
Required.
|
ImportUserEventsRequest.InlineSource |
getInlineSource()
Required.
|
ImportUserEventsRequest.InlineSourceOrBuilder |
getInlineSourceOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
ImportUserEventsRequest.SourceCase |
getSourceCase() |
boolean |
hasBigquerySource()
Required.
|
boolean |
hasErrorConfig()
The desired location of errors incurred during the Import.
|
boolean |
hasGcsSource()
Required.
|
boolean |
hasInlineSource()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
boolean hasGcsSource()
Required. Google Cloud Storage location for the input content.
.google.cloud.discoveryengine.v1beta.GcsSource gcs_source = 3 [(.google.api.field_behavior) = REQUIRED];
GcsSource getGcsSource()
Required. Google Cloud Storage location for the input content.
.google.cloud.discoveryengine.v1beta.GcsSource gcs_source = 3 [(.google.api.field_behavior) = REQUIRED];
GcsSourceOrBuilder getGcsSourceOrBuilder()
Required. Google Cloud Storage location for the input content.
.google.cloud.discoveryengine.v1beta.GcsSource gcs_source = 3 [(.google.api.field_behavior) = REQUIRED];
boolean hasBigquerySource()
Required. BigQuery input source.
.google.cloud.discoveryengine.v1beta.BigQuerySource bigquery_source = 4 [(.google.api.field_behavior) = REQUIRED];
BigQuerySource getBigquerySource()
Required. BigQuery input source.
.google.cloud.discoveryengine.v1beta.BigQuerySource bigquery_source = 4 [(.google.api.field_behavior) = REQUIRED];
BigQuerySourceOrBuilder getBigquerySourceOrBuilder()
Required. BigQuery input source.
.google.cloud.discoveryengine.v1beta.BigQuerySource bigquery_source = 4 [(.google.api.field_behavior) = REQUIRED];
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) = { ... }
com.google.protobuf.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) = { ... }
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;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;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;ImportUserEventsRequest.SourceCase getSourceCase()
Copyright © 2022 Google LLC. All rights reserved.