Reference documentation and code samples for the Stackdriver Trace V2 Client class TruncatableString.
Represents a string that might be shortened to a specified length.
Generated from protobuf message google.devtools.cloudtrace.v2.TruncatableString
Namespace
Google \ Cloud \ Trace \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ value
string
The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then value contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
↳ truncated_byte_count
int
The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
getValue
The shortened string. For example, if the original string is 500
bytes long and the limit of the string is 128 bytes, then
value contains the first 128 bytes of the 500-byte string.
Truncation always happens on a UTF8 character boundary. If there
are multi-byte characters in the string, then the length of the
shortened string might be less than the size limit.
Returns
Type
Description
string
setValue
The shortened string. For example, if the original string is 500
bytes long and the limit of the string is 128 bytes, then
value contains the first 128 bytes of the 500-byte string.
Truncation always happens on a UTF8 character boundary. If there
are multi-byte characters in the string, then the length of the
shortened string might be less than the size limit.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getTruncatedByteCount
The number of bytes removed from the original string. If this
value is 0, then the string was not shortened.
Returns
Type
Description
int
setTruncatedByteCount
The number of bytes removed from the original string. If this
value is 0, then the string was not shortened.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Stackdriver Trace V2 Client - Class TruncatableString (1.8.10)\n\nVersion latestkeyboard_arrow_down\n\n- [1.8.10 (latest)](/php/docs/reference/cloud-trace/latest/V2.TruncatableString)\n- [1.8.9](/php/docs/reference/cloud-trace/1.8.9/V2.TruncatableString)\n- [1.7.0](/php/docs/reference/cloud-trace/1.7.0/V2.TruncatableString)\n- [1.6.5](/php/docs/reference/cloud-trace/1.6.5/V2.TruncatableString)\n- [1.5.3](/php/docs/reference/cloud-trace/1.5.3/V2.TruncatableString)\n- [1.4.11](/php/docs/reference/cloud-trace/1.4.11/V2.TruncatableString) \nReference documentation and code samples for the Stackdriver Trace V2 Client class TruncatableString.\n\nRepresents a string that might be shortened to a specified length.\n\nGenerated from protobuf message `google.devtools.cloudtrace.v2.TruncatableString`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Trace \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getValue\n\nThe shortened string. For example, if the original string is 500\nbytes long and the limit of the string is 128 bytes, then\n`value` contains the first 128 bytes of the 500-byte string.\n\nTruncation always happens on a UTF8 character boundary. If there\nare multi-byte characters in the string, then the length of the\nshortened string might be less than the size limit.\n\n### setValue\n\nThe shortened string. For example, if the original string is 500\nbytes long and the limit of the string is 128 bytes, then\n`value` contains the first 128 bytes of the 500-byte string.\n\nTruncation always happens on a UTF8 character boundary. If there\nare multi-byte characters in the string, then the length of the\nshortened string might be less than the size limit.\n\n### getTruncatedByteCount\n\nThe number of bytes removed from the original string. If this\nvalue is 0, then the string was not shortened.\n\n### setTruncatedByteCount\n\nThe number of bytes removed from the original string. If this\nvalue is 0, then the string was not shortened."]]