Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::GetReportRequest.
A request to get a Report.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. Name of the resource.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Name of the resource.
Returns
- (::String) — Required. Name of the resource.
#view
def view() -> ::Google::Cloud::MigrationCenter::V1::ReportView
Returns
- (::Google::Cloud::MigrationCenter::V1::ReportView) — Determines what information to retrieve for the Report.
#view=
def view=(value) -> ::Google::Cloud::MigrationCenter::V1::ReportView
Parameter
- value (::Google::Cloud::MigrationCenter::V1::ReportView) — Determines what information to retrieve for the Report.
Returns
- (::Google::Cloud::MigrationCenter::V1::ReportView) — Determines what information to retrieve for the Report.