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 TypeMethodDescriptionat_revision is the snapshot revision the returned files were produced at, encoded as a ZedToken.at_revision is the snapshot revision the returned files were produced at, encoded as a ZedToken.getFiles(int index) files contains the list of downloadable files with their URLsintfiles 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 URLscom.google.protobuf.Timestamptimestamp represents the time associated with the returned data revision.com.google.protobuf.TimestampOrBuildertimestamp represents the time associated with the returned data revision.booleanat_revision is the snapshot revision the returned files were produced at, encoded as a ZedToken.booleantimestamp represents the time associated with the returned data revision.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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; -
hasTimestamp
boolean hasTimestamp()timestamp represents the time associated with the returned data revision.
.google.protobuf.Timestamp timestamp = 2;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
com.google.protobuf.Timestamp getTimestamp()timestamp represents the time associated with the returned data revision.
.google.protobuf.Timestamp timestamp = 2;- Returns:
- The timestamp.
-
getTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()timestamp represents the time associated with the returned data revision.
.google.protobuf.Timestamp timestamp = 2; -
hasAtRevision
boolean hasAtRevision()at_revision is the snapshot revision the returned files were produced at, encoded as a ZedToken. Consumers should pass this token to WatchPermissionSets as optional_starting_after to resume the stream immediately after the snapshot without leaving gaps in event history.
.authzed.api.v1.ZedToken at_revision = 3;- Returns:
- Whether the atRevision field is set.
-
getAtRevision
ZedToken getAtRevision()at_revision is the snapshot revision the returned files were produced at, encoded as a ZedToken. Consumers should pass this token to WatchPermissionSets as optional_starting_after to resume the stream immediately after the snapshot without leaving gaps in event history.
.authzed.api.v1.ZedToken at_revision = 3;- Returns:
- The atRevision.
-
getAtRevisionOrBuilder
ZedTokenOrBuilder getAtRevisionOrBuilder()at_revision is the snapshot revision the returned files were produced at, encoded as a ZedToken. Consumers should pass this token to WatchPermissionSets as optional_starting_after to resume the stream immediately after the snapshot without leaving gaps in event history.
.authzed.api.v1.ZedToken at_revision = 3;
-