public final class DashboardUserData extends GeneratedMessage implements DashboardUserDataOrBuilderUser Data for Native Dashboard
Protobuf type google.cloud.chronicle.v1.DashboardUserData
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DashboardUserDataImplements
DashboardUserDataOrBuilderStatic Fields
IS_PINNED_FIELD_NUMBER
public static final int IS_PINNED_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
LAST_VIEWED_TIME_FIELD_NUMBER
public static final int LAST_VIEWED_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static DashboardUserData getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static DashboardUserData.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
DashboardUserData.Builder |
|
newBuilder(DashboardUserData prototype)
public static DashboardUserData.Builder newBuilder(DashboardUserData prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
DashboardUserData |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData.Builder |
|
parseDelimitedFrom(InputStream input)
public static DashboardUserData parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DashboardUserData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static DashboardUserData parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DashboardUserData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static DashboardUserData parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DashboardUserData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static DashboardUserData parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DashboardUserData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static DashboardUserData parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DashboardUserData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static DashboardUserData parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DashboardUserData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<DashboardUserData> parser()| Returns | |
|---|---|
| Type | Description |
Parser<DashboardUserData> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public DashboardUserData getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DashboardUserData |
|
getIsPinned()
public boolean getIsPinned()is dashboard pinned by user
bool is_pinned = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The isPinned. |
getLastViewedTime()
public Timestamp getLastViewedTime()time when this dashboard is last viewed
.google.protobuf.Timestamp last_viewed_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The lastViewedTime. |
getLastViewedTimeOrBuilder()
public TimestampOrBuilder getLastViewedTimeOrBuilder()time when this dashboard is last viewed
.google.protobuf.Timestamp last_viewed_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getParserForType()
public Parser<DashboardUserData> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<DashboardUserData> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasLastViewedTime()
public 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. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public DashboardUserData.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
DashboardUserData.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected DashboardUserData.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
DashboardUserData.Builder |
|
toBuilder()
public DashboardUserData.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
DashboardUserData.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|