Interface MoveAnalysisResultOrBuilder (3.2.17)

public interface MoveAnalysisResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBlockers(int index)

public abstract MoveImpact getBlockers(int index)

Blocking information that would prevent the target resource from moving to the specified destination at runtime.

repeated .google.cloud.asset.v1.MoveImpact blockers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MoveImpact

getBlockersCount()

public abstract int getBlockersCount()

Blocking information that would prevent the target resource from moving to the specified destination at runtime.

repeated .google.cloud.asset.v1.MoveImpact blockers = 1;

Returns
TypeDescription
int

getBlockersList()

public abstract List<MoveImpact> getBlockersList()

Blocking information that would prevent the target resource from moving to the specified destination at runtime.

repeated .google.cloud.asset.v1.MoveImpact blockers = 1;

Returns
TypeDescription
List<MoveImpact>

getBlockersOrBuilder(int index)

public abstract MoveImpactOrBuilder getBlockersOrBuilder(int index)

Blocking information that would prevent the target resource from moving to the specified destination at runtime.

repeated .google.cloud.asset.v1.MoveImpact blockers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MoveImpactOrBuilder

getBlockersOrBuilderList()

public abstract List<? extends MoveImpactOrBuilder> getBlockersOrBuilderList()

Blocking information that would prevent the target resource from moving to the specified destination at runtime.

repeated .google.cloud.asset.v1.MoveImpact blockers = 1;

Returns
TypeDescription
List<? extends com.google.cloud.asset.v1.MoveImpactOrBuilder>

getWarnings(int index)

public abstract MoveImpact getWarnings(int index)

Warning information indicating that moving the target resource to the specified destination might be unsafe. This can include important policy information and configuration changes, but will not block moves at runtime.

repeated .google.cloud.asset.v1.MoveImpact warnings = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
MoveImpact

getWarningsCount()

public abstract int getWarningsCount()

Warning information indicating that moving the target resource to the specified destination might be unsafe. This can include important policy information and configuration changes, but will not block moves at runtime.

repeated .google.cloud.asset.v1.MoveImpact warnings = 2;

Returns
TypeDescription
int

getWarningsList()

public abstract List<MoveImpact> getWarningsList()

Warning information indicating that moving the target resource to the specified destination might be unsafe. This can include important policy information and configuration changes, but will not block moves at runtime.

repeated .google.cloud.asset.v1.MoveImpact warnings = 2;

Returns
TypeDescription
List<MoveImpact>

getWarningsOrBuilder(int index)

public abstract MoveImpactOrBuilder getWarningsOrBuilder(int index)

Warning information indicating that moving the target resource to the specified destination might be unsafe. This can include important policy information and configuration changes, but will not block moves at runtime.

repeated .google.cloud.asset.v1.MoveImpact warnings = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
MoveImpactOrBuilder

getWarningsOrBuilderList()

public abstract List<? extends MoveImpactOrBuilder> getWarningsOrBuilderList()

Warning information indicating that moving the target resource to the specified destination might be unsafe. This can include important policy information and configuration changes, but will not block moves at runtime.

repeated .google.cloud.asset.v1.MoveImpact warnings = 2;

Returns
TypeDescription
List<? extends com.google.cloud.asset.v1.MoveImpactOrBuilder>