SidebarEntry

JSON representation
{"displayName":string,"value":string,"fileHashIndex":{object (FileHashIndex)},"sublines":[{object (SidebarSubline)}]}
Fields
displayName

string

value

string

fileHashIndex

object (FileHashIndex)

sublines[]

object (SidebarSubline)

FileHashIndex

JSON representation
{// Union fieldhash can be only one of the following:"indexMd5":integer,"indexSha1":integer,"indexSha256":integer// End of list of possible types for union fieldhash.}
Fields

Union fieldhash.

hash can be only one of the following:

indexMd5

integer (uint32 format)

indexSha1

integer (uint32 format)

indexSha256

integer (uint32 format)

SidebarSubline

JSON representation
{// Union fieldsubline can be only one of the following:"fileHashIndex":{object (FileHashIndex)},"labelValue":{object (LabelValue)}// End of list of possible types for union fieldsubline.}
Fields

Union fieldsubline.

subline can be only one of the following:

fileHashIndex

object (FileHashIndex)

labelValue

object (LabelValue)

LabelValue

JSON representation
{"label":string,"value":string}
Fields
label

string

value

string

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-08-25 UTC.