Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::AnalyzeMoveRequest.
The request message for performing resource move analysis.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#destination_parent
def destination_parent() -> ::String
Returns
- (::String) — Required. Name of the Google Cloud folder or organization to reparent the target resource. The analysis will be performed against hypothetically moving the resource to this specified desitination parent. This can only be a folder number (such as "folders/123") or an organization number (such as "organizations/123").
#destination_parent=
def destination_parent=(value) -> ::String
Parameter
- value (::String) — Required. Name of the Google Cloud folder or organization to reparent the target resource. The analysis will be performed against hypothetically moving the resource to this specified desitination parent. This can only be a folder number (such as "folders/123") or an organization number (such as "organizations/123").
Returns
- (::String) — Required. Name of the Google Cloud folder or organization to reparent the target resource. The analysis will be performed against hypothetically moving the resource to this specified desitination parent. This can only be a folder number (such as "folders/123") or an organization number (such as "organizations/123").
#resource
def resource() -> ::String
Returns
- (::String) — Required. Name of the resource to perform the analysis against. Only Google Cloud projects are supported as of today. Hence, this can only be a project ID (such as "projects/my-project-id") or a project number (such as "projects/12345").
#resource=
def resource=(value) -> ::String
Parameter
- value (::String) — Required. Name of the resource to perform the analysis against. Only Google Cloud projects are supported as of today. Hence, this can only be a project ID (such as "projects/my-project-id") or a project number (such as "projects/12345").
Returns
- (::String) — Required. Name of the resource to perform the analysis against. Only Google Cloud projects are supported as of today. Hence, this can only be a project ID (such as "projects/my-project-id") or a project number (such as "projects/12345").
#view
def view() -> ::Google::Cloud::Asset::V1::AnalyzeMoveRequest::AnalysisView
Returns
- (::Google::Cloud::Asset::V1::AnalyzeMoveRequest::AnalysisView) — Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.
#view=
def view=(value) -> ::Google::Cloud::Asset::V1::AnalyzeMoveRequest::AnalysisView
Parameter
- value (::Google::Cloud::Asset::V1::AnalyzeMoveRequest::AnalysisView) — Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.
Returns
- (::Google::Cloud::Asset::V1::AnalyzeMoveRequest::AnalysisView) — Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.