public interface MoveAnalysisResultOrBuilder extends MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.