Show / Hide Table of Contents

Class PropertiesResource.DataStreamsResource.SKAdNetworkConversionValueSchemaResource

The "sKAdNetworkConversionValueSchema" collection of methods.

Inheritance
object
PropertiesResource.DataStreamsResource.SKAdNetworkConversionValueSchemaResource
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.DataStreamsResource.SKAdNetworkConversionValueSchemaResource

Constructors

SKAdNetworkConversionValueSchemaResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema, string)

Creates a SKAdNetworkConversionValueSchema.

Declaration
public virtual PropertiesResource.DataStreamsResource.SKAdNetworkConversionValueSchemaResource.CreateRequest Create(GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema body, string parent)
Parameters
Type Name Description
GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema body

The body of the request.

string parent

Required. The parent resource where this schema will be created. Format: properties/{property}/dataStreams/{dataStream}

Returns
Type Description
PropertiesResource.DataStreamsResource.SKAdNetworkConversionValueSchemaResource.CreateRequest

Delete(string)

Deletes target SKAdNetworkConversionValueSchema.

Declaration
public virtual PropertiesResource.DataStreamsResource.SKAdNetworkConversionValueSchemaResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the SKAdNetworkConversionValueSchema to delete. Format: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema/{skadnetwork_conversion_value_schema}

Returns
Type Description
PropertiesResource.DataStreamsResource.SKAdNetworkConversionValueSchemaResource.DeleteRequest

Get(string)

Looks up a single SKAdNetworkConversionValueSchema.

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

Required. The resource name of SKAdNetwork conversion value schema to look up. Format: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema/{skadnetwork_conversion_value_schema}

Returns
Type Description
PropertiesResource.DataStreamsResource.SKAdNetworkConversionValueSchemaResource.GetRequest

List(string)

Lists SKAdNetworkConversionValueSchema on a stream. Properties can have at most one SKAdNetworkConversionValueSchema.

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

Required. The DataStream resource to list schemas for. Format: properties/{property_id}/dataStreams/{dataStream} Example: properties/1234/dataStreams/5678

Returns
Type Description
PropertiesResource.DataStreamsResource.SKAdNetworkConversionValueSchemaResource.ListRequest

Patch(GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema, string)

Updates a SKAdNetworkConversionValueSchema.

Declaration
public virtual PropertiesResource.DataStreamsResource.SKAdNetworkConversionValueSchemaResource.PatchRequest Patch(GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema body, string name)
Parameters
Type Name Description
GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema body

The body of the request.

string name

Output only. Resource name of the schema. This will be child of ONLY an iOS stream, and there can be at most one such child under an iOS stream. Format: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema

Returns
Type Description
PropertiesResource.DataStreamsResource.SKAdNetworkConversionValueSchemaResource.PatchRequest
In this article
Back to top Generated by DocFX