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.
Implements
IPageRequest, IMessageListContactsRequest, IEquatableListContactsRequest, IDeepCloneableListContactsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.EssentialContacts.V1Assembly
Google.Cloud.EssentialContacts.V1.dll
Constructors
ListContactsRequest()
public ListContactsRequest()
ListContactsRequest(ListContactsRequest)
public ListContactsRequest(ListContactsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListContactsRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsFolderName
public FolderName ParentAsFolderName { get; set; }
FolderName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
FolderName |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |
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 |