Show / Hide Table of Contents

Class PropertiesResource.BigQueryLinksResource

The "bigQueryLinks" collection of methods.

Inheritance
object
PropertiesResource.BigQueryLinksResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.BigQueryLinksResource

Constructors

BigQueryLinksResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Lookup for a single BigQuery Link.

Declaration
public virtual PropertiesResource.BigQueryLinksResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the BigQuery link to lookup. Format: properties/{property_id}/bigQueryLinks/{bigquery_link_id} Example: properties/123/bigQueryLinks/456

Returns
Type Description
PropertiesResource.BigQueryLinksResource.GetRequest

List(string)

Lists BigQuery Links on a property.

Declaration
public virtual PropertiesResource.BigQueryLinksResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The name of the property to list BigQuery links under. Format: properties/{property_id} Example: properties/1234

Returns
Type Description
PropertiesResource.BigQueryLinksResource.ListRequest
In This Article
Back to top Generated by DocFX