Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<ListLogEntriesResponse>
LoggingBaseServiceRequest<ListLogEntriesResponse>
EntriesResource.ListRequest
Implements
IClientServiceRequest<ListLogEntriesResponse>
IClientServiceRequest
Inherited Members
LoggingBaseServiceRequest<ListLogEntriesResponse>.Xgafv
LoggingBaseServiceRequest<ListLogEntriesResponse>.AccessToken
LoggingBaseServiceRequest<ListLogEntriesResponse>.Alt
LoggingBaseServiceRequest<ListLogEntriesResponse>.Callback
LoggingBaseServiceRequest<ListLogEntriesResponse>.Fields
LoggingBaseServiceRequest<ListLogEntriesResponse>.Key
LoggingBaseServiceRequest<ListLogEntriesResponse>.OauthToken
LoggingBaseServiceRequest<ListLogEntriesResponse>.PrettyPrint
LoggingBaseServiceRequest<ListLogEntriesResponse>.QuotaUser
LoggingBaseServiceRequest<ListLogEntriesResponse>.UploadType
LoggingBaseServiceRequest<ListLogEntriesResponse>.UploadProtocol
ClientServiceRequest<ListLogEntriesResponse>.Execute()
ClientServiceRequest<ListLogEntriesResponse>.ExecuteAsStream()
ClientServiceRequest<ListLogEntriesResponse>.ExecuteAsync()
ClientServiceRequest<ListLogEntriesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListLogEntriesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListLogEntriesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListLogEntriesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListLogEntriesResponse>.GenerateRequestUri()
ClientServiceRequest<ListLogEntriesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListLogEntriesResponse>.ETagAction
ClientServiceRequest<ListLogEntriesResponse>.ModifyRequest
ClientServiceRequest<ListLogEntriesResponse>.ValidateParameters
ClientServiceRequest<ListLogEntriesResponse>.ApiVersion
ClientServiceRequest<ListLogEntriesResponse>.RequestParameters
ClientServiceRequest<ListLogEntriesResponse>.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.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
ClientServiceRequest<ListLogEntriesResponse>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes List parameter list.

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

Implements

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