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
    at_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 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
    com.google.protobuf.Timestamp
    timestamp represents the time associated with the returned data revision.
    com.google.protobuf.TimestampOrBuilder
    timestamp represents the time associated with the returned data revision.
    boolean
    at_revision is the snapshot revision the returned files were produced at, encoded as a ZedToken.
    boolean
    timestamp represents the time associated with the returned data revision.

    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;
    • 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;