Show / Hide Table of Contents

Class FoldersResource.ContactsResource.ListRequest

Lists the contacts that have been set on a resource.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>
EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>
FoldersResource.ContactsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>
IClientServiceRequest
Inherited Members
EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.Xgafv
EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.AccessToken
EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.Alt
EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.Callback
EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.Fields
EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.Key
EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.OauthToken
EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.PrettyPrint
EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.QuotaUser
EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.UploadType
EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.Execute()
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.GetBody()
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.ETagAction
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Essentialcontacts.v1
Assembly: Google.Apis.Essentialcontacts.v1.dll
Syntax
public class FoldersResource.ContactsResource.ListRequest : EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>, IClientServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Essentialcontacts.v1.Data.GoogleCloudEssentialcontactsV1ListContactsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Essentialcontacts.v1.Data.GoogleCloudEssentialcontactsV1ListContactsResponse>.MethodName

PageSize

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.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

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.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

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

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Essentialcontacts.v1.Data.GoogleCloudEssentialcontactsV1ListContactsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
EssentialcontactsBaseServiceRequest<GoogleCloudEssentialcontactsV1ListContactsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX