Class EntriesResource.ListRequest
Lists log entries. Use this method to retrieve log entries that originated from a project/folder/organization/billing account. For ways to export log entries, see Exporting Logs (https://cloud.google.com/logging/docs/export).
Inheritance
EntriesResource.ListRequest
Inherited Members
Namespace: Google.Apis.Logging.v2
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class EntriesResource.ListRequest : LoggingBaseServiceRequest<ListLogEntriesResponse>, IClientServiceRequest<ListLogEntriesResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, ListLogEntriesRequest)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, ListLogEntriesRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ListLogEntriesRequest | 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 List parameter list.
Declaration
protected override void InitParameters()