public static interface Violation.Remediation.Instructions.GcloudOrBuilder 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.  | 
      
getGcloudCommands(int index)
public abstract String getGcloudCommands(int index)Gcloud command to resolve violation
 repeated string gcloud_commands = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The gcloudCommands at the given index.  | 
      
getGcloudCommandsBytes(int index)
public abstract ByteString getGcloudCommandsBytes(int index)Gcloud command to resolve violation
 repeated string gcloud_commands = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the gcloudCommands at the given index.  | 
      
getGcloudCommandsCount()
public abstract int getGcloudCommandsCount()Gcloud command to resolve violation
 repeated string gcloud_commands = 1;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of gcloudCommands.  | 
      
getGcloudCommandsList()
public abstract List<String> getGcloudCommandsList()Gcloud command to resolve violation
 repeated string gcloud_commands = 1;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the gcloudCommands.  | 
      
getSteps(int index)
public abstract String getSteps(int index)Steps to resolve violation via gcloud cli
 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 gcloud cli
 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 gcloud cli
 repeated string steps = 2;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of steps.  | 
      
getStepsList()
public abstract List<String> getStepsList()Steps to resolve violation via gcloud cli
 repeated string steps = 2;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the steps.  |