Package com.google.cloud.asset.v1
Interface MoveAnalysisResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MoveAnalysisResult
,MoveAnalysisResult.Builder
public interface MoveAnalysisResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MoveImpact
getBlockers(int index)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.int
getBlockersCount()
Blocking information that would prevent the target resource from moving to the specified destination at runtime.List<MoveImpact>
getBlockersList()
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveImpactOrBuilder
getBlockersOrBuilder(int index)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.List<? extends MoveImpactOrBuilder>
getBlockersOrBuilderList()
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveImpact
getWarnings(int index)
Warning information indicating that moving the target resource to the specified destination might be unsafe.int
getWarningsCount()
Warning information indicating that moving the target resource to the specified destination might be unsafe.List<MoveImpact>
getWarningsList()
Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveImpactOrBuilder
getWarningsOrBuilder(int index)
Warning information indicating that moving the target resource to the specified destination might be unsafe.List<? extends MoveImpactOrBuilder>
getWarningsOrBuilderList()
Warning information indicating that moving the target resource to the specified destination might be unsafe.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBlockersList
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;
-
getBlockers
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;
-
getBlockersCount
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;
-
getBlockersOrBuilderList
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;
-
getBlockersOrBuilder
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;
-
getWarningsList
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;
-
getWarnings
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;
-
getWarningsCount
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;
-
getWarningsOrBuilderList
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;
-
getWarningsOrBuilder
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;
-
-