Show / Hide Table of Contents

Class ContactGroupsResource.BatchGetRequest

Get a list of contact groups owned by the authenticated user by specifying a list of contact group resource names.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<BatchGetContactGroupsResponse>
PeopleServiceBaseServiceRequest<BatchGetContactGroupsResponse>
ContactGroupsResource.BatchGetRequest
Implements
Google.Apis.Requests.IClientServiceRequest<BatchGetContactGroupsResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
PeopleServiceBaseServiceRequest<BatchGetContactGroupsResponse>.Xgafv
PeopleServiceBaseServiceRequest<BatchGetContactGroupsResponse>.AccessToken
PeopleServiceBaseServiceRequest<BatchGetContactGroupsResponse>.Alt
PeopleServiceBaseServiceRequest<BatchGetContactGroupsResponse>.Callback
PeopleServiceBaseServiceRequest<BatchGetContactGroupsResponse>.Fields
PeopleServiceBaseServiceRequest<BatchGetContactGroupsResponse>.Key
PeopleServiceBaseServiceRequest<BatchGetContactGroupsResponse>.OauthToken
PeopleServiceBaseServiceRequest<BatchGetContactGroupsResponse>.PrettyPrint
PeopleServiceBaseServiceRequest<BatchGetContactGroupsResponse>.QuotaUser
PeopleServiceBaseServiceRequest<BatchGetContactGroupsResponse>.UploadType
PeopleServiceBaseServiceRequest<BatchGetContactGroupsResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.PeopleService.v1
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class BatchGetRequest : PeopleServiceBaseServiceRequest<BatchGetContactGroupsResponse>, IClientServiceRequest<BatchGetContactGroupsResponse>, IClientServiceRequest

Constructors

BatchGetRequest(IClientService)

Constructs a new BatchGet request.

Declaration
public BatchGetRequest(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.HttpMethod

MaxMembers

Optional. Specifies the maximum number of members to return for each group. Defaults to 0 if not set, which will return zero members.

Declaration
[RequestParameter("maxMembers", RequestParameterType.Query)]
public virtual int? MaxMembers { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.MethodName

ResourceNames

Required. The resource names of the contact groups to get.

Declaration
[RequestParameter("resourceNames", RequestParameterType.Query)]
public virtual Repeatable<string> ResourceNames { get; set; }
Property Value
Type Description
Google.Apis.Util.Repeatable<System.String>

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.RestPath

Methods

InitParameters()

Initializes BatchGet parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.PeopleService.v1.PeopleServiceBaseServiceRequest<Google.Apis.PeopleService.v1.Data.BatchGetContactGroupsResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
Back to top