Class AnalyzeWorkloadMoveResponse (2.43.0)

public final class AnalyzeWorkloadMoveResponse extends GeneratedMessageV3 implements AnalyzeWorkloadMoveResponseOrBuilder

A response that includes the analysis of the hypothetical resource move.

Protobuf type google.cloud.assuredworkloads.v1beta1.AnalyzeWorkloadMoveResponse

Static Fields

BLOCKERS_FIELD_NUMBER

public static final int BLOCKERS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AnalyzeWorkloadMoveResponse getDefaultInstance()
Returns
Type Description
AnalyzeWorkloadMoveResponse

getDescriptor()

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

newBuilder()

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

newBuilder(AnalyzeWorkloadMoveResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getBlockers(int index)

public String getBlockers(int index)

A list of blockers that should be addressed before moving the source project or project-based workload to the destination folder-based workload.

repeated string blockers = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The blockers at the given index.

getBlockersBytes(int index)

public ByteString getBlockersBytes(int index)

A list of blockers that should be addressed before moving the source project or project-based workload to the destination folder-based workload.

repeated string blockers = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the blockers at the given index.

getBlockersCount()

public int getBlockersCount()

A list of blockers that should be addressed before moving the source project or project-based workload to the destination folder-based workload.

repeated string blockers = 1;

Returns
Type Description
int

The count of blockers.

getBlockersList()

public ProtocolStringList getBlockersList()

A list of blockers that should be addressed before moving the source project or project-based workload to the destination folder-based workload.

repeated string blockers = 1;

Returns
Type Description
ProtocolStringList

A list containing the blockers.

getDefaultInstanceForType()

public AnalyzeWorkloadMoveResponse getDefaultInstanceForType()
Returns
Type Description
AnalyzeWorkloadMoveResponse

getParserForType()

public Parser<AnalyzeWorkloadMoveResponse> getParserForType()
Returns
Type Description
Parser<AnalyzeWorkloadMoveResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 AnalyzeWorkloadMoveResponse.Builder newBuilderForType()
Returns
Type Description
AnalyzeWorkloadMoveResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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