Class EntriesResource.TailRequest
Streaming read of log entries as they are received. Until the stream is terminated, it will continue reading logs.
Inheritance
EntriesResource.TailRequest
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Tail parameter list.
Declaration
protected override void InitParameters()