Interface AnalyzeWorkloadMoveResponseOrBuilder (2.18.0)

public interface AnalyzeWorkloadMoveResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBlockers(int index)

public abstract 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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The blockers at the given index.

getBlockersBytes(int index)

public abstract 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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the blockers at the given index.

getBlockersCount()

public abstract 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
TypeDescription
int

The count of blockers.

getBlockersList()

public abstract List<String> 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
TypeDescription
List<String>

A list containing the blockers.