Interface AnalyzeWorkloadMoveResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnalyzeWorkloadMoveResponse,AnalyzeWorkloadMoveResponse.Builder
public interface AnalyzeWorkloadMoveResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBlockers(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.com.google.protobuf.ByteStringgetBlockersBytes(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.intgetBlockersCount()A list of blockers that should be addressed before moving the source project or project-based workload to the destination folder-based workload.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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBlockersList
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:
- A list containing the blockers.
-
getBlockersCount
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:
- The count of blockers.
-
getBlockers
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;- Parameters:
index- The index of the element to return.- Returns:
- The blockers at the given index.
-
getBlockersBytes
com.google.protobuf.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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the blockers at the given index.
-
-