Class: Google::Cloud::MigrationCenter::V1::GetReportConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

A request to get a ReportConfig resource.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the resource.

Returns:

  • (::String)

    Required. Name of the resource.



1671
1672
1673
1674
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1671

class GetReportConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end