Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BucketsResource.DatasetsResource.ViewsResource

The "views" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.BucketsResource.DatasetsResource.ViewsResource
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.DatasetsResource.ViewsResource

Constructors

ViewsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Get a view.

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

Required. Name of the view to retrieve. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]/datasets/[DATASET_ID]/views/[VIEW_ID]

Returns
Type Description
ProjectsResource.LocationsResource.BucketsResource.DatasetsResource.ViewsResource.GetRequest

List(string)

List views of a dataset.

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

Required. Dataset whose views are to be listed. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]/datasets/[DATASET_ID]

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