Show / Hide Table of Contents

Class EntriesResource.TailRequest

Streaming read of log entries as they are received. Until the stream is terminated, it will continue reading logs.

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

Constructors

TailRequest(IClientService, TailLogEntriesRequest)

Constructs a new Tail request.

Declaration
public TailRequest(IClientService service, TailLogEntriesRequest body)
Parameters
Type Name Description
IClientService service
TailLogEntriesRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<TailLogEntriesResponse>.GetBody()

InitParameters()

Initializes Tail parameter list.

Declaration
protected override void InitParameters()
Overrides
LoggingBaseServiceRequest<TailLogEntriesResponse>.InitParameters()

Implements

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