Interface ListScriptsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListScriptsResponse, ListScriptsResponse.Builder

public interface ListScriptsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getScripts(int index)
    repeated string scripts = 1;
    com.google.protobuf.ByteString
    getScriptsBytes(int index)
    repeated string scripts = 1;
    int
    repeated string scripts = 1;
    repeated string scripts = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getScriptsList

      List<String> getScriptsList()
      repeated string scripts = 1;
      Returns:
      A list containing the scripts.
    • getScriptsCount

      int getScriptsCount()
      repeated string scripts = 1;
      Returns:
      The count of scripts.
    • getScripts

      String getScripts(int index)
      repeated string scripts = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The scripts at the given index.
    • getScriptsBytes

      com.google.protobuf.ByteString getScriptsBytes(int index)
      repeated string scripts = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the scripts at the given index.