- 0.62.0 (latest)
- 0.61.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
public interface ChangeHistoryEventOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |