#include <list_messages_response.h>
◆ ListMessagesResponse() [1/2]
google_gmail_api::ListMessagesResponse::ListMessagesResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ListMessagesResponse() [2/2]
google_gmail_api::ListMessagesResponse::ListMessagesResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ListMessagesResponse()
google_gmail_api::ListMessagesResponse::~ListMessagesResponse |
( |
| ) |
|
|
virtual |
◆ clear_messages()
void google_gmail_api::ListMessagesResponse::clear_messages |
( |
| ) |
|
|
inline |
Clears the 'messages
' attribute.
◆ clear_next_page_token()
void google_gmail_api::ListMessagesResponse::clear_next_page_token |
( |
| ) |
|
|
inline |
Clears the 'nextPageToken
' attribute.
◆ clear_result_size_estimate()
void google_gmail_api::ListMessagesResponse::clear_result_size_estimate |
( |
| ) |
|
|
inline |
Clears the 'resultSizeEstimate
' attribute.
◆ get_messages()
const client::JsonCppArray<Message > google_gmail_api::ListMessagesResponse::get_messages |
( |
| ) |
const |
Get a reference to the value of the 'messages
' attribute.
◆ get_next_page_token()
const StringPiece google_gmail_api::ListMessagesResponse::get_next_page_token |
( |
| ) |
const |
|
inline |
Get the value of the 'nextPageToken
' attribute.
◆ get_result_size_estimate()
uint32 google_gmail_api::ListMessagesResponse::get_result_size_estimate |
( |
| ) |
const |
|
inline |
Get the value of the 'resultSizeEstimate
' attribute.
◆ GetTypeName()
const StringPiece google_gmail_api::ListMessagesResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_messages()
bool google_gmail_api::ListMessagesResponse::has_messages |
( |
| ) |
const |
|
inline |
Determine if the 'messages
' attribute was set.
- Returns
- true if the '
messages
' attribute was set.
◆ has_next_page_token()
bool google_gmail_api::ListMessagesResponse::has_next_page_token |
( |
| ) |
const |
|
inline |
Determine if the 'nextPageToken
' attribute was set.
- Returns
- true if the '
nextPageToken
' attribute was set.
◆ has_result_size_estimate()
bool google_gmail_api::ListMessagesResponse::has_result_size_estimate |
( |
| ) |
const |
|
inline |
Determine if the 'resultSizeEstimate
' attribute was set.
- Returns
- true if the '
resultSizeEstimate
' attribute was set.
◆ mutable_messages()
client::JsonCppArray<Message > google_gmail_api::ListMessagesResponse::mutable_messages |
( |
| ) |
|
Gets a reference to a mutable value of the 'messages
' property.
List of messages. Note that each message resource contains only an id and a threadId. Additional message details can be fetched using the messages.get method.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_next_page_token()
void google_gmail_api::ListMessagesResponse::set_next_page_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'nextPageToken
' attribute.
Token to retrieve the next page of results in the list.
- Parameters
-
◆ set_result_size_estimate()
void google_gmail_api::ListMessagesResponse::set_result_size_estimate |
( |
uint32 |
value | ) |
|
|
inline |
Change the 'resultSizeEstimate
' attribute.
Estimated total number of results.
- Parameters
-
The documentation for this class was generated from the following files: