#include <you_tube_service.h>
Acts as message factory for accessing data.
◆ MembersResource()
google_youtube_api::YouTubeService::MembersResource::MembersResource |
( |
YouTubeService * |
service | ) |
|
|
explicit |
Standard constructor.
- Parameters
-
[in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
◆ ~MembersResource()
google_youtube_api::YouTubeService::MembersResource::~MembersResource |
( |
| ) |
|
|
inline |
◆ NewListMethod()
MembersResource_ListMethod * google_youtube_api::YouTubeService::MembersResource::NewListMethod |
( |
client::AuthorizationCredential * |
_credential_, |
|
|
const absl::string_view & |
part |
|
) |
| const |
Creates a new MembersResource_ListMethod instance.
- Parameters
-
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | part | The part parameter specifies the member resource parts that the API response will include. Set the parameter value to snippet. |
- Returns
- The caller should
Execute
the method instance, then destroy it when they are finished.
◆ NewListMethodPager()
MembersResource_ListMethodPager * google_youtube_api::YouTubeService::MembersResource::NewListMethodPager |
( |
client::AuthorizationCredential * |
_credential_, |
|
|
const absl::string_view & |
part |
|
) |
| const |
Creates a pager for iterating over incremental result pages.
- Parameters
-
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | part | The part parameter specifies the member resource parts that the API response will include. Set the parameter value to snippet. |
- See also
- googleapis::googleapis::ServiceRequestPager
The documentation for this class was generated from the following files: