Class: Google::Cloud::Translate::V3::ListGlossariesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ListGlossariesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Request message for ListGlossaries.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
1015 1016 1017 1018 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1015 class ListGlossariesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
1015 1016 1017 1018 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1015 class ListGlossariesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
1015 1016 1017 1018 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1015 class ListGlossariesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
1015 1016 1017 1018 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1015 class ListGlossariesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |