Google Cloud Dialogflow v2beta1 API - Class ListPhoneNumbersRequest (1.0.0-beta22)

public sealed class ListPhoneNumbersRequest : IMessage<ListPhoneNumbersRequest>, IEquatable<ListPhoneNumbersRequest>, IDeepCloneable<ListPhoneNumbersRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ListPhoneNumbersRequest.

The request message for [PhoneNumbers.ListPhoneNumbers][google.cloud.dialogflow.v2beta1.PhoneNumbers.ListPhoneNumbers].

Inheritance

object > ListPhoneNumbersRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ListPhoneNumbersRequest()

public ListPhoneNumbersRequest()

ListPhoneNumbersRequest(ListPhoneNumbersRequest)

public ListPhoneNumbersRequest(ListPhoneNumbersRequest other)
Parameter
Name Description
other ListPhoneNumbersRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of items to return in a single page. The default value is 100. The maximum value is 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. The next_page_token value returned from a previous list request.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The project to list all PhoneNumber resources from. Format: projects/<Project ID>. Format: projects/<Project ID>/locations/<Location ID>.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
Type Description
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
Type Description
IResourceName

ShowDeleted

public bool ShowDeleted { get; set; }

Optional. Controls whether PhoneNumber resources in the [DELETE_REQUESTED][google.cloud.dialogflow.v2beta1.PhoneNumber.LifecycleState.DELETE_REQUESTED] state should be returned. Defaults to false.

Property Value
Type Description
bool