Cloud Asset V1 API - Class Google::Cloud::Asset::V1::MoveAnalysis (v1.2.0)

Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::MoveAnalysis.

A message to group the analysis information.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#analysis

def analysis() -> ::Google::Cloud::Asset::V1::MoveAnalysisResult
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.

#analysis=

def analysis=(value) -> ::Google::Cloud::Asset::V1::MoveAnalysisResult
Parameter
  • value (::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.

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.

#display_name

def display_name() -> ::String
Returns
  • (::String) — The user friendly display name of the analysis. E.g. IAM, organization policy etc.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — 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.

#error

def error() -> ::Google::Rpc::Status
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.

#error=

def error=(value) -> ::Google::Rpc::Status
Parameter
  • value (::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.

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.