Interface DownloadPermissionSetsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DownloadPermissionSetsResponse, DownloadPermissionSetsResponse.Builder

@Generated public interface DownloadPermissionSetsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFiles(int index)
    files contains the list of downloadable files with their URLs
    int
    files contains the list of downloadable files with their URLs
    files contains the list of downloadable files with their URLs
    getFilesOrBuilder(int index)
    files contains the list of downloadable files with their URLs
    List<? extends FileOrBuilder>
    files contains the list of downloadable files with their URLs

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getFilesList

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

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

      int getFilesCount()
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • getFilesOrBuilderList

      List<? extends FileOrBuilder> getFilesOrBuilderList()
       files contains the list of downloadable files with their URLs
       
      repeated .authzed.api.materialize.v0.File files = 1;
    • getFilesOrBuilder

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