Class protos.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource (7.3.0)

Represents a ChangeHistoryResource.

Package

@google-analytics/admin

Constructors

(constructor)(properties)

constructor(properties?: google.analytics.admin.v1beta.ChangeHistoryChange.IChangeHistoryResource);

Constructs a new ChangeHistoryResource.

Parameter
NameDescription
properties IChangeHistoryResource

Properties to set

Properties

account

public account?: (google.analytics.admin.v1beta.IAccount|null);

ChangeHistoryResource account.

conversionEvent

public conversionEvent?: (google.analytics.admin.v1beta.IConversionEvent|null);

ChangeHistoryResource conversionEvent.

dataRetentionSettings

public dataRetentionSettings?: (google.analytics.admin.v1beta.IDataRetentionSettings|null);

ChangeHistoryResource dataRetentionSettings.

dataStream

public dataStream?: (google.analytics.admin.v1beta.IDataStream|null);

ChangeHistoryResource dataStream.

public firebaseLink?: (google.analytics.admin.v1beta.IFirebaseLink|null);

ChangeHistoryResource firebaseLink.

public googleAdsLink?: (google.analytics.admin.v1beta.IGoogleAdsLink|null);

ChangeHistoryResource googleAdsLink.

measurementProtocolSecret

public measurementProtocolSecret?: (google.analytics.admin.v1beta.IMeasurementProtocolSecret|null);

ChangeHistoryResource measurementProtocolSecret.

property

public property?: (google.analytics.admin.v1beta.IProperty|null);

ChangeHistoryResource property.

resource

public resource?: ("account"|"property"|"firebaseLink"|"googleAdsLink"|"conversionEvent"|"measurementProtocolSecret"|"dataRetentionSettings"|"dataStream");

ChangeHistoryResource resource.

Methods

create(properties)

public static create(properties?: google.analytics.admin.v1beta.ChangeHistoryChange.IChangeHistoryResource): google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource;

Creates a new ChangeHistoryResource instance using the specified properties.

Parameter
NameDescription
properties IChangeHistoryResource

Properties to set

Returns
TypeDescription
ChangeHistoryResource

ChangeHistoryResource instance

decode(reader, length)

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

Decodes a ChangeHistoryResource 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
ChangeHistoryResource

ChangeHistoryResource

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource;

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
ChangeHistoryResource

ChangeHistoryResource

encode(message, writer)

public static encode(message: google.analytics.admin.v1beta.ChangeHistoryChange.IChangeHistoryResource, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ChangeHistoryResource message. Does not implicitly messages.

Parameters
NameDescription
message IChangeHistoryResource

ChangeHistoryResource message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.analytics.admin.v1beta.ChangeHistoryChange.IChangeHistoryResource, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IChangeHistoryResource

ChangeHistoryResource message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource;

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

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

Plain object

Returns
TypeDescription
ChangeHistoryResource

ChangeHistoryResource

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for ChangeHistoryResource

Parameter
NameDescription
typeUrlPrefix string

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

Returns
TypeDescription
string

The default type url

toJSON()

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

Converts this ChangeHistoryResource to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message ChangeHistoryResource

ChangeHistoryResource

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

Verifies a ChangeHistoryResource 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