public interface ManualCloudControlAssessmentDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getManualCloudControlGuide(int index)
public abstract String getManualCloudControlGuide(int index)The guide for assessing a cloud control manually.
repeated string manual_cloud_control_guide = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The manualCloudControlGuide at the given index. |
getManualCloudControlGuideBytes(int index)
public abstract ByteString getManualCloudControlGuideBytes(int index)The guide for assessing a cloud control manually.
repeated string manual_cloud_control_guide = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the manualCloudControlGuide at the given index. |
getManualCloudControlGuideCount()
public abstract int getManualCloudControlGuideCount()The guide for assessing a cloud control manually.
repeated string manual_cloud_control_guide = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of manualCloudControlGuide. |
getManualCloudControlGuideList()
public abstract List<String> getManualCloudControlGuideList()The guide for assessing a cloud control manually.
repeated string manual_cloud_control_guide = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the manualCloudControlGuide. |