Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::Report.
Report represents a point-in-time rendering of the ReportConfig results.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Creation timestamp.
#description
def description() -> ::String
Returns
- (::String) — Free-text description.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Free-text description.
Returns
- (::String) — Free-text description.
#display_name
def display_name() -> ::String
Returns
- (::String) — User-friendly display name. Maximum length is 63 characters.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — User-friendly display name. Maximum length is 63 characters.
Returns
- (::String) — User-friendly display name. Maximum length is 63 characters.
#name
def name() -> ::String
Returns
- (::String) — Output only. Name of resource.
#state
def state() -> ::Google::Cloud::MigrationCenter::V1::Report::State
Returns
- (::Google::Cloud::MigrationCenter::V1::Report::State) — Report creation state.
#state=
def state=(value) -> ::Google::Cloud::MigrationCenter::V1::Report::State
Parameter
- value (::Google::Cloud::MigrationCenter::V1::Report::State) — Report creation state.
Returns
- (::Google::Cloud::MigrationCenter::V1::Report::State) — Report creation state.
#summary
def summary() -> ::Google::Cloud::MigrationCenter::V1::ReportSummary
Returns
- (::Google::Cloud::MigrationCenter::V1::ReportSummary) — Output only. Summary view of the Report.
#type
def type() -> ::Google::Cloud::MigrationCenter::V1::Report::Type
Returns
- (::Google::Cloud::MigrationCenter::V1::Report::Type) — Report type.
#type=
def type=(value) -> ::Google::Cloud::MigrationCenter::V1::Report::Type
Parameter
- value (::Google::Cloud::MigrationCenter::V1::Report::Type) — Report type.
Returns
- (::Google::Cloud::MigrationCenter::V1::Report::Type) — Report type.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Last update timestamp.