Represents a ChangeHistoryResource.
Package
@google-analytics/adminConstructors
(constructor)(properties)
constructor(properties?: google.analytics.admin.v1beta.ChangeHistoryChange.IChangeHistoryResource);
Constructs a new ChangeHistoryResource.
Name | Description |
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.
firebaseLink
public firebaseLink?: (google.analytics.admin.v1beta.IFirebaseLink|null);
ChangeHistoryResource firebaseLink.
googleAdsLink
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.
Name | Description |
properties |
IChangeHistoryResource
Properties to set |
Type | Description |
google.analytics.admin.v1beta.ChangeHistoryChange.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.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.analytics.admin.v1beta.ChangeHistoryChange.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.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.analytics.admin.v1beta.ChangeHistoryChange.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.
Name | Description |
message |
IChangeHistoryResource
ChangeHistoryResource message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$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.
Name | Description |
message |
IChangeHistoryResource
ChangeHistoryResource message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$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.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource | ChangeHistoryResource |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;
Gets the default type url for ChangeHistoryResource
Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
Type | Description |
string | The default type url |
toJSON()
public toJSON(): { [k: string]: any };
Converts this ChangeHistoryResource to JSON.
Type | Description |
{ [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.
Name | Description |
message |
google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource
ChangeHistoryResource |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a ChangeHistoryResource message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|