Interface GetScriptPathsResponseOrBuilder

All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder, io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetScriptPathsResponse, GetScriptPathsResponse.Builder

public interface GetScriptPathsResponseOrBuilder extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getResults(int index)
    repeated string results = 1;
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    getResultsBytes(int index)
    repeated string results = 1;
    int
    repeated string results = 1;
    repeated string results = 1;

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder

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

    • getResultsList

      List<String> getResultsList()
      repeated string results = 1;
      Returns:
      A list containing the results.
    • getResultsCount

      int getResultsCount()
      repeated string results = 1;
      Returns:
      The count of results.
    • getResults

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

      io.deephaven.shadow.core.com.google.protobuf.ByteString getResultsBytes(int index)
      repeated string results = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the results at the given index.