Uses of Class
com.google.cloud.asset.v1.MoveImpact.Builder
-
Packages that use MoveImpact.Builder Package Description com.google.cloud.asset.v1 A client to Cloud Asset API -
-
Uses of MoveImpact.Builder in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return MoveImpact.Builder Modifier and Type Method Description MoveImpact.BuilderMoveAnalysisResult.Builder. addBlockersBuilder()Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveImpact.BuilderMoveAnalysisResult.Builder. addBlockersBuilder(int index)Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveImpact.BuilderMoveImpact.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)MoveImpact.BuilderMoveAnalysisResult.Builder. addWarningsBuilder()Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveImpact.BuilderMoveAnalysisResult.Builder. addWarningsBuilder(int index)Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveImpact.BuilderMoveImpact.Builder. clear()MoveImpact.BuilderMoveImpact.Builder. clearDetail()User friendly impact detail in a free form message.MoveImpact.BuilderMoveImpact.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)MoveImpact.BuilderMoveImpact.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)MoveImpact.BuilderMoveImpact.Builder. clone()MoveImpact.BuilderMoveAnalysisResult.Builder. getBlockersBuilder(int index)Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveImpact.BuilderMoveAnalysisResult.Builder. getWarningsBuilder(int index)Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveImpact.BuilderMoveImpact.Builder. mergeFrom(MoveImpact other)MoveImpact.BuilderMoveImpact.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)MoveImpact.BuilderMoveImpact.Builder. mergeFrom(com.google.protobuf.Message other)MoveImpact.BuilderMoveImpact.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static MoveImpact.BuilderMoveImpact. newBuilder()static MoveImpact.BuilderMoveImpact. newBuilder(MoveImpact prototype)MoveImpact.BuilderMoveImpact. newBuilderForType()protected MoveImpact.BuilderMoveImpact. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)MoveImpact.BuilderMoveImpact.Builder. setDetail(String value)User friendly impact detail in a free form message.MoveImpact.BuilderMoveImpact.Builder. setDetailBytes(com.google.protobuf.ByteString value)User friendly impact detail in a free form message.MoveImpact.BuilderMoveImpact.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)MoveImpact.BuilderMoveImpact.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)MoveImpact.BuilderMoveImpact.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)MoveImpact.BuilderMoveImpact. toBuilder()Methods in com.google.cloud.asset.v1 that return types with arguments of type MoveImpact.Builder Modifier and Type Method Description List<MoveImpact.Builder>MoveAnalysisResult.Builder. getBlockersBuilderList()Blocking information that would prevent the target resource from moving to the specified destination at runtime.List<MoveImpact.Builder>MoveAnalysisResult.Builder. getWarningsBuilderList()Warning information indicating that moving the target resource to the specified destination might be unsafe.Methods in com.google.cloud.asset.v1 with parameters of type MoveImpact.Builder Modifier and Type Method Description MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. addBlockers(int index, MoveImpact.Builder builderForValue)Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. addBlockers(MoveImpact.Builder builderForValue)Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. addWarnings(int index, MoveImpact.Builder builderForValue)Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. addWarnings(MoveImpact.Builder builderForValue)Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. setBlockers(int index, MoveImpact.Builder builderForValue)Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.BuilderMoveAnalysisResult.Builder. setWarnings(int index, MoveImpact.Builder builderForValue)Warning information indicating that moving the target resource to the specified destination might be unsafe.
-