public static final class MoveAnalysisResult.Builder extends GeneratedMessageV3.Builder<MoveAnalysisResult.Builder> implements MoveAnalysisResultOrBuilder
An analysis result including blockers and warnings.
Protobuf type google.cloud.asset.v1.MoveAnalysisResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllBlockers(Iterable<? extends MoveImpact> values)
public MoveAnalysisResult.Builder addAllBlockers(Iterable<? extends MoveImpact> values)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
repeated .google.cloud.asset.v1.MoveImpact blockers = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.asset.v1.MoveImpact>
|
addAllWarnings(Iterable<? extends MoveImpact> values)
public MoveAnalysisResult.Builder addAllWarnings(Iterable<? extends MoveImpact> values)
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;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.asset.v1.MoveImpact>
|
addBlockers(MoveImpact value)
public MoveAnalysisResult.Builder addBlockers(MoveImpact value)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
repeated .google.cloud.asset.v1.MoveImpact blockers = 1;
addBlockers(MoveImpact.Builder builderForValue)
public MoveAnalysisResult.Builder addBlockers(MoveImpact.Builder builderForValue)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
repeated .google.cloud.asset.v1.MoveImpact blockers = 1;
addBlockers(int index, MoveImpact value)
public MoveAnalysisResult.Builder addBlockers(int index, MoveImpact value)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
repeated .google.cloud.asset.v1.MoveImpact blockers = 1;
addBlockers(int index, MoveImpact.Builder builderForValue)
public MoveAnalysisResult.Builder addBlockers(int index, MoveImpact.Builder builderForValue)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
repeated .google.cloud.asset.v1.MoveImpact blockers = 1;
addBlockersBuilder()
public MoveImpact.Builder addBlockersBuilder()
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
repeated .google.cloud.asset.v1.MoveImpact blockers = 1;
addBlockersBuilder(int index)
public MoveImpact.Builder addBlockersBuilder(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;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MoveAnalysisResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addWarnings(MoveImpact value)
public MoveAnalysisResult.Builder addWarnings(MoveImpact value)
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;
addWarnings(MoveImpact.Builder builderForValue)
public MoveAnalysisResult.Builder addWarnings(MoveImpact.Builder builderForValue)
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;
addWarnings(int index, MoveImpact value)
public MoveAnalysisResult.Builder addWarnings(int index, MoveImpact value)
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;
addWarnings(int index, MoveImpact.Builder builderForValue)
public MoveAnalysisResult.Builder addWarnings(int index, MoveImpact.Builder builderForValue)
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;
addWarningsBuilder()
public MoveImpact.Builder addWarningsBuilder()
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;
addWarningsBuilder(int index)
public MoveImpact.Builder addWarningsBuilder(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;
Parameter |
Name |
Description |
index |
int
|
build()
public MoveAnalysisResult build()
buildPartial()
public MoveAnalysisResult buildPartial()
clear()
public MoveAnalysisResult.Builder clear()
Overrides
clearBlockers()
public MoveAnalysisResult.Builder clearBlockers()
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
repeated .google.cloud.asset.v1.MoveImpact blockers = 1;
clearField(Descriptors.FieldDescriptor field)
public MoveAnalysisResult.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public MoveAnalysisResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearWarnings()
public MoveAnalysisResult.Builder clearWarnings()
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;
clone()
public MoveAnalysisResult.Builder clone()
Overrides
getBlockers(int index)
public 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;
Parameter |
Name |
Description |
index |
int
|
getBlockersBuilder(int index)
public MoveImpact.Builder getBlockersBuilder(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;
Parameter |
Name |
Description |
index |
int
|
getBlockersBuilderList()
public List<MoveImpact.Builder> getBlockersBuilderList()
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
repeated .google.cloud.asset.v1.MoveImpact blockers = 1;
getBlockersCount()
public 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;
Returns |
Type |
Description |
int |
|
getBlockersList()
public 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;
getBlockersOrBuilder(int index)
public 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;
Parameter |
Name |
Description |
index |
int
|
getBlockersOrBuilderList()
public 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;
Returns |
Type |
Description |
List<? extends com.google.cloud.asset.v1.MoveImpactOrBuilder> |
|
getDefaultInstanceForType()
public MoveAnalysisResult getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getWarnings(int index)
public 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;
Parameter |
Name |
Description |
index |
int
|
getWarningsBuilder(int index)
public MoveImpact.Builder getWarningsBuilder(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;
Parameter |
Name |
Description |
index |
int
|
getWarningsBuilderList()
public List<MoveImpact.Builder> getWarningsBuilderList()
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;
getWarningsCount()
public 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;
Returns |
Type |
Description |
int |
|
getWarningsList()
public 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;
getWarningsOrBuilder(int index)
public 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;
Parameter |
Name |
Description |
index |
int
|
getWarningsOrBuilderList()
public 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;
Returns |
Type |
Description |
List<? extends com.google.cloud.asset.v1.MoveImpactOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(MoveAnalysisResult other)
public MoveAnalysisResult.Builder mergeFrom(MoveAnalysisResult other)
public MoveAnalysisResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public MoveAnalysisResult.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MoveAnalysisResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeBlockers(int index)
public MoveAnalysisResult.Builder removeBlockers(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;
Parameter |
Name |
Description |
index |
int
|
removeWarnings(int index)
public MoveAnalysisResult.Builder removeWarnings(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;
Parameter |
Name |
Description |
index |
int
|
setBlockers(int index, MoveImpact value)
public MoveAnalysisResult.Builder setBlockers(int index, MoveImpact value)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
repeated .google.cloud.asset.v1.MoveImpact blockers = 1;
setBlockers(int index, MoveImpact.Builder builderForValue)
public MoveAnalysisResult.Builder setBlockers(int index, MoveImpact.Builder builderForValue)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
repeated .google.cloud.asset.v1.MoveImpact blockers = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public MoveAnalysisResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MoveAnalysisResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final MoveAnalysisResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setWarnings(int index, MoveImpact value)
public MoveAnalysisResult.Builder setWarnings(int index, MoveImpact value)
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;
setWarnings(int index, MoveImpact.Builder builderForValue)
public MoveAnalysisResult.Builder setWarnings(int index, MoveImpact.Builder builderForValue)
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;