Class: Google::Cloud::GDCHardwareManagement::V1alpha::RecordActionOnCommentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb

Overview

A request to record an action on a comment.

Defined Under Namespace

Modules: ActionType

Instance Attribute Summary collapse

Instance Attribute Details

#action_type::Google::Cloud::GDCHardwareManagement::V1alpha::RecordActionOnCommentRequest::ActionType

Returns Required. The action type of the recorded action.

Returns:



616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 616

class RecordActionOnCommentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid action types of Comment.
  module ActionType
    # Action is unspecified.
    ACTION_TYPE_UNSPECIFIED = 0

    # Mark comment as read.
    READ = 1

    # Mark comment as unread.
    UNREAD = 2
  end
end

#name::String

Returns 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}



616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 616

class RecordActionOnCommentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid action types of Comment.
  module ActionType
    # Action is unspecified.
    ACTION_TYPE_UNSPECIFIED = 0

    # Mark comment as read.
    READ = 1

    # Mark comment as unread.
    UNREAD = 2
  end
end