SidebarEntry

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

string

value

string

file_hash_index

object (FileHashIndex)

sublines[]

object (SidebarSubline)

FileHashIndex

JSON representation
{

  // Union field hash can be only one of the following:
  "index_md5": integer,
  "index_sha1": integer,
  "index_sha256": integer
  // End of list of possible types for union field hash.
}
Fields

Union field hash.

hash can be only one of the following:

index_md5

integer (uint32 format)

index_sha1

integer (uint32 format)

index_sha256

integer (uint32 format)

SidebarSubline

JSON representation
{

  // Union field subline can be only one of the following:
  "file_hash_index": {
    object (FileHashIndex)
  },
  "label_value": {
    object (LabelValue)
  }
  // End of list of possible types for union field subline.
}
Fields

Union field subline.

subline can be only one of the following:

file_hash_index

object (FileHashIndex)

label_value

object (LabelValue)

LabelValue

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

string

value

string