Interface ChangeHistoryEventOrBuilder (0.52.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.v1alpha.ActorType actor_type = 3;

Returns
Type Description
ActorType

The actorType.

getActorTypeValue()

public abstract int getActorTypeValue()

The type of actor that made this change.

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

Returns
Type Description
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
Type Description
Timestamp

The changeTime.

getChangeTimeOrBuilder()

public abstract TimestampOrBuilder getChangeTimeOrBuilder()

Time when change was made.

.google.protobuf.Timestamp change_time = 2;

Returns
Type Description
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.v1alpha.ChangeHistoryChange changes = 6;

Parameter
Name Description
index int
Returns
Type Description
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.v1alpha.ChangeHistoryChange changes = 6;

Returns
Type Description
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
Type Description
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.v1alpha.ChangeHistoryChange changes = 6;

Returns
Type Description
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.v1alpha.ChangeHistoryChange changes = 6;

Parameter
Name Description
index int
Returns
Type Description
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.v1alpha.ChangeHistoryChange changes = 6;

Returns
Type Description
List<? extends com.google.analytics.admin.v1alpha.ChangeHistoryChangeOrBuilder>

getId()

public abstract String 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 abstract ByteString getIdBytes()

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

string id = 1;

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for userActorEmail.

hasChangeTime()

public abstract boolean hasChangeTime()

Time when change was made.

.google.protobuf.Timestamp change_time = 2;

Returns
Type Description
boolean

Whether the changeTime field is set.