Class: Google::Cloud::MigrationCenter::V1::GetErrorFrameRequest
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::GetErrorFrameRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::MigrationCenter::V1::ErrorFrameView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}.
1211 1212 1213 1214 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1211 class GetErrorFrameRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::MigrationCenter::V1::ErrorFrameView
Returns Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.
1211 1212 1213 1214 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1211 class GetErrorFrameRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |