Reference documentation and code samples for the Cloud Trace V2 API class Google::Cloud::Trace::V2::TruncatableString.
Represents a string that might be shortened to a specified length.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#truncated_byte_count
deftruncated_byte_count()->::Integer
Returns
(::Integer) — The number of bytes removed from the original string. If this
value is 0, then the string was not shortened.
#truncated_byte_count=
deftruncated_byte_count=(value)->::Integer
Parameter
value (::Integer) — The number of bytes removed from the original string. If this
value is 0, then the string was not shortened.
Returns
(::Integer) — The number of bytes removed from the original string. If this
value is 0, then the string was not shortened.
#value
defvalue()->::String
Returns
(::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.
#value=
defvalue=(value)->::String
Parameter
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.
Returns
(::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.
[[["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-09 UTC."],[],[],null,["# Cloud Trace V2 API - Class Google::Cloud::Trace::V2::TruncatableString (v1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/ruby/docs/reference/google-cloud-trace-v2/latest/Google-Cloud-Trace-V2-TruncatableString)\n- [1.2.1](/ruby/docs/reference/google-cloud-trace-v2/1.2.1/Google-Cloud-Trace-V2-TruncatableString)\n- [1.1.0](/ruby/docs/reference/google-cloud-trace-v2/1.1.0/Google-Cloud-Trace-V2-TruncatableString)\n- [1.0.1](/ruby/docs/reference/google-cloud-trace-v2/1.0.1/Google-Cloud-Trace-V2-TruncatableString)\n- [0.9.0](/ruby/docs/reference/google-cloud-trace-v2/0.9.0/Google-Cloud-Trace-V2-TruncatableString)\n- [0.8.2](/ruby/docs/reference/google-cloud-trace-v2/0.8.2/Google-Cloud-Trace-V2-TruncatableString)\n- [0.7.0](/ruby/docs/reference/google-cloud-trace-v2/0.7.0/Google-Cloud-Trace-V2-TruncatableString)\n- [0.6.1](/ruby/docs/reference/google-cloud-trace-v2/0.6.1/Google-Cloud-Trace-V2-TruncatableString)\n- [0.5.0](/ruby/docs/reference/google-cloud-trace-v2/0.5.0/Google-Cloud-Trace-V2-TruncatableString)\n- [0.4.1](/ruby/docs/reference/google-cloud-trace-v2/0.4.1/Google-Cloud-Trace-V2-TruncatableString)\n- [0.3.5](/ruby/docs/reference/google-cloud-trace-v2/0.3.5/Google-Cloud-Trace-V2-TruncatableString) \nReference documentation and code samples for the Cloud Trace V2 API class Google::Cloud::Trace::V2::TruncatableString.\n\nRepresents a string that might be shortened to a specified length. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #truncated_byte_count\n\n def truncated_byte_count() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- The number of bytes removed from the original string. If this value is 0, then the string was not shortened.\n\n### #truncated_byte_count=\n\n def truncated_byte_count=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- The number of bytes removed from the original string. If this value is 0, then the string was not shortened. \n**Returns**\n\n- (::Integer) --- The number of bytes removed from the original string. If this value is 0, then the string was not shortened.\n\n### #value\n\n def value() -\u003e ::String\n\n**Returns**\n\n- (::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.\n\n\n Truncation always happens on a UTF8 character boundary. If there\n are multi-byte characters in the string, then the length of the\n shortened string might be less than the size limit.\n\n### #value=\n\n def value=(value) -\u003e ::String\n\n**Parameter**\n\n- **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.\n\n\n Truncation always happens on a UTF8 character boundary. If there\n are multi-byte characters in the string, then the length of the\nshortened string might be less than the size limit. \n**Returns**\n\n- (::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.\n\n\n Truncation always happens on a UTF8 character boundary. If there\n are multi-byte characters in the string, then the length of the\n shortened string might be less than the size limit."]]