Class MoveAnalysisResult (3.47.0)

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
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()
Returns
Type Description
MoveAnalysisResult

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static MoveAnalysisResult.Builder newBuilder()
Returns
Type Description
MoveAnalysisResult.Builder

newBuilder(MoveAnalysisResult prototype)

public static MoveAnalysisResult.Builder newBuilder(MoveAnalysisResult prototype)
Parameter
Name Description
prototype MoveAnalysisResult
Returns
Type Description
MoveAnalysisResult.Builder

parseDelimitedFrom(InputStream input)

public static MoveAnalysisResult parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MoveAnalysisResult
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MoveAnalysisResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MoveAnalysisResult
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static MoveAnalysisResult parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
MoveAnalysisResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MoveAnalysisResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MoveAnalysisResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MoveAnalysisResult parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
MoveAnalysisResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MoveAnalysisResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MoveAnalysisResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MoveAnalysisResult parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
MoveAnalysisResult
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MoveAnalysisResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MoveAnalysisResult
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static MoveAnalysisResult parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MoveAnalysisResult
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MoveAnalysisResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MoveAnalysisResult
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static MoveAnalysisResult parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
MoveAnalysisResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MoveAnalysisResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MoveAnalysisResult
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<MoveAnalysisResult> parser()
Returns
Type Description
Parser<MoveAnalysisResult>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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
Returns
Type Description
MoveImpact

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;

Returns
Type Description
List<MoveImpact>

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
Returns
Type Description
MoveImpactOrBuilder

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
Type Description
MoveAnalysisResult

getParserForType()

public Parser<MoveAnalysisResult> getParserForType()
Returns
Type Description
Parser<MoveAnalysisResult>
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
Returns
Type Description
MoveImpact

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;

Returns
Type Description
List<MoveImpact>

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
Returns
Type Description
MoveImpactOrBuilder

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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public MoveAnalysisResult.Builder newBuilderForType()
Returns
Type Description
MoveAnalysisResult.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MoveAnalysisResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
MoveAnalysisResult.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public MoveAnalysisResult.Builder toBuilder()
Returns
Type Description
MoveAnalysisResult.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException