Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BucketsResource.DatasetsResource.LinksResource

The "links" collection of methods.

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

Constructors

LinksResource(IClientService)

Constructs a new resource.

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

Methods

Create(Link, string)

Create a new link.

Declaration
public virtual ProjectsResource.LocationsResource.BucketsResource.DatasetsResource.LinksResource.CreateRequest Create(Link body, string parent)
Parameters
Type Name Description
Link body

The body of the request.

string parent

Required. Name of the containing dataset for this link. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]/datasets/[DATASET_ID]

Returns
Type Description
ProjectsResource.LocationsResource.BucketsResource.DatasetsResource.LinksResource.CreateRequest

Delete(string)

Delete a link.

Declaration
public virtual ProjectsResource.LocationsResource.BucketsResource.DatasetsResource.LinksResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Name of the link to delete. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]/datasets/[DATASET_ID]/links/[LINK_ID]

Returns
Type Description
ProjectsResource.LocationsResource.BucketsResource.DatasetsResource.LinksResource.DeleteRequest

Get(string)

Get a link.

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

Required. Name of the link to retrieve. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]/datasets/[DATASET_ID]/links/[LINK_ID]

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

List(string)

List links of a dataset.

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

Required. The parent dataset that owns this collection of links. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]/datasets/[DATASET_ID]

Returns
Type Description
ProjectsResource.LocationsResource.BucketsResource.DatasetsResource.LinksResource.ListRequest

Patch(Link, string)

Update a link.

Declaration
public virtual ProjectsResource.LocationsResource.BucketsResource.DatasetsResource.LinksResource.PatchRequest Patch(Link body, string name)
Parameters
Type Name Description
Link body

The body of the request.

string name

Identifier. Name of the link. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]/datasets/[DATASET_ID]/links/[LINK_ID]

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