Essential Contacts v1 API - Class ListContactsRequest (2.4.0)

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

Reference documentation and code samples for the Essential Contacts v1 API class ListContactsRequest.

Request message for the ListContacts method.

Inheritance

object > ListContactsRequest

Namespace

Google.Cloud.EssentialContacts.V1

Assembly

Google.Cloud.EssentialContacts.V1.dll

Constructors

ListContactsRequest()

public ListContactsRequest()

ListContactsRequest(ListContactsRequest)

public ListContactsRequest(ListContactsRequest other)
Parameter
NameDescription
otherListContactsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of next_page_token in the response indicates that more results might be available. If not specified, the default page_size is 100.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. If present, retrieves the next batch of results from the preceding call to this method. page_token must be the value of next_page_token from the previous response. The values of other method parameters should be identical to those in the previous call.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent resource name. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}

Property Value
TypeDescription
string

ParentAsFolderName

public FolderName ParentAsFolderName { get; set; }

FolderName-typed view over the Parent resource name property.

Property Value
TypeDescription
FolderName

ParentAsOrganizationName

public OrganizationName ParentAsOrganizationName { get; set; }

OrganizationName-typed view over the Parent resource name property.

Property Value
TypeDescription
OrganizationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName