Google Cloud Support V2 API - Class Google::Cloud::Support::V2::Comment (v0.1.0)

Reference documentation and code samples for the Google Cloud Support V2 API class Google::Cloud::Support::V2::Comment.

A comment associated with a support case.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#body

def body() -> ::String
Returns
  • (::String) — The full comment body. Maximum of 12800 characters. This can contain rich text syntax.

#body=

def body=(value) -> ::String
Parameter
  • value (::String) — The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
Returns
  • (::String) — The full comment body. Maximum of 12800 characters. This can contain rich text syntax.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#creator

def creator() -> ::Google::Cloud::Support::V2::Actor
Returns

#name

def name() -> ::String
Returns
  • (::String) — Output only. The resource name for the comment.

#plain_text_body

def plain_text_body() -> ::String
Returns
  • (::String) — Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.