Interface ChangeHistoryEventOrBuilder (0.51.0)

public interface ChangeHistoryEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActorType()

public abstract ActorType getActorType()

The type of actor that made this change.

.google.analytics.admin.v1beta.ActorType actor_type = 3;

Returns
TypeDescription
ActorType

The actorType.

getActorTypeValue()

public abstract int getActorTypeValue()

The type of actor that made this change.

.google.analytics.admin.v1beta.ActorType actor_type = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for actorType.

getChangeTime()

public abstract Timestamp getChangeTime()

Time when change was made.

.google.protobuf.Timestamp change_time = 2;

Returns
TypeDescription
Timestamp

The changeTime.

getChangeTimeOrBuilder()

public abstract TimestampOrBuilder getChangeTimeOrBuilder()

Time when change was made.

.google.protobuf.Timestamp change_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getChanges(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
ChangeHistoryChange

getChangesCount()

public abstract 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
TypeDescription
int

getChangesFiltered()

public abstract 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
TypeDescription
boolean

The changesFiltered.

getChangesList()

public abstract 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;

Returns
TypeDescription
List<ChangeHistoryChange>

getChangesOrBuilder(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
ChangeHistoryChangeOrBuilder

getChangesOrBuilderList()

public abstract 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
TypeDescription
List<? extends com.google.analytics.admin.v1beta.ChangeHistoryChangeOrBuilder>

getId()

public abstract String getId()

ID of this change history event. This ID is unique across Google Analytics.

string id = 1;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

ID of this change history event. This ID is unique across Google Analytics.

string id = 1;

Returns
TypeDescription
ByteString

The bytes for id.

getUserActorEmail()

public abstract 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
TypeDescription
String

The userActorEmail.

getUserActorEmailBytes()

public abstract 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
TypeDescription
ByteString

The bytes for userActorEmail.

hasChangeTime()

public abstract boolean hasChangeTime()

Time when change was made.

.google.protobuf.Timestamp change_time = 2;

Returns
TypeDescription
boolean

Whether the changeTime field is set.