Interface Violation.Remediation.Instructions.GcloudOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Violation.Remediation.Instructions.Gcloud
,Violation.Remediation.Instructions.Gcloud.Builder
- Enclosing class:
- Violation.Remediation.Instructions
public static interface Violation.Remediation.Instructions.GcloudOrBuilder 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
getGcloudCommands(int index)
Gcloud command to resolve violationcom.google.protobuf.ByteString
getGcloudCommandsBytes(int index)
Gcloud command to resolve violationint
getGcloudCommandsCount()
Gcloud command to resolve violationList<String>
getGcloudCommandsList()
Gcloud command to resolve violationString
getSteps(int index)
Steps to resolve violation via gcloud clicom.google.protobuf.ByteString
getStepsBytes(int index)
Steps to resolve violation via gcloud cliint
getStepsCount()
Steps to resolve violation via gcloud cliList<String>
getStepsList()
Steps to resolve violation via gcloud cli-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGcloudCommandsList
List<String> getGcloudCommandsList()
Gcloud command to resolve violation
repeated string gcloud_commands = 1;
- Returns:
- A list containing the gcloudCommands.
-
getGcloudCommandsCount
int getGcloudCommandsCount()
Gcloud command to resolve violation
repeated string gcloud_commands = 1;
- Returns:
- The count of gcloudCommands.
-
getGcloudCommands
String getGcloudCommands(int index)
Gcloud command to resolve violation
repeated string gcloud_commands = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The gcloudCommands at the given index.
-
getGcloudCommandsBytes
com.google.protobuf.ByteString getGcloudCommandsBytes(int index)
Gcloud command to resolve violation
repeated string gcloud_commands = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the gcloudCommands at the given index.
-
getStepsList
List<String> getStepsList()
Steps to resolve violation via gcloud cli
repeated string steps = 2;
- Returns:
- A list containing the steps.
-
getStepsCount
int getStepsCount()
Steps to resolve violation via gcloud cli
repeated string steps = 2;
- Returns:
- The count of steps.
-
getSteps
String getSteps(int index)
Steps to resolve violation via gcloud cli
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 gcloud cli
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.
-
-