Reference documentation and code samples for the Google Cloud Asset V1 Client class AnalyzeMoveRequest.
The request message for performing resource move analysis.
Generated from protobuf message google.cloud.asset.v1.AnalyzeMoveRequest
Namespace
Google \ Cloud \ Asset \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resource |
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"). |
↳ destination_parent |
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"). |
↳ view |
int
Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL. |
getResource
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 | |
---|---|
Type | Description |
string |
setResource
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").
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDestinationParent
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 | |
---|---|
Type | Description |
string |
setDestinationParent
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").
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getView
Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.
Returns | |
---|---|
Type | Description |
int |
setView
Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |