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)
Returns Output only. Time when this change log entry was created.
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}
Returns Optional. Labels associated with this change log entry as key value pairs. For more information about labels, see Create and manage labels.
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)
Returns Output only. Content of this log entry.
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
Returns Identifier. Name of this change log entry.
Format:
projects/{project}/locations/{location}/orders/{order}/changeLogEntries/{change_log_entry}.
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 |