dns  v1
Public Member Functions | List of all members
google_dns_api::DnsService::ProjectsResource Class Reference

#include <dns_service.h>

Public Member Functions

 ProjectsResource (DnsService *service)
 
 ~ProjectsResource ()
 
ProjectsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ ProjectsResource()

google_dns_api::DnsService::ProjectsResource::ProjectsResource ( DnsService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~ProjectsResource()

google_dns_api::DnsService::ProjectsResource::~ProjectsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetMethod()

ProjectsResource_GetMethod * google_dns_api::DnsService::ProjectsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) const

Creates a new ProjectsResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectIdentifies the project addressed by this request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

The documentation for this class was generated from the following files: