Interface AnalyzeMoveRequestOrBuilder (3.2.17)

public interface AnalyzeMoveRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationParent()

public abstract String getDestinationParent()

Required. Name of the GCP 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").

string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The destinationParent.

getDestinationParentBytes()

public abstract ByteString getDestinationParentBytes()

Required. Name of the GCP 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").

string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for destinationParent.

getResource()

public abstract String getResource()

Required. Name of the resource to perform the analysis against. Only GCP Project are supported as of today. Hence, this can only be Project ID (such as "projects/my-project-id") or a Project Number (such as "projects/12345").

string resource = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The resource.

getResourceBytes()

public abstract ByteString getResourceBytes()

Required. Name of the resource to perform the analysis against. Only GCP Project are supported as of today. Hence, this can only be Project ID (such as "projects/my-project-id") or a Project Number (such as "projects/12345").

string resource = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for resource.

getView()

public abstract AnalyzeMoveRequest.AnalysisView getView()

Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.

.google.cloud.asset.v1.AnalyzeMoveRequest.AnalysisView view = 3;

Returns
TypeDescription
AnalyzeMoveRequest.AnalysisView

The view.

getViewValue()

public abstract int getViewValue()

Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.

.google.cloud.asset.v1.AnalyzeMoveRequest.AnalysisView view = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for view.