classroom
v1
|
#include <classroom_service.h>
Public Member Functions | |
GuardiansResource (ClassroomService *service) | |
~GuardiansResource () | |
UserProfilesResource_GuardiansResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &student_id, const absl::string_view &guardian_id) const |
UserProfilesResource_GuardiansResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &student_id, const absl::string_view &guardian_id) const |
UserProfilesResource_GuardiansResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &student_id) const |
UserProfilesResource_GuardiansResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &student_id) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
[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. |
|
inline |
Standard destructor.
UserProfilesResource_GuardiansResource_DeleteMethod * google_classroom_api::ClassroomService::UserProfilesResource::GuardiansResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | student_id, | ||
const absl::string_view & | guardian_id | ||
) | const |
Creates a new UserProfilesResource_GuardiansResource_DeleteMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | student_id | The student whose guardian is to be deleted. One of the following: |
"me"
, indicating the requesting user. [in] | guardian_id | The id field from a Guardian . |
Execute
the method instance, then destroy it when they are finished. UserProfilesResource_GuardiansResource_GetMethod * google_classroom_api::ClassroomService::UserProfilesResource::GuardiansResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | student_id, | ||
const absl::string_view & | guardian_id | ||
) | const |
Creates a new UserProfilesResource_GuardiansResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | student_id | The student whose guardian is being requested. One of the following: |
"me"
, indicating the requesting user. [in] | guardian_id | The id field from a Guardian . |
Execute
the method instance, then destroy it when they are finished. UserProfilesResource_GuardiansResource_ListMethod * google_classroom_api::ClassroomService::UserProfilesResource::GuardiansResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | student_id | ||
) | const |
Creates a new UserProfilesResource_GuardiansResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | student_id | Filter results by the student who the guardian is linked to. The identifier can be one of the following: |
"me"
, indicating the requesting user"-"
, indicating that results should be returned for all students that the requesting user has access to view. Execute
the method instance, then destroy it when they are finished. UserProfilesResource_GuardiansResource_ListMethodPager * google_classroom_api::ClassroomService::UserProfilesResource::GuardiansResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | student_id | ||
) | const |
Creates a pager for iterating over incremental result pages.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | student_id | Filter results by the student who the guardian is linked to. The identifier can be one of the following: |
"me"
, indicating the requesting user"-"
, indicating that results should be returned for all students that the requesting user has access to view.