Class: Google::Cloud::Speech::V1::DeletePhraseSetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1::DeletePhraseSetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v1/cloud_speech_adaptation.rb
Overview
Message sent by the client for the DeletePhraseSet
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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/v1/cloud_speech_adaptation.rb', line 141 class DeletePhraseSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |