Class: Google::Cloud::GDCHardwareManagement::V1alpha::ListChangeLogEntriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::ListChangeLogEntriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb
Overview
A list of change log entries.
Instance Attribute Summary collapse
-
#change_log_entries ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::ChangeLogEntry>
The list of change log entries.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#change_log_entries ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::ChangeLogEntry>
666 667 668 669 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 666 class ListChangeLogEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
666 667 668 669 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 666 class ListChangeLogEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
666 667 668 669 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 666 class ListChangeLogEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |