Class ListItemsRequest.Builder

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

public static final class ListItemsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListItemsRequest.Builder> implements ListItemsRequestOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.ListItemsRequest
  • 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<ListItemsRequest.Builder>
    • clear

      public ListItemsRequest.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<ListItemsRequest.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<ListItemsRequest.Builder>
    • getDefaultInstanceForType

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

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

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

      public ListItemsRequest.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<ListItemsRequest.Builder>
    • setField

      public ListItemsRequest.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<ListItemsRequest.Builder>
    • clearField

      public ListItemsRequest.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<ListItemsRequest.Builder>
    • clearOneof

      public ListItemsRequest.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<ListItemsRequest.Builder>
    • setRepeatedField

      public ListItemsRequest.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<ListItemsRequest.Builder>
    • addRepeatedField

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

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

      public ListItemsRequest.Builder mergeFrom(ListItemsRequest other)
    • isInitialized

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

      public ListItemsRequest.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<ListItemsRequest.Builder>
      Throws:
      IOException
    • getPath

      public String getPath()
       The path to the directory to list. empty to list top level
       
      string path = 1;
      Specified by:
      getPath in interface ListItemsRequestOrBuilder
      Returns:
      The path.
    • getPathBytes

      public com.google.protobuf.ByteString getPathBytes()
       The path to the directory to list. empty to list top level
       
      string path = 1;
      Specified by:
      getPathBytes in interface ListItemsRequestOrBuilder
      Returns:
      The bytes for path.
    • setPath

      public ListItemsRequest.Builder setPath(String value)
       The path to the directory to list. empty to list top level
       
      string path = 1;
      Parameters:
      value - The path to set.
      Returns:
      This builder for chaining.
    • clearPath

      public ListItemsRequest.Builder clearPath()
       The path to the directory to list. empty to list top level
       
      string path = 1;
      Returns:
      This builder for chaining.
    • setPathBytes

      public ListItemsRequest.Builder setPathBytes(com.google.protobuf.ByteString value)
       The path to the directory to list. empty to list top level
       
      string path = 1;
      Parameters:
      value - The bytes for path to set.
      Returns:
      This builder for chaining.
    • hasFilterGlob

      public boolean hasFilterGlob()
       A pattern to filter for, with "?" to match any one character, "*" to match any number of characters, and "{}"s
       to hold a comma-separated list of possible matches. The format follows Java's FileSystem.getPathMatcher (see
       https://docs.oracle.com/javase/8/docs/api/java/nio/file/FileSystem.html#getPathMatcher-java.lang.String-),
       except without allowing subdirectories with / or **.
       
      optional string filter_glob = 4;
      Specified by:
      hasFilterGlob in interface ListItemsRequestOrBuilder
      Returns:
      Whether the filterGlob field is set.
    • getFilterGlob

      public String getFilterGlob()
       A pattern to filter for, with "?" to match any one character, "*" to match any number of characters, and "{}"s
       to hold a comma-separated list of possible matches. The format follows Java's FileSystem.getPathMatcher (see
       https://docs.oracle.com/javase/8/docs/api/java/nio/file/FileSystem.html#getPathMatcher-java.lang.String-),
       except without allowing subdirectories with / or **.
       
      optional string filter_glob = 4;
      Specified by:
      getFilterGlob in interface ListItemsRequestOrBuilder
      Returns:
      The filterGlob.
    • getFilterGlobBytes

      public com.google.protobuf.ByteString getFilterGlobBytes()
       A pattern to filter for, with "?" to match any one character, "*" to match any number of characters, and "{}"s
       to hold a comma-separated list of possible matches. The format follows Java's FileSystem.getPathMatcher (see
       https://docs.oracle.com/javase/8/docs/api/java/nio/file/FileSystem.html#getPathMatcher-java.lang.String-),
       except without allowing subdirectories with / or **.
       
      optional string filter_glob = 4;
      Specified by:
      getFilterGlobBytes in interface ListItemsRequestOrBuilder
      Returns:
      The bytes for filterGlob.
    • setFilterGlob

      public ListItemsRequest.Builder setFilterGlob(String value)
       A pattern to filter for, with "?" to match any one character, "*" to match any number of characters, and "{}"s
       to hold a comma-separated list of possible matches. The format follows Java's FileSystem.getPathMatcher (see
       https://docs.oracle.com/javase/8/docs/api/java/nio/file/FileSystem.html#getPathMatcher-java.lang.String-),
       except without allowing subdirectories with / or **.
       
      optional string filter_glob = 4;
      Parameters:
      value - The filterGlob to set.
      Returns:
      This builder for chaining.
    • clearFilterGlob

      public ListItemsRequest.Builder clearFilterGlob()
       A pattern to filter for, with "?" to match any one character, "*" to match any number of characters, and "{}"s
       to hold a comma-separated list of possible matches. The format follows Java's FileSystem.getPathMatcher (see
       https://docs.oracle.com/javase/8/docs/api/java/nio/file/FileSystem.html#getPathMatcher-java.lang.String-),
       except without allowing subdirectories with / or **.
       
      optional string filter_glob = 4;
      Returns:
      This builder for chaining.
    • setFilterGlobBytes

      public ListItemsRequest.Builder setFilterGlobBytes(com.google.protobuf.ByteString value)
       A pattern to filter for, with "?" to match any one character, "*" to match any number of characters, and "{}"s
       to hold a comma-separated list of possible matches. The format follows Java's FileSystem.getPathMatcher (see
       https://docs.oracle.com/javase/8/docs/api/java/nio/file/FileSystem.html#getPathMatcher-java.lang.String-),
       except without allowing subdirectories with / or **.
       
      optional string filter_glob = 4;
      Parameters:
      value - The bytes for filterGlob to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final ListItemsRequest.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<ListItemsRequest.Builder>
    • mergeUnknownFields

      public final ListItemsRequest.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<ListItemsRequest.Builder>