Class OrganizationsResource.LocationsResource.BucketsResource.ViewsResource.LogsResource
The "logs" collection of methods.
Inheritance
OrganizationsResource.LocationsResource.BucketsResource.ViewsResource.LogsResource
Inherited Members
Namespace: Google.Apis.Logging.v2
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class OrganizationsResource.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 OrganizationsResource.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 |
---|---|
OrganizationsResource.LocationsResource.BucketsResource.ViewsResource.LogsResource.ListRequest |