Show / Hide Table of Contents

Class ShelvesResource.GetRequest

Gets a shelf. Returns NOT_FOUND if the shelf does not exist.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the shelf to retrieve.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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.Libraryagent.v1.Data.GoogleExampleLibraryagentV1Shelf>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Shelf>.InitParameters()

Implements

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