Send feedback
Class ChangeHistoryEvent (0.28.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.28.0 keyboard_arrow_down
public final class ChangeHistoryEvent extends GeneratedMessageV3 implements ChangeHistoryEventOrBuilder
A set of changes within a Google Analytics account or its child properties
that resulted from the same cause. Common causes would be updates made in the
Google Analytics UI, changes from customer support, or automatic Google
Analytics system changes.
Protobuf type google.analytics.admin.v1beta.ChangeHistoryEvent
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
ACTOR_TYPE_FIELD_NUMBER
public static final int ACTOR_TYPE_FIELD_NUMBER
Field Value Type Description int
CHANGES_FIELD_NUMBER
public static final int CHANGES_FIELD_NUMBER
Field Value Type Description int
CHANGES_FILTERED_FIELD_NUMBER
public static final int CHANGES_FILTERED_FIELD_NUMBER
Field Value Type Description int
CHANGE_TIME_FIELD_NUMBER
public static final int CHANGE_TIME_FIELD_NUMBER
Field Value Type Description int
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value Type Description int
USER_ACTOR_EMAIL_FIELD_NUMBER
public static final int USER_ACTOR_EMAIL_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static ChangeHistoryEvent getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ChangeHistoryEvent . Builder newBuilder ()
newBuilder(ChangeHistoryEvent prototype)
public static ChangeHistoryEvent . Builder newBuilder ( ChangeHistoryEvent prototype )
parseDelimitedFrom(InputStream input)
public static ChangeHistoryEvent parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryEvent parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ChangeHistoryEvent parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryEvent parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ChangeHistoryEvent parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryEvent parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static ChangeHistoryEvent parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryEvent parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static ChangeHistoryEvent parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryEvent parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ChangeHistoryEvent parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryEvent parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ChangeHistoryEvent> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getActorType()
public ActorType getActorType ()
The type of actor that made this change.
.google.analytics.admin.v1beta.ActorType actor_type = 3;
Returns Type Description ActorType
The actorType.
getActorTypeValue()
public int getActorTypeValue ()
The type of actor that made this change.
.google.analytics.admin.v1beta.ActorType actor_type = 3;
Returns Type Description int
The enum numeric value on the wire for actorType.
getChangeTime()
public Timestamp getChangeTime ()
Time when change was made.
.google.protobuf.Timestamp change_time = 2;
Returns Type Description Timestamp
The changeTime.
getChangeTimeOrBuilder()
public TimestampOrBuilder getChangeTimeOrBuilder ()
Time when change was made.
.google.protobuf.Timestamp change_time = 2;
getChanges(int index)
public ChangeHistoryChange getChanges ( int index )
A list of changes made in this change history event that fit the filters
specified in SearchChangeHistoryEventsRequest.
repeated .google.analytics.admin.v1beta.ChangeHistoryChange changes = 6;
Parameter Name Description index
int
getChangesCount()
public int getChangesCount ()
A list of changes made in this change history event that fit the filters
specified in SearchChangeHistoryEventsRequest.
repeated .google.analytics.admin.v1beta.ChangeHistoryChange changes = 6;
Returns Type Description int
getChangesFiltered()
public boolean getChangesFiltered ()
If true, then the list of changes returned was filtered, and does not
represent all changes that occurred in this event.
bool changes_filtered = 5;
Returns Type Description boolean
The changesFiltered.
getChangesList()
public List<ChangeHistoryChange> getChangesList ()
A list of changes made in this change history event that fit the filters
specified in SearchChangeHistoryEventsRequest.
repeated .google.analytics.admin.v1beta.ChangeHistoryChange changes = 6;
getChangesOrBuilder(int index)
public ChangeHistoryChangeOrBuilder getChangesOrBuilder ( int index )
A list of changes made in this change history event that fit the filters
specified in SearchChangeHistoryEventsRequest.
repeated .google.analytics.admin.v1beta.ChangeHistoryChange changes = 6;
Parameter Name Description index
int
getChangesOrBuilderList()
public List <? extends ChangeHistoryChangeOrBuilder > getChangesOrBuilderList ()
A list of changes made in this change history event that fit the filters
specified in SearchChangeHistoryEventsRequest.
repeated .google.analytics.admin.v1beta.ChangeHistoryChange changes = 6;
Returns Type Description List <? extends com.google.analytics.admin.v1beta.ChangeHistoryChangeOrBuilder >
getDefaultInstanceForType()
public ChangeHistoryEvent getDefaultInstanceForType ()
getId()
ID of this change history event. This ID is unique across Google Analytics.
string id = 1;
Returns Type Description String
The id.
getIdBytes()
public ByteString getIdBytes ()
ID of this change history event. This ID is unique across Google Analytics.
string id = 1;
getParserForType()
public Parser<ChangeHistoryEvent> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
getUserActorEmail()
public String getUserActorEmail ()
Email address of the Google account that made the change. This will be a
valid email address if the actor field is set to USER, and empty otherwise.
Google accounts that have been deleted will cause an error.
string user_actor_email = 4;
Returns Type Description String
The userActorEmail.
getUserActorEmailBytes()
public ByteString getUserActorEmailBytes ()
Email address of the Google account that made the change. This will be a
valid email address if the actor field is set to USER, and empty otherwise.
Google accounts that have been deleted will cause an error.
string user_actor_email = 4;
Returns Type Description ByteString
The bytes for userActorEmail.
hasChangeTime()
public boolean hasChangeTime ()
Time when change was made.
.google.protobuf.Timestamp change_time = 2;
Returns Type Description boolean
Whether the changeTime field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ChangeHistoryEvent . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ChangeHistoryEvent . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ChangeHistoryEvent . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]