Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BucketsResource.ViewsResource.LogsResource

The "logs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.BucketsResource.ViewsResource.LogsResource
Inherited Members
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 ProjectsResource.LocationsResource.BucketsResource.ViewsResource.LogsResource

Constructors

LogsResource(IClientService)

Constructs a new resource.

Declaration
public LogsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.

Declaration
public virtual ProjectsResource.LocationsResource.BucketsResource.ViewsResource.LogsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name to list logs for: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]

Returns
Type Description
ProjectsResource.LocationsResource.BucketsResource.ViewsResource.LogsResource.ListRequest
In this article
Back to top Generated by DocFX