Interface Violation.Remediation.Instructions.ConsoleOrBuilder (2.9.0)

public static interface Violation.Remediation.Instructions.ConsoleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

public abstract String getAdditionalLinks(int index)

Additional urls for more information about steps

repeated string additional_links = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
int

The count of additionalLinks.

public abstract List<String> getAdditionalLinksList()

Additional urls for more information about steps

repeated string additional_links = 3;

Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
int

The count of steps.

getStepsList()

public abstract List<String> getStepsList()

Steps to resolve violation via cloud console

repeated string steps = 2;

Returns
TypeDescription
List<String>

A list containing the steps.