public interface DashboardUserDataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIsPinned()
public abstract boolean getIsPinned()is dashboard pinned by user
bool is_pinned = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The isPinned. |
getLastViewedTime()
public abstract Timestamp getLastViewedTime()time when this dashboard is last viewed
.google.protobuf.Timestamp last_viewed_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The lastViewedTime. |
getLastViewedTimeOrBuilder()
public abstract TimestampOrBuilder getLastViewedTimeOrBuilder()time when this dashboard is last viewed
.google.protobuf.Timestamp last_viewed_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasLastViewedTime()
public abstract boolean hasLastViewedTime()time when this dashboard is last viewed
.google.protobuf.Timestamp last_viewed_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the lastViewedTime field is set. |