Class PropertiesResource.BigQueryLinksResource
The "bigQueryLinks" collection of methods.
Inherited Members
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
Create(GoogleAnalyticsAdminV1alphaBigQueryLink, string)
Creates a BigQueryLink.
Declaration
public virtual PropertiesResource.BigQueryLinksResource.CreateRequest Create(GoogleAnalyticsAdminV1alphaBigQueryLink body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleAnalyticsAdminV1alphaBigQueryLink | body | The body of the request. |
string | parent | Required. Example format: properties/1234 |
Returns
Type | Description |
---|---|
PropertiesResource.BigQueryLinksResource.CreateRequest |
Delete(string)
Deletes a BigQueryLink on a property.
Declaration
public virtual PropertiesResource.BigQueryLinksResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The BigQueryLink to delete. Example format: properties/1234/bigQueryLinks/5678 |
Returns
Type | Description |
---|---|
PropertiesResource.BigQueryLinksResource.DeleteRequest |
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 |
Patch(GoogleAnalyticsAdminV1alphaBigQueryLink, string)
Updates a BigQueryLink.
Declaration
public virtual PropertiesResource.BigQueryLinksResource.PatchRequest Patch(GoogleAnalyticsAdminV1alphaBigQueryLink body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleAnalyticsAdminV1alphaBigQueryLink | body | The body of the request. |
string | name | Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567' |
Returns
Type | Description |
---|---|
PropertiesResource.BigQueryLinksResource.PatchRequest |