Class: Google::Cloud::GDCHardwareManagement::V1alpha::GetCommentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::GetCommentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb
Overview
A request to get a comment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the comment.
Format:
projects/{project}/locations/{location}/orders/{order}/comments/{comment}.
575 576 577 578 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 575 class GetCommentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |