Class: Google::Cloud::Speech::V2::DeletePhraseSetRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v2/cloud_speech.rb

Overview

Request message for the DeletePhraseSet method.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns If set to true, and the PhraseSet is not found, the request will succeed and be a no-op (no Operation is recorded in this case).

Returns:

  • (::Boolean)

    If set to true, and the PhraseSet is not found, the request will succeed and be a no-op (no Operation is recorded in this case).



1916
1917
1918
1919
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1916

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

#etag::String

Returns This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.

Returns:

  • (::String)

    This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.



1916
1917
1918
1919
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1916

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

#name::String

Returns Required. The name of the PhraseSet to delete. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}.

Returns:

  • (::String)

    Required. The name of the PhraseSet to delete. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}



1916
1917
1918
1919
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1916

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

#validate_only::Boolean

Returns If set, validate the request and preview the deleted PhraseSet, but do not actually delete it.

Returns:

  • (::Boolean)

    If set, validate the request and preview the deleted PhraseSet, but do not actually delete it.



1916
1917
1918
1919
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1916

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