Show / Hide Table of Contents

Class FamilysharingResource.GetFamilyInfoRequest

Gets information regarding the family that the user is part of.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<FamilyInfo>
BooksBaseServiceRequest<FamilyInfo>
FamilysharingResource.GetFamilyInfoRequest
Implements
IClientServiceRequest<FamilyInfo>
IClientServiceRequest
Inherited Members
BooksBaseServiceRequest<FamilyInfo>.Xgafv
BooksBaseServiceRequest<FamilyInfo>.AccessToken
BooksBaseServiceRequest<FamilyInfo>.Alt
BooksBaseServiceRequest<FamilyInfo>.Callback
BooksBaseServiceRequest<FamilyInfo>.Fields
BooksBaseServiceRequest<FamilyInfo>.Key
BooksBaseServiceRequest<FamilyInfo>.OauthToken
BooksBaseServiceRequest<FamilyInfo>.PrettyPrint
BooksBaseServiceRequest<FamilyInfo>.QuotaUser
BooksBaseServiceRequest<FamilyInfo>.UploadType
BooksBaseServiceRequest<FamilyInfo>.UploadProtocol
ClientServiceRequest<FamilyInfo>.Execute()
ClientServiceRequest<FamilyInfo>.ExecuteAsStream()
ClientServiceRequest<FamilyInfo>.ExecuteAsync()
ClientServiceRequest<FamilyInfo>.ExecuteAsync(CancellationToken)
ClientServiceRequest<FamilyInfo>.ExecuteAsStreamAsync()
ClientServiceRequest<FamilyInfo>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<FamilyInfo>.CreateRequest(bool?)
ClientServiceRequest<FamilyInfo>.GenerateRequestUri()
ClientServiceRequest<FamilyInfo>.GetBody()
ClientServiceRequest<FamilyInfo>.GetDefaultETagAction(string)
ClientServiceRequest<FamilyInfo>.ETagAction
ClientServiceRequest<FamilyInfo>.ModifyRequest
ClientServiceRequest<FamilyInfo>.ValidateParameters
ClientServiceRequest<FamilyInfo>.ApiVersion
ClientServiceRequest<FamilyInfo>.RequestParameters
ClientServiceRequest<FamilyInfo>.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.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class FamilysharingResource.GetFamilyInfoRequest : BooksBaseServiceRequest<FamilyInfo>, IClientServiceRequest<FamilyInfo>, IClientServiceRequest

Constructors

GetFamilyInfoRequest(IClientService)

Constructs a new GetFamilyInfo request.

Declaration
public GetFamilyInfoRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Source

String to identify the originator of this request.

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

Methods

InitParameters()

Initializes GetFamilyInfo parameter list.

Declaration
protected override void InitParameters()
Overrides
BooksBaseServiceRequest<FamilyInfo>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX