Value

A generic data container.

Proto definition

Fields

value

Union field. A value.

value can be only one of the following:

boolean_value

bool

A boolean.

double_value

double

A double.

float_value

float

A float.

int64_value

int64

An int64.

string_value

string

A 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 2026-01-22 UTC.