Class: Google::Cloud::Speech::V1::ListPhraseSetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1::ListPhraseSetRequest
- 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 ListPhraseSet method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of phrase sets to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListPhraseSetcall. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
117 118 119 120 |
# File 'proto_docs/google/cloud/speech/v1/cloud_speech_adaptation.rb', line 117 class ListPhraseSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
117 118 119 120 |
# File 'proto_docs/google/cloud/speech/v1/cloud_speech_adaptation.rb', line 117 class ListPhraseSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
117 118 119 120 |
# File 'proto_docs/google/cloud/speech/v1/cloud_speech_adaptation.rb', line 117 class ListPhraseSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |