Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BucketsResource

The "buckets" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.BucketsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudObservability.v1
Assembly: Google.Apis.CloudObservability.v1.dll
Syntax
public class ProjectsResource.LocationsResource.BucketsResource

Constructors

BucketsResource(IClientService)

Constructs a new resource.

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

Properties

Datasets

Gets the Datasets resource.

Declaration
public virtual ProjectsResource.LocationsResource.BucketsResource.DatasetsResource Datasets { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.BucketsResource.DatasetsResource

Methods

Get(string)

Get bucket resource.

Declaration
public virtual ProjectsResource.LocationsResource.BucketsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the bucket to retrieve. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]

Returns
Type Description
ProjectsResource.LocationsResource.BucketsResource.GetRequest

List(string)

List buckets of a project in a particular location.

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

Required. The parent, which owns this collection of buckets. The format is: projects/[PROJECT_ID]/locations/[LOCATION]

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