Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PhoneNumbersResource

The "phoneNumbers" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.PhoneNumbersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.LocationsResource.PhoneNumbersResource

Constructors

PhoneNumbersResource(IClientService)

Constructs a new resource.

Declaration
public PhoneNumbersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(string)

Declaration
public virtual ProjectsResource.LocationsResource.PhoneNumbersResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.PhoneNumbersResource.DeleteRequest

List(string)

Declaration
public virtual ProjectsResource.LocationsResource.PhoneNumbersResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.PhoneNumbersResource.ListRequest

Patch(GoogleCloudDialogflowV2beta1PhoneNumber, string)

Declaration
public virtual ProjectsResource.LocationsResource.PhoneNumbersResource.PatchRequest Patch(GoogleCloudDialogflowV2beta1PhoneNumber body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowV2beta1PhoneNumber body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.PhoneNumbersResource.PatchRequest

Undelete(GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.PhoneNumbersResource.UndeleteRequest Undelete(GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.PhoneNumbersResource.UndeleteRequest
In this article
Back to top Generated by DocFX