version 395
Field | Information |
---|---|
stringValue | Type: string Description: Represents a string-typed value. |
integerValue | Type: int64 Description: Represents a 64-bit integer-typed value. |
doubleValue | Type: double Description: Represents a 64-bit double-typed value. |
binaryValue | Type: bytes Description: Represents a binary-typed value. |
boolValue | Type: bool Description: Represents a boolean-typed value. |
dateValue | Type: google.protobuf.Timestamp Description: Represents a date-typed value. |
durationValue | Type: google.protobuf.Duration Description: Represents a duration-typed value. |