Class DownloadPermissionSetsResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<DownloadPermissionSetsResponse.Builder>
com.authzed.api.materialize.v0.DownloadPermissionSetsResponse.Builder
All Implemented Interfaces:
DownloadPermissionSetsResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
DownloadPermissionSetsResponse

public static final class DownloadPermissionSetsResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<DownloadPermissionSetsResponse.Builder> implements DownloadPermissionSetsResponseOrBuilder
Protobuf type authzed.api.materialize.v0.DownloadPermissionSetsResponse
  • 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<DownloadPermissionSetsResponse.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<DownloadPermissionSetsResponse.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<DownloadPermissionSetsResponse.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

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

      public DownloadPermissionSetsResponse.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<DownloadPermissionSetsResponse.Builder>
      Throws:
      IOException
    • getFilesList

      public List<File> getFilesList()
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
      Specified by:
      getFilesList in interface DownloadPermissionSetsResponseOrBuilder
    • getFilesCount

      public int getFilesCount()
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
      Specified by:
      getFilesCount in interface DownloadPermissionSetsResponseOrBuilder
    • getFiles

      public File getFiles(int index)
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
      Specified by:
      getFiles in interface DownloadPermissionSetsResponseOrBuilder
    • setFiles

      public DownloadPermissionSetsResponse.Builder setFiles(int index, File value)
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • setFiles

      public DownloadPermissionSetsResponse.Builder setFiles(int index, File.Builder builderForValue)
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • addFiles

       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • addFiles

      public DownloadPermissionSetsResponse.Builder addFiles(int index, File value)
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • addFiles

      public DownloadPermissionSetsResponse.Builder addFiles(File.Builder builderForValue)
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • addFiles

      public DownloadPermissionSetsResponse.Builder addFiles(int index, File.Builder builderForValue)
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • addAllFiles

      public DownloadPermissionSetsResponse.Builder addAllFiles(Iterable<? extends File> values)
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • clearFiles

       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • removeFiles

      public DownloadPermissionSetsResponse.Builder removeFiles(int index)
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • getFilesBuilder

      public File.Builder getFilesBuilder(int index)
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • getFilesOrBuilder

      public FileOrBuilder getFilesOrBuilder(int index)
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
      Specified by:
      getFilesOrBuilder in interface DownloadPermissionSetsResponseOrBuilder
    • getFilesOrBuilderList

      public List<? extends FileOrBuilder> getFilesOrBuilderList()
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
      Specified by:
      getFilesOrBuilderList in interface DownloadPermissionSetsResponseOrBuilder
    • addFilesBuilder

      public File.Builder addFilesBuilder()
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • addFilesBuilder

      public File.Builder addFilesBuilder(int index)
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • getFilesBuilderList

      public List<File.Builder> getFilesBuilderList()
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;