dns
v1
|
#include <dns_service.h>
Public Member Functions | |
ProjectsResource (DnsService *service) | |
~ProjectsResource () | |
ProjectsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) 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.
ProjectsResource_GetMethod * google_dns_api::DnsService::ProjectsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new ProjectsResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Identifies the project addressed by this request. |
Execute
the method instance, then destroy it when they are finished.