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

#include <dns_service.h>

Public Member Functions

 ManagedZonesResource (DnsService *service)
 
 ~ManagedZonesResource ()
 
ManagedZonesResource_CreateMethodNewCreateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const ManagedZone &_content_) const
 
ManagedZonesResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &managed_zone) const
 
ManagedZonesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &managed_zone) const
 
ManagedZonesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
ManagedZonesResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
ManagedZonesResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &managed_zone, const ManagedZone &_content_) const
 
ManagedZonesResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &managed_zone, const ManagedZone &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ ManagedZonesResource()

google_dns_api::DnsService::ManagedZonesResource::ManagedZonesResource ( 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.

◆ ~ManagedZonesResource()

google_dns_api::DnsService::ManagedZonesResource::~ManagedZonesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewCreateMethod()

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.

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

◆ NewDeleteMethod()

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.

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

◆ NewGetMethod()

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.

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

◆ NewListMethod()

ManagedZonesResource_ListMethod * google_dns_api::DnsService::ManagedZonesResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) const

Creates a new ManagedZonesResource_ListMethod 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.

◆ NewListMethodPager()

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.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]projectIdentifies the project addressed by this request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewPatchMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectIdentifies the project addressed by this request.
[in]managed_zoneIdentifies the managed zone addressed by this request. Can be the managed zone name or id.
[in]<em>content</em>The data object to patch.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectIdentifies the project addressed by this request.
[in]managed_zoneIdentifies the managed zone addressed by this request. Can be the managed zone name or id.
[in]<em>content</em>The data object to update.
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: