Show / Hide Table of Contents

Class PostsResource.GetByPathRequest

Gets a post by path.

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

Constructors

GetByPathRequest(IClientService, string, string)

Constructs a new GetByPath request.

Declaration
public GetByPathRequest(IClientService service, string blogId, string path)
Parameters
Type Name Description
IClientService service
string blogId
string path

Properties

BlogId

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

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Post>.HttpMethod

MaxComments

Declaration
[RequestParameter("maxComments", RequestParameterType.Query)]
public virtual long? MaxComments { get; set; }
Property Value
Type Description
long?

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Post>.MethodName

Path

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Post>.RestPath

View

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual PostsResource.GetByPathRequest.ViewEnum? View { get; set; }
Property Value
Type Description
PostsResource.GetByPathRequest.ViewEnum?

Methods

InitParameters()

Initializes GetByPath parameter list.

Declaration
protected override void InitParameters()
Overrides
BloggerBaseServiceRequest<Post>.InitParameters()

Implements

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