Class protos.google.analytics.admin.v1alpha.BigQueryLink (7.3.0)

Represents a BigQueryLink.

Package

@google-analytics/admin

Constructors

constructor(properties?: google.analytics.admin.v1alpha.IBigQueryLink);

Constructs a new BigQueryLink.

Parameter
NameDescription
properties IBigQueryLink

Properties to set

Properties

public createTime?: (google.protobuf.ITimestamp|null);

BigQueryLink createTime.

public dailyExportEnabled: boolean;

BigQueryLink dailyExportEnabled.

public excludedEvents: string[];

BigQueryLink excludedEvents.

public exportStreams: string[];

BigQueryLink exportStreams.

public freshDailyExportEnabled: boolean;

BigQueryLink freshDailyExportEnabled.

public includeAdvertisingId: boolean;

BigQueryLink includeAdvertisingId.

public name: string;

BigQueryLink name.

public project: string;

BigQueryLink project.

public streamingExportEnabled: boolean;

BigQueryLink streamingExportEnabled.

Methods

public static create(properties?: google.analytics.admin.v1alpha.IBigQueryLink): google.analytics.admin.v1alpha.BigQueryLink;

Creates a new BigQueryLink instance using the specified properties.

Parameter
NameDescription
properties IBigQueryLink

Properties to set

Returns
TypeDescription
BigQueryLink

BigQueryLink instance

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.analytics.admin.v1alpha.BigQueryLink;

Decodes a BigQueryLink message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
BigQueryLink

BigQueryLink

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.analytics.admin.v1alpha.BigQueryLink;

Decodes a BigQueryLink message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
BigQueryLink

BigQueryLink

public static encode(message: google.analytics.admin.v1alpha.IBigQueryLink, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified BigQueryLink message. Does not implicitly messages.

Parameters
NameDescription
message IBigQueryLink

BigQueryLink message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

public static encodeDelimited(message: google.analytics.admin.v1alpha.IBigQueryLink, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified BigQueryLink message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IBigQueryLink

BigQueryLink message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

public static fromObject(object: { [k: string]: any }): google.analytics.admin.v1alpha.BigQueryLink;

Creates a BigQueryLink message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
BigQueryLink

BigQueryLink

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for BigQueryLink

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

public toJSON(): { [k: string]: any };

Converts this BigQueryLink to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

public static toObject(message: google.analytics.admin.v1alpha.BigQueryLink, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a BigQueryLink message. Also converts values to other types if specified.

Parameters
NameDescription
message BigQueryLink

BigQueryLink

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

public static verify(message: { [k: string]: any }): (string|null);

Verifies a BigQueryLink message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not