Class: Google::Cloud::Asset::V1::MoveAnalysis

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

Overview

A message to group the analysis information.

Instance Attribute Summary collapse

Instance Attribute Details

#analysis::Google::Cloud::Asset::V1::MoveAnalysisResult

Returns Analysis result of moving the target resource.

Note: The following fields are mutually exclusive: analysis, error. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Asset::V1::MoveAnalysisResult)

    Analysis result of moving the target resource.

    Note: The following fields are mutually exclusive: analysis, error. If a field in that set is populated, all other fields in the set will automatically be cleared.



1602
1603
1604
1605
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1602

class MoveAnalysis
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns The user friendly display name of the analysis. E.g. IAM, organization policy etc.

Returns:

  • (::String)

    The user friendly display name of the analysis. E.g. IAM, organization policy etc.



1602
1603
1604
1605
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1602

class MoveAnalysis
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#error::Google::Rpc::Status

Returns Description of error encountered when performing the analysis.

Note: The following fields are mutually exclusive: error, analysis. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Rpc::Status)

    Description of error encountered when performing the analysis.

    Note: The following fields are mutually exclusive: error, analysis. If a field in that set is populated, all other fields in the set will automatically be cleared.



1602
1603
1604
1605
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1602

class MoveAnalysis
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end