Interface Violation.Remediation.Instructions.ConsoleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Violation.Remediation.Instructions.Console
,Violation.Remediation.Instructions.Console.Builder
- Enclosing class:
- Violation.Remediation.Instructions
public static interface Violation.Remediation.Instructions.ConsoleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAdditionalLinks(int index)
Additional urls for more information about stepscom.google.protobuf.ByteString
getAdditionalLinksBytes(int index)
Additional urls for more information about stepsint
getAdditionalLinksCount()
Additional urls for more information about stepsList<String>
getAdditionalLinksList()
Additional urls for more information about stepsString
getConsoleUris(int index)
Link to console page where violations can be resolvedcom.google.protobuf.ByteString
getConsoleUrisBytes(int index)
Link to console page where violations can be resolvedint
getConsoleUrisCount()
Link to console page where violations can be resolvedList<String>
getConsoleUrisList()
Link to console page where violations can be resolvedString
getSteps(int index)
Steps to resolve violation via cloud consolecom.google.protobuf.ByteString
getStepsBytes(int index)
Steps to resolve violation via cloud consoleint
getStepsCount()
Steps to resolve violation via cloud consoleList<String>
getStepsList()
Steps to resolve violation via cloud console-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConsoleUrisList
List<String> getConsoleUrisList()
Link to console page where violations can be resolved
repeated string console_uris = 1;
- Returns:
- A list containing the consoleUris.
-
getConsoleUrisCount
int getConsoleUrisCount()
Link to console page where violations can be resolved
repeated string console_uris = 1;
- Returns:
- The count of consoleUris.
-
getConsoleUris
String getConsoleUris(int index)
Link to console page where violations can be resolved
repeated string console_uris = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The consoleUris at the given index.
-
getConsoleUrisBytes
com.google.protobuf.ByteString getConsoleUrisBytes(int index)
Link to console page where violations can be resolved
repeated string console_uris = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the consoleUris at the given index.
-
getStepsList
List<String> getStepsList()
Steps to resolve violation via cloud console
repeated string steps = 2;
- Returns:
- A list containing the steps.
-
getStepsCount
int getStepsCount()
Steps to resolve violation via cloud console
repeated string steps = 2;
- Returns:
- The count of steps.
-
getSteps
String getSteps(int index)
Steps to resolve violation via cloud console
repeated string steps = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The steps at the given index.
-
getStepsBytes
com.google.protobuf.ByteString getStepsBytes(int index)
Steps to resolve violation via cloud console
repeated string steps = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the steps at the given index.
-
getAdditionalLinksList
List<String> getAdditionalLinksList()
Additional urls for more information about steps
repeated string additional_links = 3;
- Returns:
- A list containing the additionalLinks.
-
getAdditionalLinksCount
int getAdditionalLinksCount()
Additional urls for more information about steps
repeated string additional_links = 3;
- Returns:
- The count of additionalLinks.
-
getAdditionalLinks
String getAdditionalLinks(int index)
Additional urls for more information about steps
repeated string additional_links = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The additionalLinks at the given index.
-
getAdditionalLinksBytes
com.google.protobuf.ByteString getAdditionalLinksBytes(int index)
Additional urls for more information about steps
repeated string additional_links = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the additionalLinks at the given index.
-
-