public interface UserAssistOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApplicationFocusCount()
public abstract long getApplicationFocusCount()The number of times the application associated with the entry gained focus.
int64 application_focus_count = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The applicationFocusCount. |
getApplicationFocusDuration()
public abstract Duration getApplicationFocusDuration()The total duration the application associated with the entry was in focus.
.google.protobuf.Duration application_focus_duration = 2;
| Returns | |
|---|---|
| Type | Description |
Duration |
The applicationFocusDuration. |
getApplicationFocusDurationOrBuilder()
public abstract DurationOrBuilder getApplicationFocusDurationOrBuilder()The total duration the application associated with the entry was in focus.
.google.protobuf.Duration application_focus_duration = 2;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getEntryIndex()
public abstract long getEntryIndex()The index or identifier of the user assist entry, unique per user.
int64 entry_index = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The entryIndex. |
getExecutionsCount()
public abstract long getExecutionsCount()The number of times the application associated with the entry has been executed.
int64 executions_count = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The executionsCount. |
hasApplicationFocusDuration()
public abstract boolean hasApplicationFocusDuration()The total duration the application associated with the entry was in focus.
.google.protobuf.Duration application_focus_duration = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the applicationFocusDuration field is set. |