Class: Google::Cloud::Translate::V3::ListGlossaryEntriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ListGlossaryEntriesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Request message for ListGlossaryEntries
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. Requested page size. The server may return fewer glossary entries than requested. If unspecified, the server picks an appropriate default.
1129 1130 1131 1132 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1129 class ListGlossaryEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results the server should return.
Typically, this is the value of
[ListGlossaryEntriesResponse.next_page_token] returned from the previous
call. The first page is returned if page_token
is empty or missing.
1129 1130 1131 1132 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1129 class ListGlossaryEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent glossary resource name for listing the glossary's entries.
1129 1130 1131 1132 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1129 class ListGlossaryEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |