Class: Google::Cloud::DiscoveryEngine::V1beta::DeleteSampleQuerySetRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set_service.rb

Overview

Request message for SampleQuerySetService.DeleteSampleQuerySet method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Required. Full resource name of SampleQuerySet, such as projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}.

If the caller does not have permission to delete the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the SampleQuerySet to delete does not exist, a NOT_FOUND error is returned.

Returns:

  • (::String)

    Required. Full resource name of SampleQuerySet, such as projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}.

    If the caller does not have permission to delete the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

    If the SampleQuerySet to delete does not exist, a NOT_FOUND error is returned.



179
180
181
182
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set_service.rb', line 179

class DeleteSampleQuerySetRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end