Class: Google::Cloud::Maintenance::Api::V1beta::GetResourceMaintenanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Maintenance::Api::V1beta::GetResourceMaintenanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/maintenance/api/v1beta/maintenance_service.rb
Overview
The request structure for the GetResourceMaintenance method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the resource within a service.
394 395 396 397 |
# File 'proto_docs/google/cloud/maintenance/api/v1beta/maintenance_service.rb', line 394 class GetResourceMaintenanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |