Class: Google::Cloud::Speech::V1p1beta1::DeletePhraseSetRequest

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

Overview

Message sent by the client for the DeletePhraseSet method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the phrase set to delete. Format:

projects/{project}/locations/{location}/phraseSets/{phrase_set}.

Returns:

  • (::String)

    Required. The name of the phrase set to delete. Format:

    projects/{project}/locations/{location}/phraseSets/{phrase_set}



141
142
143
144
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech_adaptation.rb', line 141

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