Class: Google::Cloud::GDCHardwareManagement::V1alpha::Comment
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::Comment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb
Overview
A comment on an order.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#author ⇒ ::String
readonly
Output only.
-
#author_entity ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::Entity
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#customer_viewed_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Identifier.
-
#text ⇒ ::String
Required.
Instance Attribute Details
#author ⇒ ::String (readonly)
567 568 569 570 571 572 573 574 575 576 577 578 579 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 567 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#author_entity ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::Entity (readonly)
567 568 569 570 571 572 573 574 575 576 577 578 579 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 567 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
567 568 569 570 571 572 573 574 575 576 577 578 579 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 567 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#customer_viewed_time ⇒ ::Google::Protobuf::Timestamp (readonly)
567 568 569 570 571 572 573 574 575 576 577 578 579 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 567 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
567 568 569 570 571 572 573 574 575 576 577 578 579 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 567 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
567 568 569 570 571 572 573 574 575 576 577 578 579 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 567 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#text ⇒ ::String
567 568 569 570 571 572 573 574 575 576 577 578 579 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 567 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |