Class: Google::Cloud::StorageInsights::V1::GetReportConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::GetReportConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Message for getting a ReportConfig
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
65 66 67 68 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 65 class GetReportConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |