dns
v1
|
#include <dns_service.h>
Public Member Functions | |
ManagedZonesResource (DnsService *service) | |
~ManagedZonesResource () | |
ManagedZonesResource_CreateMethod * | NewCreateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const ManagedZone &_content_) const |
ManagedZonesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &managed_zone) const |
ManagedZonesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &managed_zone) const |
ManagedZonesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
ManagedZonesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
ManagedZonesResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &managed_zone, const ManagedZone &_content_) const |
ManagedZonesResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &managed_zone, const ManagedZone &_content_) 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.
ManagedZonesResource_CreateMethod * google_dns_api::DnsService::ManagedZonesResource::NewCreateMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const ManagedZone & | _content_ | ||
) | const |
Creates a new ManagedZonesResource_CreateMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Identifies the project addressed by this request. |
[in] | <em>content</em> | The data object to create. |
Execute
the method instance, then destroy it when they are finished. ManagedZonesResource_DeleteMethod * google_dns_api::DnsService::ManagedZonesResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | managed_zone | ||
) | const |
Creates a new ManagedZonesResource_DeleteMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Identifies the project addressed by this request. |
[in] | managed_zone | Identifies the managed zone addressed by this request. Can be the managed zone name or id. |
Execute
the method instance, then destroy it when they are finished. ManagedZonesResource_GetMethod * google_dns_api::DnsService::ManagedZonesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | managed_zone | ||
) | const |
Creates a new ManagedZonesResource_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. |
[in] | managed_zone | Identifies the managed zone addressed by this request. Can be the managed zone name or id. |
Execute
the method instance, then destroy it when they are finished. ManagedZonesResource_ListMethod * google_dns_api::DnsService::ManagedZonesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new ManagedZonesResource_ListMethod 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. ManagedZonesResource_ListMethodPager * google_dns_api::DnsService::ManagedZonesResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a pager for iterating over incremental result pages.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Identifies the project addressed by this request. |
ManagedZonesResource_PatchMethod * google_dns_api::DnsService::ManagedZonesResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | managed_zone, | ||
const ManagedZone & | _content_ | ||
) | const |
Creates a new ManagedZonesResource_PatchMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Identifies the project addressed by this request. |
[in] | managed_zone | Identifies the managed zone addressed by this request. Can be the managed zone name or id. |
[in] | <em>content</em> | The data object to patch. |
Execute
the method instance, then destroy it when they are finished. ManagedZonesResource_UpdateMethod * google_dns_api::DnsService::ManagedZonesResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | managed_zone, | ||
const ManagedZone & | _content_ | ||
) | const |
Creates a new ManagedZonesResource_UpdateMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Identifies the project addressed by this request. |
[in] | managed_zone | Identifies the managed zone addressed by this request. Can be the managed zone name or id. |
[in] | <em>content</em> | The data object to update. |
Execute
the method instance, then destroy it when they are finished.