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.Builder
MoveAnalysisResult.Builder. addBlockersBuilder()
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveImpact.Builder
MoveAnalysisResult.Builder. addBlockersBuilder(int index)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveImpact.Builder
MoveImpact.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
MoveImpact.Builder
MoveAnalysisResult.Builder. addWarningsBuilder()
Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveImpact.Builder
MoveAnalysisResult.Builder. addWarningsBuilder(int index)
Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveImpact.Builder
MoveImpact.Builder. clear()
MoveImpact.Builder
MoveImpact.Builder. clearDetail()
User friendly impact detail in a free form message.MoveImpact.Builder
MoveImpact.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
MoveImpact.Builder
MoveImpact.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
MoveImpact.Builder
MoveImpact.Builder. clone()
MoveImpact.Builder
MoveAnalysisResult.Builder. getBlockersBuilder(int index)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveImpact.Builder
MoveAnalysisResult.Builder. getWarningsBuilder(int index)
Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveImpact.Builder
MoveImpact.Builder. mergeFrom(MoveImpact other)
MoveImpact.Builder
MoveImpact.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MoveImpact.Builder
MoveImpact.Builder. mergeFrom(com.google.protobuf.Message other)
MoveImpact.Builder
MoveImpact.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static MoveImpact.Builder
MoveImpact. newBuilder()
static MoveImpact.Builder
MoveImpact. newBuilder(MoveImpact prototype)
MoveImpact.Builder
MoveImpact. newBuilderForType()
protected MoveImpact.Builder
MoveImpact. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
MoveImpact.Builder
MoveImpact.Builder. setDetail(String value)
User friendly impact detail in a free form message.MoveImpact.Builder
MoveImpact.Builder. setDetailBytes(com.google.protobuf.ByteString value)
User friendly impact detail in a free form message.MoveImpact.Builder
MoveImpact.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
MoveImpact.Builder
MoveImpact.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
MoveImpact.Builder
MoveImpact.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
MoveImpact.Builder
MoveImpact. 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.Builder
MoveAnalysisResult.Builder. addBlockers(int index, MoveImpact.Builder builderForValue)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.Builder
MoveAnalysisResult.Builder. addBlockers(MoveImpact.Builder builderForValue)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.Builder
MoveAnalysisResult.Builder. addWarnings(int index, MoveImpact.Builder builderForValue)
Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveAnalysisResult.Builder
MoveAnalysisResult.Builder. addWarnings(MoveImpact.Builder builderForValue)
Warning information indicating that moving the target resource to the specified destination might be unsafe.MoveAnalysisResult.Builder
MoveAnalysisResult.Builder. setBlockers(int index, MoveImpact.Builder builderForValue)
Blocking information that would prevent the target resource from moving to the specified destination at runtime.MoveAnalysisResult.Builder
MoveAnalysisResult.Builder. setWarnings(int index, MoveImpact.Builder builderForValue)
Warning information indicating that moving the target resource to the specified destination might be unsafe.
-