public interface ImportSampleQueriesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BigQuerySource |
getBigquerySource()
BigQuery input source.
|
BigQuerySourceOrBuilder |
getBigquerySourceOrBuilder()
BigQuery input source.
|
ImportErrorConfig |
getErrorConfig()
The desired location of errors incurred during the Import.
|
ImportErrorConfigOrBuilder |
getErrorConfigOrBuilder()
The desired location of errors incurred during the Import.
|
GcsSource |
getGcsSource()
Cloud Storage location for the input content.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
Cloud Storage location for the input content.
|
ImportSampleQueriesRequest.InlineSource |
getInlineSource()
The Inline source for sample query entries.
|
ImportSampleQueriesRequest.InlineSourceOrBuilder |
getInlineSourceOrBuilder()
The Inline source for sample query entries.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
ImportSampleQueriesRequest.SourceCase |
getSourceCase() |
boolean |
hasBigquerySource()
BigQuery input source.
|
boolean |
hasErrorConfig()
The desired location of errors incurred during the Import.
|
boolean |
hasGcsSource()
Cloud Storage location for the input content.
|
boolean |
hasInlineSource()
The Inline source for sample query entries.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInlineSource()
The Inline source for sample query entries.
.google.cloud.discoveryengine.v1beta.ImportSampleQueriesRequest.InlineSource inline_source = 2;
ImportSampleQueriesRequest.InlineSource getInlineSource()
The Inline source for sample query entries.
.google.cloud.discoveryengine.v1beta.ImportSampleQueriesRequest.InlineSource inline_source = 2;
ImportSampleQueriesRequest.InlineSourceOrBuilder getInlineSourceOrBuilder()
The Inline source for sample query entries.
.google.cloud.discoveryengine.v1beta.ImportSampleQueriesRequest.InlineSource inline_source = 2;
boolean hasGcsSource()
Cloud Storage location for the input content.
.google.cloud.discoveryengine.v1beta.GcsSource gcs_source = 3;GcsSource getGcsSource()
Cloud Storage location for the input content.
.google.cloud.discoveryengine.v1beta.GcsSource gcs_source = 3;GcsSourceOrBuilder getGcsSourceOrBuilder()
Cloud Storage location for the input content.
.google.cloud.discoveryengine.v1beta.GcsSource gcs_source = 3;boolean hasBigquerySource()
BigQuery input source.
.google.cloud.discoveryengine.v1beta.BigQuerySource bigquery_source = 4;BigQuerySource getBigquerySource()
BigQuery input source.
.google.cloud.discoveryengine.v1beta.BigQuerySource bigquery_source = 4;BigQuerySourceOrBuilder getBigquerySourceOrBuilder()
BigQuery input source.
.google.cloud.discoveryengine.v1beta.BigQuerySource bigquery_source = 4;String getParent()
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
[SampleQuery][google.cloud.discoveryengine.v1beta.SampleQuery]s under this
sample query set, regardless of whether or not this sample query set
exists, a `PERMISSION_DENIED` error is returned.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
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
[SampleQuery][google.cloud.discoveryengine.v1beta.SampleQuery]s under this
sample query set, regardless of whether or not this sample query set
exists, a `PERMISSION_DENIED` error is returned.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasErrorConfig()
The desired location of errors incurred during the Import.
.google.cloud.discoveryengine.v1beta.ImportErrorConfig error_config = 5;ImportErrorConfig getErrorConfig()
The desired location of errors incurred during the Import.
.google.cloud.discoveryengine.v1beta.ImportErrorConfig error_config = 5;ImportErrorConfigOrBuilder getErrorConfigOrBuilder()
The desired location of errors incurred during the Import.
.google.cloud.discoveryengine.v1beta.ImportErrorConfig error_config = 5;ImportSampleQueriesRequest.SourceCase getSourceCase()
Copyright © 2025 Google LLC. All rights reserved.