public interface AnalyzeWorkloadMoveResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| 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;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| List<String> | A list containing the blockers. |