Interface ImportUserEventsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportUserEventsRequest,ImportUserEventsRequest.Builder
public interface ImportUserEventsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQuerySourcegetBigquerySource()BigQuery input source.BigQuerySourceOrBuildergetBigquerySourceOrBuilder()BigQuery input source.ImportErrorConfiggetErrorConfig()The desired location of errors incurred during the Import.ImportErrorConfigOrBuildergetErrorConfigOrBuilder()The desired location of errors incurred during the Import.GcsSourcegetGcsSource()Cloud Storage location for the input content.GcsSourceOrBuildergetGcsSourceOrBuilder()Cloud Storage location for the input content.ImportUserEventsRequest.InlineSourcegetInlineSource()The Inline source for the input content for UserEvents.ImportUserEventsRequest.InlineSourceOrBuildergetInlineSourceOrBuilder()The Inline source for the input content for UserEvents.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.ImportUserEventsRequest.SourceCasegetSourceCase()booleanhasBigquerySource()BigQuery input source.booleanhasErrorConfig()The desired location of errors incurred during the Import.booleanhasGcsSource()Cloud Storage location for the input content.booleanhasInlineSource()The Inline source for the input content for UserEvents.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInlineSource
boolean hasInlineSource()
The Inline source for the input content for UserEvents.
.google.cloud.discoveryengine.v1beta.ImportUserEventsRequest.InlineSource inline_source = 2;- Returns:
- Whether the inlineSource field is set.
-
getInlineSource
ImportUserEventsRequest.InlineSource getInlineSource()
The Inline source for the input content for UserEvents.
.google.cloud.discoveryengine.v1beta.ImportUserEventsRequest.InlineSource inline_source = 2;- Returns:
- The inlineSource.
-
getInlineSourceOrBuilder
ImportUserEventsRequest.InlineSourceOrBuilder getInlineSourceOrBuilder()
The Inline source for the input content for UserEvents.
.google.cloud.discoveryengine.v1beta.ImportUserEventsRequest.InlineSource inline_source = 2;
-
hasGcsSource
boolean hasGcsSource()
Cloud Storage location for the input content.
.google.cloud.discoveryengine.v1beta.GcsSource gcs_source = 3;- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
GcsSource getGcsSource()
Cloud Storage location for the input content.
.google.cloud.discoveryengine.v1beta.GcsSource gcs_source = 3;- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
GcsSourceOrBuilder getGcsSourceOrBuilder()
Cloud Storage location for the input content.
.google.cloud.discoveryengine.v1beta.GcsSource gcs_source = 3;
-
hasBigquerySource
boolean hasBigquerySource()
BigQuery input source.
.google.cloud.discoveryengine.v1beta.BigQuerySource bigquery_source = 4;- Returns:
- Whether the bigquerySource field is set.
-
getBigquerySource
BigQuerySource getBigquerySource()
BigQuery input source.
.google.cloud.discoveryengine.v1beta.BigQuerySource bigquery_source = 4;- Returns:
- The bigquerySource.
-
getBigquerySourceOrBuilder
BigQuerySourceOrBuilder getBigquerySourceOrBuilder()
BigQuery input source.
.google.cloud.discoveryengine.v1beta.BigQuerySource bigquery_source = 4;
-
getParent
String getParent()
Required. Parent DataStore resource name, of the form `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}`string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. Parent DataStore resource name, of the form `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}`string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
hasErrorConfig
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;- Returns:
- Whether the errorConfig field is set.
-
getErrorConfig
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;- Returns:
- The errorConfig.
-
getErrorConfigOrBuilder
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;
-
getSourceCase
ImportUserEventsRequest.SourceCase getSourceCase()
-
-