Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ImportSampleQueriesRequest.
Request message for SampleQueryService.ImportSampleQueries method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_source
def bigquery_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource
- (::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — BigQuery input source.
#bigquery_source=
def bigquery_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource
- value (::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — BigQuery input source.
- (::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — BigQuery input source.
#error_config
def error_config() -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig) — The desired location of errors incurred during the Import.
#error_config=
def error_config=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig
- value (::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig) — The desired location of errors incurred during the Import.
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig) — The desired location of errors incurred during the Import.
#gcs_source
def gcs_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::GcsSource
- (::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — Cloud Storage location for the input content.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::GcsSource
- value (::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — Cloud Storage location for the input content.
- (::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — Cloud Storage location for the input content.
#inline_source
def inline_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportSampleQueriesRequest::InlineSource
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportSampleQueriesRequest::InlineSource) — The Inline source for sample query entries.
#inline_source=
def inline_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportSampleQueriesRequest::InlineSource
- value (::Google::Cloud::DiscoveryEngine::V1beta::ImportSampleQueriesRequest::InlineSource) — The Inline source for sample query entries.
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportSampleQueriesRequest::InlineSource) — The Inline source for sample query entries.
#parent
def parent() -> ::String
-
(::String) — Required. The parent sample query set resource name, such as
projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}
.If the caller does not have permission to list SampleQuerys under this sample query set, regardless of whether or not this sample query set exists, a
PERMISSION_DENIED
error is returned.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent sample query set resource name, such as
projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}
.If the caller does not have permission to list SampleQuerys under this sample query set, regardless of whether or not this sample query set exists, a
PERMISSION_DENIED
error is returned.
-
(::String) — Required. The parent sample query set resource name, such as
projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}
.If the caller does not have permission to list SampleQuerys under this sample query set, regardless of whether or not this sample query set exists, a
PERMISSION_DENIED
error is returned.