AttributeValue

演算子属性の実際の値を表します。

JSON 表現
{

  // Union field value can be only one of the following:
  "i": string,
  "f": number,
  "b": boolean,
  "s": string
  // End of list of possible types for union field value.
}
フィールド
共用体フィールド value。属性値。value は次のいずれかになります。
i

string (int64 format)

int。

f

number

つまり int、decimal、floatなどです

b

boolean

bool。

s

string (bytes format)

できます。

Base64 でエンコードされた文字列。