Class GetScriptPathsResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<GetScriptPathsResponse.Builder>
io.deephaven.proto.controller.GetScriptPathsResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GetScriptPathsResponseOrBuilder, Cloneable
Enclosing class:
GetScriptPathsResponse

public static final class GetScriptPathsResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<GetScriptPathsResponse.Builder> implements GetScriptPathsResponseOrBuilder
Protobuf type io.deephaven.proto.controller.GetScriptPathsResponse
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<GetScriptPathsResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<GetScriptPathsResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<GetScriptPathsResponse.Builder>
    • getDefaultInstanceForType

      public GetScriptPathsResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public GetScriptPathsResponse build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public GetScriptPathsResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public GetScriptPathsResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetScriptPathsResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<GetScriptPathsResponse.Builder>
    • mergeFrom

      public GetScriptPathsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetScriptPathsResponse.Builder>
      Throws:
      IOException
    • getResultsList

      public com.google.protobuf.ProtocolStringList getResultsList()
      repeated string results = 1;
      Specified by:
      getResultsList in interface GetScriptPathsResponseOrBuilder
      Returns:
      A list containing the results.
    • getResultsCount

      public int getResultsCount()
      repeated string results = 1;
      Specified by:
      getResultsCount in interface GetScriptPathsResponseOrBuilder
      Returns:
      The count of results.
    • getResults

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

      public com.google.protobuf.ByteString getResultsBytes(int index)
      repeated string results = 1;
      Specified by:
      getResultsBytes in interface GetScriptPathsResponseOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the results at the given index.
    • setResults

      public GetScriptPathsResponse.Builder setResults(int index, String value)
      repeated string results = 1;
      Parameters:
      index - The index to set the value at.
      value - The results to set.
      Returns:
      This builder for chaining.
    • addResults

      public GetScriptPathsResponse.Builder addResults(String value)
      repeated string results = 1;
      Parameters:
      value - The results to add.
      Returns:
      This builder for chaining.
    • addAllResults

      public GetScriptPathsResponse.Builder addAllResults(Iterable<String> values)
      repeated string results = 1;
      Parameters:
      values - The results to add.
      Returns:
      This builder for chaining.
    • clearResults

      public GetScriptPathsResponse.Builder clearResults()
      repeated string results = 1;
      Returns:
      This builder for chaining.
    • addResultsBytes

      public GetScriptPathsResponse.Builder addResultsBytes(com.google.protobuf.ByteString value)
      repeated string results = 1;
      Parameters:
      value - The bytes of the results to add.
      Returns:
      This builder for chaining.