Class ListFilesRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<ListFilesRequest.Builder>
org.yamcs.protobuf.ListFilesRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ListFilesRequestOrBuilder
Enclosing class:
ListFilesRequest

public static final class ListFilesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListFilesRequest.Builder> implements ListFilesRequestOrBuilder
Protobuf type yamcs.protobuf.filetransfer.ListFilesRequest
  • 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<ListFilesRequest.Builder>
    • clear

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

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

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

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

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

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

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

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

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

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

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

      public ListFilesRequest.Builder mergeFrom(ListFilesRequest other)
    • isInitialized

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

      public ListFilesRequest.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<ListFilesRequest.Builder>
      Throws:
      IOException
    • hasInstance

      public boolean hasInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Specified by:
      hasInstance in interface ListFilesRequestOrBuilder
      Returns:
      Whether the instance field is set.
    • getInstance

      public String getInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Specified by:
      getInstance in interface ListFilesRequestOrBuilder
      Returns:
      The instance.
    • getInstanceBytes

      public com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name
       
      optional string instance = 1;
      Specified by:
      getInstanceBytes in interface ListFilesRequestOrBuilder
      Returns:
      The bytes for instance.
    • setInstance

      public ListFilesRequest.Builder setInstance(String value)
       Yamcs instance name
       
      optional string instance = 1;
      Parameters:
      value - The instance to set.
      Returns:
      This builder for chaining.
    • clearInstance

      public ListFilesRequest.Builder clearInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      This builder for chaining.
    • setInstanceBytes

      public ListFilesRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
       Yamcs instance name
       
      optional string instance = 1;
      Parameters:
      value - The bytes for instance to set.
      Returns:
      This builder for chaining.
    • hasServiceName

      public boolean hasServiceName()
       File transfer service name
       
      optional string serviceName = 2;
      Specified by:
      hasServiceName in interface ListFilesRequestOrBuilder
      Returns:
      Whether the serviceName field is set.
    • getServiceName

      public String getServiceName()
       File transfer service name
       
      optional string serviceName = 2;
      Specified by:
      getServiceName in interface ListFilesRequestOrBuilder
      Returns:
      The serviceName.
    • getServiceNameBytes

      public com.google.protobuf.ByteString getServiceNameBytes()
       File transfer service name
       
      optional string serviceName = 2;
      Specified by:
      getServiceNameBytes in interface ListFilesRequestOrBuilder
      Returns:
      The bytes for serviceName.
    • setServiceName

      public ListFilesRequest.Builder setServiceName(String value)
       File transfer service name
       
      optional string serviceName = 2;
      Parameters:
      value - The serviceName to set.
      Returns:
      This builder for chaining.
    • clearServiceName

      public ListFilesRequest.Builder clearServiceName()
       File transfer service name
       
      optional string serviceName = 2;
      Returns:
      This builder for chaining.
    • setServiceNameBytes

      public ListFilesRequest.Builder setServiceNameBytes(com.google.protobuf.ByteString value)
       File transfer service name
       
      optional string serviceName = 2;
      Parameters:
      value - The bytes for serviceName to set.
      Returns:
      This builder for chaining.
    • hasSource

      public boolean hasSource()
       Entity from which to get the file list
       
      optional string source = 3;
      Specified by:
      hasSource in interface ListFilesRequestOrBuilder
      Returns:
      Whether the source field is set.
    • getSource

      public String getSource()
       Entity from which to get the file list
       
      optional string source = 3;
      Specified by:
      getSource in interface ListFilesRequestOrBuilder
      Returns:
      The source.
    • getSourceBytes

      public com.google.protobuf.ByteString getSourceBytes()
       Entity from which to get the file list
       
      optional string source = 3;
      Specified by:
      getSourceBytes in interface ListFilesRequestOrBuilder
      Returns:
      The bytes for source.
    • setSource

      public ListFilesRequest.Builder setSource(String value)
       Entity from which to get the file list
       
      optional string source = 3;
      Parameters:
      value - The source to set.
      Returns:
      This builder for chaining.
    • clearSource

      public ListFilesRequest.Builder clearSource()
       Entity from which to get the file list
       
      optional string source = 3;
      Returns:
      This builder for chaining.
    • setSourceBytes

      public ListFilesRequest.Builder setSourceBytes(com.google.protobuf.ByteString value)
       Entity from which to get the file list
       
      optional string source = 3;
      Parameters:
      value - The bytes for source to set.
      Returns:
      This builder for chaining.
    • hasDestination

      public boolean hasDestination()
       Entity from which to get the file list
       
      optional string destination = 4;
      Specified by:
      hasDestination in interface ListFilesRequestOrBuilder
      Returns:
      Whether the destination field is set.
    • getDestination

      public String getDestination()
       Entity from which to get the file list
       
      optional string destination = 4;
      Specified by:
      getDestination in interface ListFilesRequestOrBuilder
      Returns:
      The destination.
    • getDestinationBytes

      public com.google.protobuf.ByteString getDestinationBytes()
       Entity from which to get the file list
       
      optional string destination = 4;
      Specified by:
      getDestinationBytes in interface ListFilesRequestOrBuilder
      Returns:
      The bytes for destination.
    • setDestination

      public ListFilesRequest.Builder setDestination(String value)
       Entity from which to get the file list
       
      optional string destination = 4;
      Parameters:
      value - The destination to set.
      Returns:
      This builder for chaining.
    • clearDestination

      public ListFilesRequest.Builder clearDestination()
       Entity from which to get the file list
       
      optional string destination = 4;
      Returns:
      This builder for chaining.
    • setDestinationBytes

      public ListFilesRequest.Builder setDestinationBytes(com.google.protobuf.ByteString value)
       Entity from which to get the file list
       
      optional string destination = 4;
      Parameters:
      value - The bytes for destination to set.
      Returns:
      This builder for chaining.
    • hasRemotePath

      public boolean hasRemotePath()
       Path of folder to list files from
       
      optional string remotePath = 5;
      Specified by:
      hasRemotePath in interface ListFilesRequestOrBuilder
      Returns:
      Whether the remotePath field is set.
    • getRemotePath

      public String getRemotePath()
       Path of folder to list files from
       
      optional string remotePath = 5;
      Specified by:
      getRemotePath in interface ListFilesRequestOrBuilder
      Returns:
      The remotePath.
    • getRemotePathBytes

      public com.google.protobuf.ByteString getRemotePathBytes()
       Path of folder to list files from
       
      optional string remotePath = 5;
      Specified by:
      getRemotePathBytes in interface ListFilesRequestOrBuilder
      Returns:
      The bytes for remotePath.
    • setRemotePath

      public ListFilesRequest.Builder setRemotePath(String value)
       Path of folder to list files from
       
      optional string remotePath = 5;
      Parameters:
      value - The remotePath to set.
      Returns:
      This builder for chaining.
    • clearRemotePath

      public ListFilesRequest.Builder clearRemotePath()
       Path of folder to list files from
       
      optional string remotePath = 5;
      Returns:
      This builder for chaining.
    • setRemotePathBytes

      public ListFilesRequest.Builder setRemotePathBytes(com.google.protobuf.ByteString value)
       Path of folder to list files from
       
      optional string remotePath = 5;
      Parameters:
      value - The bytes for remotePath to set.
      Returns:
      This builder for chaining.
    • hasOptions

      public boolean hasOptions()
       Options for the transfer
       
      optional .google.protobuf.Struct options = 6;
      Specified by:
      hasOptions in interface ListFilesRequestOrBuilder
      Returns:
      Whether the options field is set.
    • getOptions

      public com.google.protobuf.Struct getOptions()
       Options for the transfer
       
      optional .google.protobuf.Struct options = 6;
      Specified by:
      getOptions in interface ListFilesRequestOrBuilder
      Returns:
      The options.
    • setOptions

      public ListFilesRequest.Builder setOptions(com.google.protobuf.Struct value)
       Options for the transfer
       
      optional .google.protobuf.Struct options = 6;
    • setOptions

      public ListFilesRequest.Builder setOptions(com.google.protobuf.Struct.Builder builderForValue)
       Options for the transfer
       
      optional .google.protobuf.Struct options = 6;
    • mergeOptions

      public ListFilesRequest.Builder mergeOptions(com.google.protobuf.Struct value)
       Options for the transfer
       
      optional .google.protobuf.Struct options = 6;
    • clearOptions

      public ListFilesRequest.Builder clearOptions()
       Options for the transfer
       
      optional .google.protobuf.Struct options = 6;
    • getOptionsBuilder

      public com.google.protobuf.Struct.Builder getOptionsBuilder()
       Options for the transfer
       
      optional .google.protobuf.Struct options = 6;
    • getOptionsOrBuilder

      public com.google.protobuf.StructOrBuilder getOptionsOrBuilder()
       Options for the transfer
       
      optional .google.protobuf.Struct options = 6;
      Specified by:
      getOptionsOrBuilder in interface ListFilesRequestOrBuilder
    • setUnknownFields

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

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