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 MoveImpact
MoveImpact.Builder. build()
MoveImpact
MoveImpact.Builder. buildPartial()
MoveImpact
MoveAnalysisResult.Builder. getBlockers(int index)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveImpact
MoveAnalysisResult. getBlockers(int index)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveImpact
MoveAnalysisResultOrBuilder. getBlockers(int index)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.static MoveImpact
MoveImpact. getDefaultInstance()
MoveImpact
MoveImpact.Builder. getDefaultInstanceForType()
MoveImpact
MoveImpact. getDefaultInstanceForType()
MoveImpact
MoveAnalysisResult.Builder. getWarnings(int index)
Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveImpact
MoveAnalysisResult. getWarnings(int index)
Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveImpact
MoveAnalysisResultOrBuilder. getWarnings(int index)
Warning information indicating that moving the target resource to the specified destination might be unsafe.static MoveImpact
MoveImpact. parseDelimitedFrom(InputStream input)
static MoveImpact
MoveImpact. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveImpact
MoveImpact. parseFrom(byte[] data)
static MoveImpact
MoveImpact. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveImpact
MoveImpact. parseFrom(com.google.protobuf.ByteString data)
static MoveImpact
MoveImpact. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveImpact
MoveImpact. parseFrom(com.google.protobuf.CodedInputStream input)
static MoveImpact
MoveImpact. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveImpact
MoveImpact. parseFrom(InputStream input)
static MoveImpact
MoveImpact. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveImpact
MoveImpact. parseFrom(ByteBuffer data)
static MoveImpact
MoveImpact. 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.Builder
MoveAnalysisResult.Builder. addBlockers(int index, MoveImpact value)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.Builder
MoveAnalysisResult.Builder. addBlockers(MoveImpact value)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.Builder
MoveAnalysisResult.Builder. addWarnings(int index, MoveImpact value)
Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveAnalysisResult.Builder
MoveAnalysisResult.Builder. addWarnings(MoveImpact value)
Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveImpact.Builder
MoveImpact.Builder. mergeFrom(MoveImpact other)
static MoveImpact.Builder
MoveImpact. newBuilder(MoveImpact prototype)
MoveAnalysisResult.Builder
MoveAnalysisResult.Builder. setBlockers(int index, MoveImpact value)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.Builder
MoveAnalysisResult.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.Builder
MoveAnalysisResult.Builder. addAllBlockers(Iterable<? extends MoveImpact> values)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.Builder
MoveAnalysisResult.Builder. addAllWarnings(Iterable<? extends MoveImpact> values)
Warning information indicating that moving the target resource to the specified destination might be unsafe.
-