Class: Google::Cloud::MigrationCenter::V1::Frames
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::Frames
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Collection of frame data.
Instance Attribute Summary collapse
-
#frames_data ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::AssetFrame>
A repeated field of asset data.
Instance Attribute Details
#frames_data ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::AssetFrame>
Returns A repeated field of asset data.
1751 1752 1753 1754 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1751 class Frames include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |