public final class MoveAnalysisResult extends GeneratedMessageV3 implements MoveAnalysisResultOrBuilder
An analysis result including blockers and warnings.
Protobuf type google.cloud.asset.v1.MoveAnalysisResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BLOCKERS_FIELD_NUMBER
public static final int BLOCKERS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
WARNINGS_FIELD_NUMBER
public static final int WARNINGS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static MoveAnalysisResult getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static MoveAnalysisResult.Builder newBuilder()
newBuilder(MoveAnalysisResult prototype)
public static MoveAnalysisResult.Builder newBuilder(MoveAnalysisResult prototype)
public static MoveAnalysisResult parseDelimitedFrom(InputStream input)
public static MoveAnalysisResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static MoveAnalysisResult parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MoveAnalysisResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static MoveAnalysisResult parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MoveAnalysisResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MoveAnalysisResult parseFrom(CodedInputStream input)
public static MoveAnalysisResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MoveAnalysisResult parseFrom(InputStream input)
public static MoveAnalysisResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static MoveAnalysisResult parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MoveAnalysisResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<MoveAnalysisResult> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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
|
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()
getParserForType()
public Parser<MoveAnalysisResult> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
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
|
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> |
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public MoveAnalysisResult.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MoveAnalysisResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public MoveAnalysisResult.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides