Class: Google::Cloud::MigrationCenter::V1::GetErrorFrameRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}.

Returns:

  • (::String)

    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.

Returns:



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