Package com.authzed.api.materialize.v0
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 TypeMethodDescriptiongetFiles
(int index) files contains the list of downloadable files with their URLsint
files contains the list of downloadable files with their URLsfiles contains the list of downloadable files with their URLsgetFilesOrBuilder
(int index) files contains the list of downloadable files with their URLsList<? extends FileOrBuilder>
files contains the list of downloadable files with their URLsMethods 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
files contains the list of downloadable files with their URLs
repeated .authzed.api.materialize.v0.File files = 1;
-
getFiles
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
files contains the list of downloadable files with their URLs
repeated .authzed.api.materialize.v0.File files = 1;
-