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
-
(::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
-
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.
-
(::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
- (::String) — The user friendly display name of the analysis. E.g. IAM, organization policy etc.
#display_name=
def display_name=(value) -> ::String
- value (::String) — The user friendly display name of the analysis. E.g. IAM, organization policy etc.
- (::String) — The user friendly display name of the analysis. E.g. IAM, organization policy etc.
#error
def error() -> ::Google::Rpc::Status
-
(::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
-
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.
-
(::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.