Class: Google::Cloud::GDCHardwareManagement::V1alpha::ListCommentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::ListCommentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb
Overview
A request to list comments.
Instance Attribute Summary collapse
-
#comments ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Comment>
The list of comments.
-
#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
#comments ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Comment>
Returns The list of comments.
564 565 566 567 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 564 class ListCommentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
564 565 566 567 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 564 class ListCommentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
564 565 566 567 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 564 class ListCommentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |