Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::ListGlossaryEntriesRequest.
Request message for ListGlossaryEntries
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. Requested page size. The server may return fewer glossary entries than requested. If unspecified, the server picks an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Requested page size. The server may return fewer glossary entries than requested. If unspecified, the server picks an appropriate default.
Returns
- (::Integer) — Optional. Requested page size. The server may return fewer glossary entries than requested. If unspecified, the server picks an appropriate default.
#page_token
def page_token() -> ::String
Returns
-
(::String) — 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.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent glossary resource name for listing the glossary's entries.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent glossary resource name for listing the glossary's entries.
Returns
- (::String) — Required. The parent glossary resource name for listing the glossary's entries.