Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::ReportAssetFramesRequest.
A request to report a set of asset frames.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#frames
def frames() -> ::Google::Cloud::MigrationCenter::V1::Frames
Returns
- (::Google::Cloud::MigrationCenter::V1::Frames) — Collection of frames data.
#frames=
def frames=(value) -> ::Google::Cloud::MigrationCenter::V1::Frames
Parameter
- value (::Google::Cloud::MigrationCenter::V1::Frames) — Collection of frames data.
Returns
- (::Google::Cloud::MigrationCenter::V1::Frames) — Collection of frames data.
#parent
def parent() -> ::String
Returns
- (::String) — Required. Parent of the resource.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Parent of the resource.
Returns
- (::String) — Required. Parent of the resource.
#source
def source() -> ::String
Returns
- (::String) — Required. Reference to a source.
#source=
def source=(value) -> ::String
Parameter
- value (::String) — Required. Reference to a source.
Returns
- (::String) — Required. Reference to a source.