Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::UpdateSampleQuerySetRequest.
Request message for SampleQuerySetService.UpdateSampleQuerySet method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#sample_query_set
def sample_query_set() -> ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet
-
(::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet) — Required. The sample query set to update.
If the caller does not have permission to update the SampleQuerySet, regardless of whether or not it exists, a
PERMISSION_DENIED
error is returned.If the SampleQuerySet to update does not exist a
NOT_FOUND
error is returned.
#sample_query_set=
def sample_query_set=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet
-
value (::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet) — Required. The sample query set to update.
If the caller does not have permission to update the SampleQuerySet, regardless of whether or not it exists, a
PERMISSION_DENIED
error is returned.If the SampleQuerySet to update does not exist a
NOT_FOUND
error is returned.
-
(::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet) — Required. The sample query set to update.
If the caller does not have permission to update the SampleQuerySet, regardless of whether or not it exists, a
PERMISSION_DENIED
error is returned.If the SampleQuerySet to update does not exist a
NOT_FOUND
error is returned.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — Indicates which fields in the provided imported 'sample query set' to update. If not set, will by default update all fields.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — Indicates which fields in the provided imported 'sample query set' to update. If not set, will by default update all fields.
- (::Google::Protobuf::FieldMask) — Indicates which fields in the provided imported 'sample query set' to update. If not set, will by default update all fields.