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