public static interface Violation.Remediation.Instructions.ConsoleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdditionalLinks(int index)
public abstract String getAdditionalLinks(int index)Additional urls for more information about steps
 repeated string additional_links = 3;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The additionalLinks at the given index.  | 
      
getAdditionalLinksBytes(int index)
public abstract ByteString getAdditionalLinksBytes(int index)Additional urls for more information about steps
 repeated string additional_links = 3;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the additionalLinks at the given index.  | 
      
getAdditionalLinksCount()
public abstract int getAdditionalLinksCount()Additional urls for more information about steps
 repeated string additional_links = 3;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of additionalLinks.  | 
      
getAdditionalLinksList()
public abstract List<String> getAdditionalLinksList()Additional urls for more information about steps
 repeated string additional_links = 3;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the additionalLinks.  | 
      
getConsoleUris(int index)
public abstract String getConsoleUris(int index)Link to console page where violations can be resolved
 repeated string console_uris = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The consoleUris at the given index.  | 
      
getConsoleUrisBytes(int index)
public abstract ByteString getConsoleUrisBytes(int index)Link to console page where violations can be resolved
 repeated string console_uris = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the consoleUris at the given index.  | 
      
getConsoleUrisCount()
public abstract int getConsoleUrisCount()Link to console page where violations can be resolved
 repeated string console_uris = 1;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of consoleUris.  | 
      
getConsoleUrisList()
public abstract List<String> getConsoleUrisList()Link to console page where violations can be resolved
 repeated string console_uris = 1;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the consoleUris.  | 
      
getSteps(int index)
public abstract String getSteps(int index)Steps to resolve violation via cloud console
 repeated string steps = 2;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The steps at the given index.  | 
      
getStepsBytes(int index)
public abstract ByteString getStepsBytes(int index)Steps to resolve violation via cloud console
 repeated string steps = 2;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the steps at the given index.  | 
      
getStepsCount()
public abstract int getStepsCount()Steps to resolve violation via cloud console
 repeated string steps = 2;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of steps.  | 
      
getStepsList()
public abstract List<String> getStepsList()Steps to resolve violation via cloud console
 repeated string steps = 2;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the steps.  |