Class: Google::Cloud::GDCHardwareManagement::V1alpha::ChangeLogEntry
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::ChangeLogEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb
Overview
A log entry of a change made to an order.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#log ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
598 599 600 601 602 603 604 605 606 607 608 609 610 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 598 class ChangeLogEntry 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}
598 599 600 601 602 603 604 605 606 607 608 609 610 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 598 class ChangeLogEntry 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 |
#log ⇒ ::String (readonly)
598 599 600 601 602 603 604 605 606 607 608 609 610 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 598 class ChangeLogEntry 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
598 599 600 601 602 603 604 605 606 607 608 609 610 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 598 class ChangeLogEntry 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 |