public sealed class ComputeContactsRequest : IPageRequest, IMessage<ComputeContactsRequest>, IEquatable<ComputeContactsRequest>, IDeepCloneable<ComputeContactsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Essential Contacts v1 API class ComputeContactsRequest.
Request message for the ComputeContacts method.
Implements
IPageRequest, IMessageComputeContactsRequest, IEquatableComputeContactsRequest, IDeepCloneableComputeContactsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.EssentialContacts.V1Assembly
Google.Cloud.EssentialContacts.V1.dll
Constructors
ComputeContactsRequest()
public ComputeContactsRequest()
ComputeContactsRequest(ComputeContactsRequest)
public ComputeContactsRequest(ComputeContactsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ComputeContactsRequest |
Properties
NotificationCategories
public RepeatedField<NotificationCategory> NotificationCategories { get; }
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNotificationCategory |
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 name of the resource to compute contacts for. 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 |