Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ImportSampleQueriesRequest::InlineSource.
The inline source for {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#sample_queries
def sample_queries() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery>
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery>) — Required. A list of {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s to import. Max of 1000 items.
#sample_queries=
def sample_queries=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery>
Parameter
- value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery>) — Required. A list of {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s to import. Max of 1000 items.
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery>) — Required. A list of {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s to import. Max of 1000 items.