Uses of Class
com.google.cloud.asset.v1.MoveImpact
-
Packages that use MoveImpact Package Description com.google.cloud.asset.v1 A client to Cloud Asset API -
-
Uses of MoveImpact in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return MoveImpact Modifier and Type Method Description MoveImpactMoveImpact.Builder. build()MoveImpactMoveImpact.Builder. buildPartial()MoveImpactMoveAnalysisResult.Builder. getBlockers(int index)Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveImpactMoveAnalysisResult. getBlockers(int index)Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveImpactMoveAnalysisResultOrBuilder. getBlockers(int index)Blocking information that would prevent the target resource from moving to the specified destination at runtime.static MoveImpactMoveImpact. getDefaultInstance()MoveImpactMoveImpact.Builder. getDefaultInstanceForType()MoveImpactMoveImpact. getDefaultInstanceForType()MoveImpactMoveAnalysisResult.Builder. getWarnings(int index)Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveImpactMoveAnalysisResult. getWarnings(int index)Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveImpactMoveAnalysisResultOrBuilder. getWarnings(int index)Warning information indicating that moving the target resource to the specified destination might be unsafe.static MoveImpactMoveImpact. parseDelimitedFrom(InputStream input)static MoveImpactMoveImpact. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveImpactMoveImpact. parseFrom(byte[] data)static MoveImpactMoveImpact. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveImpactMoveImpact. parseFrom(com.google.protobuf.ByteString data)static MoveImpactMoveImpact. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveImpactMoveImpact. parseFrom(com.google.protobuf.CodedInputStream input)static MoveImpactMoveImpact. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveImpactMoveImpact. parseFrom(InputStream input)static MoveImpactMoveImpact. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveImpactMoveImpact. parseFrom(ByteBuffer data)static MoveImpactMoveImpact. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.asset.v1 that return types with arguments of type MoveImpact Modifier and Type Method Description List<MoveImpact>MoveAnalysisResult.Builder. getBlockersList()Blocking information that would prevent the target resource from moving to the specified destination at runtime.List<MoveImpact>MoveAnalysisResult. getBlockersList()Blocking information that would prevent the target resource from moving to the specified destination at runtime.List<MoveImpact>MoveAnalysisResultOrBuilder. getBlockersList()Blocking information that would prevent the target resource from moving to the specified destination at runtime.com.google.protobuf.Parser<MoveImpact>MoveImpact. getParserForType()List<MoveImpact>MoveAnalysisResult.Builder. getWarningsList()Warning information indicating that moving the target resource to the specified destination might be unsafe.List<MoveImpact>MoveAnalysisResult. getWarningsList()Warning information indicating that moving the target resource to the specified destination might be unsafe.List<MoveImpact>MoveAnalysisResultOrBuilder. getWarningsList()Warning information indicating that moving the target resource to the specified destination might be unsafe.static com.google.protobuf.Parser<MoveImpact>MoveImpact. parser()Methods in com.google.cloud.asset.v1 with parameters of type MoveImpact Modifier and Type Method Description MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. addBlockers(int index, MoveImpact value)Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. addBlockers(MoveImpact value)Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. addWarnings(int index, MoveImpact value)Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. addWarnings(MoveImpact value)Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveImpact.BuilderMoveImpact.Builder. mergeFrom(MoveImpact other)static MoveImpact.BuilderMoveImpact. newBuilder(MoveImpact prototype)MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. setBlockers(int index, MoveImpact value)Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. setWarnings(int index, MoveImpact value)Warning information indicating that moving the target resource to the specified destination might be unsafe.Method parameters in com.google.cloud.asset.v1 with type arguments of type MoveImpact Modifier and Type Method Description MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. addAllBlockers(Iterable<? extends MoveImpact> values)Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. addAllWarnings(Iterable<? extends MoveImpact> values)Warning information indicating that moving the target resource to the specified destination might be unsafe.
-