Reference documentation and code samples for the Google Cloud Support V2 API class Google::Cloud::Support::V2::CreateCommentRequest.
The request message for CreateComment endpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#comment
def comment() -> ::Google::Cloud::Support::V2::Comment
Returns
- (::Google::Cloud::Support::V2::Comment) — Required. The Comment object to be added to this Case.
#comment=
def comment=(value) -> ::Google::Cloud::Support::V2::Comment
Parameter
- value (::Google::Cloud::Support::V2::Comment) — Required. The Comment object to be added to this Case.
Returns
- (::Google::Cloud::Support::V2::Comment) — Required. The Comment object to be added to this Case.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The resource name of Case to which this comment should be added.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of Case to which this comment should be added.
Returns
- (::String) — Required. The resource name of Case to which this comment should be added.