Class SignatureInformation.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<SignatureInformation.Builder>
io.deephaven.proto.backplane.script.grpc.SignatureInformation.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SignatureInformationOrBuilder, Cloneable
Enclosing class:
SignatureInformation

public static final class SignatureInformation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SignatureInformation.Builder> implements SignatureInformationOrBuilder
Protobuf type io.deephaven.proto.backplane.script.grpc.SignatureInformation
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SignatureInformation.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.GeneratedMessageV3.Builder<SignatureInformation.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.GeneratedMessageV3.Builder<SignatureInformation.Builder>
    • getDefaultInstanceForType

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

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

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

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<SignatureInformation.Builder>
    • setField

      public SignatureInformation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<SignatureInformation.Builder>
    • clearField

      public SignatureInformation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<SignatureInformation.Builder>
    • clearOneof

      public SignatureInformation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SignatureInformation.Builder>
    • setRepeatedField

      public SignatureInformation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SignatureInformation.Builder>
    • addRepeatedField

      public SignatureInformation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SignatureInformation.Builder>
    • mergeFrom

      public SignatureInformation.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<SignatureInformation.Builder>
    • mergeFrom

    • isInitialized

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

      public SignatureInformation.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<SignatureInformation.Builder>
      Throws:
      IOException
    • getLabel

      public String getLabel()
      string label = 1;
      Specified by:
      getLabel in interface SignatureInformationOrBuilder
      Returns:
      The label.
    • getLabelBytes

      public com.google.protobuf.ByteString getLabelBytes()
      string label = 1;
      Specified by:
      getLabelBytes in interface SignatureInformationOrBuilder
      Returns:
      The bytes for label.
    • setLabel

      public SignatureInformation.Builder setLabel(String value)
      string label = 1;
      Parameters:
      value - The label to set.
      Returns:
      This builder for chaining.
    • clearLabel

      public SignatureInformation.Builder clearLabel()
      string label = 1;
      Returns:
      This builder for chaining.
    • setLabelBytes

      public SignatureInformation.Builder setLabelBytes(com.google.protobuf.ByteString value)
      string label = 1;
      Parameters:
      value - The bytes for label to set.
      Returns:
      This builder for chaining.
    • hasDocumentation

      public boolean hasDocumentation()
      .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 2;
      Specified by:
      hasDocumentation in interface SignatureInformationOrBuilder
      Returns:
      Whether the documentation field is set.
    • getDocumentation

      public MarkupContent getDocumentation()
      .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 2;
      Specified by:
      getDocumentation in interface SignatureInformationOrBuilder
      Returns:
      The documentation.
    • setDocumentation

      public SignatureInformation.Builder setDocumentation(MarkupContent value)
      .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 2;
    • setDocumentation

      public SignatureInformation.Builder setDocumentation(MarkupContent.Builder builderForValue)
      .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 2;
    • mergeDocumentation

      public SignatureInformation.Builder mergeDocumentation(MarkupContent value)
      .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 2;
    • clearDocumentation

      public SignatureInformation.Builder clearDocumentation()
      .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 2;
    • getDocumentationBuilder

      public MarkupContent.Builder getDocumentationBuilder()
      .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 2;
    • getDocumentationOrBuilder

      public MarkupContentOrBuilder getDocumentationOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 2;
      Specified by:
      getDocumentationOrBuilder in interface SignatureInformationOrBuilder
    • getParametersList

      public List<ParameterInformation> getParametersList()
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
      Specified by:
      getParametersList in interface SignatureInformationOrBuilder
    • getParametersCount

      public int getParametersCount()
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
      Specified by:
      getParametersCount in interface SignatureInformationOrBuilder
    • getParameters

      public ParameterInformation getParameters(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
      Specified by:
      getParameters in interface SignatureInformationOrBuilder
    • setParameters

      public SignatureInformation.Builder setParameters(int index, ParameterInformation value)
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
    • setParameters

      public SignatureInformation.Builder setParameters(int index, ParameterInformation.Builder builderForValue)
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
    • addParameters

      public SignatureInformation.Builder addParameters(ParameterInformation value)
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
    • addParameters

      public SignatureInformation.Builder addParameters(int index, ParameterInformation value)
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
    • addParameters

      public SignatureInformation.Builder addParameters(ParameterInformation.Builder builderForValue)
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
    • addParameters

      public SignatureInformation.Builder addParameters(int index, ParameterInformation.Builder builderForValue)
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
    • addAllParameters

      public SignatureInformation.Builder addAllParameters(Iterable<? extends ParameterInformation> values)
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
    • clearParameters

      public SignatureInformation.Builder clearParameters()
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
    • removeParameters

      public SignatureInformation.Builder removeParameters(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
    • getParametersBuilder

      public ParameterInformation.Builder getParametersBuilder(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
    • getParametersOrBuilder

      public ParameterInformationOrBuilder getParametersOrBuilder(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
      Specified by:
      getParametersOrBuilder in interface SignatureInformationOrBuilder
    • getParametersOrBuilderList

      public List<? extends ParameterInformationOrBuilder> getParametersOrBuilderList()
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
      Specified by:
      getParametersOrBuilderList in interface SignatureInformationOrBuilder
    • addParametersBuilder

      public ParameterInformation.Builder addParametersBuilder()
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
    • addParametersBuilder

      public ParameterInformation.Builder addParametersBuilder(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
    • getParametersBuilderList

      public List<ParameterInformation.Builder> getParametersBuilderList()
      repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3;
    • hasActiveParameter

      public boolean hasActiveParameter()
      optional int32 active_parameter = 4;
      Specified by:
      hasActiveParameter in interface SignatureInformationOrBuilder
      Returns:
      Whether the activeParameter field is set.
    • getActiveParameter

      public int getActiveParameter()
      optional int32 active_parameter = 4;
      Specified by:
      getActiveParameter in interface SignatureInformationOrBuilder
      Returns:
      The activeParameter.
    • setActiveParameter

      public SignatureInformation.Builder setActiveParameter(int value)
      optional int32 active_parameter = 4;
      Parameters:
      value - The activeParameter to set.
      Returns:
      This builder for chaining.
    • clearActiveParameter

      public SignatureInformation.Builder clearActiveParameter()
      optional int32 active_parameter = 4;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final SignatureInformation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SignatureInformation.Builder>
    • mergeUnknownFields

      public final SignatureInformation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SignatureInformation.Builder>