Send feedback
Class MoveAnalysisResult (3.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.7.1 keyboard_arrow_down
public final class MoveAnalysisResult extends GeneratedMessageV3 implements MoveAnalysisResultOrBuilder
An analysis result including blockers and warnings.
Protobuf type google.cloud.asset.v1.MoveAnalysisResult
Static Fields
BLOCKERS_FIELD_NUMBER
public static final int BLOCKERS_FIELD_NUMBER
Field Value
WARNINGS_FIELD_NUMBER
public static final int WARNINGS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static MoveAnalysisResult getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static MoveAnalysisResult . Builder newBuilder ()
Returns
newBuilder(MoveAnalysisResult prototype)
public static MoveAnalysisResult . Builder newBuilder ( MoveAnalysisResult prototype )
Parameter
Returns
public static MoveAnalysisResult parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static MoveAnalysisResult parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static MoveAnalysisResult parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MoveAnalysisResult parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static MoveAnalysisResult parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MoveAnalysisResult parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static MoveAnalysisResult parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static MoveAnalysisResult parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static MoveAnalysisResult parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static MoveAnalysisResult parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static MoveAnalysisResult parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MoveAnalysisResult parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<MoveAnalysisResult> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
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
Returns
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
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;
Returns
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
Returns
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 ()
Returns
getParserForType()
public Parser<MoveAnalysisResult> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
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
Returns
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
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;
Returns
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
Returns
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public MoveAnalysisResult . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MoveAnalysisResult . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public MoveAnalysisResult . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]