Reference documentation and code samples for the GDC Hardware Management V1ALPHA API class Google::Cloud::GDCHardwareManagement::V1alpha::RecordActionOnCommentRequest.
A request to record an action on a comment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action_type
def action_type() -> ::Google::Cloud::GDCHardwareManagement::V1alpha::RecordActionOnCommentRequest::ActionType
Returns
- (::Google::Cloud::GDCHardwareManagement::V1alpha::RecordActionOnCommentRequest::ActionType) — Required. The action type of the recorded action.
#action_type=
def action_type=(value) -> ::Google::Cloud::GDCHardwareManagement::V1alpha::RecordActionOnCommentRequest::ActionType
Parameter
- value (::Google::Cloud::GDCHardwareManagement::V1alpha::RecordActionOnCommentRequest::ActionType) — Required. The action type of the recorded action.
Returns
- (::Google::Cloud::GDCHardwareManagement::V1alpha::RecordActionOnCommentRequest::ActionType) — Required. The action type of the recorded action.
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the comment.
Format:
projects/{project}/locations/{location}/orders/{order}/comments/{comment}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the comment.
Format:
projects/{project}/locations/{location}/orders/{order}/comments/{comment}
Returns
-
(::String) — Required. The name of the comment.
Format:
projects/{project}/locations/{location}/orders/{order}/comments/{comment}