Interface DownloadPermissionSetsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional_at_revision is a specific revision to download; for now this will just validate that it matches the backing store if provided.
    optional_at_revision is a specific revision to download; for now this will just validate that it matches the backing store if provided.
    boolean
    optional_at_revision is a specific revision to download; for now this will just validate that it matches the backing store if provided.

    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

    • hasOptionalAtRevision

      boolean hasOptionalAtRevision()
       optional_at_revision is a specific revision to download; for now this will
       just validate that it matches the backing store if provided.
       
      .authzed.api.v1.ZedToken optional_at_revision = 1;
      Returns:
      Whether the optionalAtRevision field is set.
    • getOptionalAtRevision

      ZedToken getOptionalAtRevision()
       optional_at_revision is a specific revision to download; for now this will
       just validate that it matches the backing store if provided.
       
      .authzed.api.v1.ZedToken optional_at_revision = 1;
      Returns:
      The optionalAtRevision.
    • getOptionalAtRevisionOrBuilder

      ZedTokenOrBuilder getOptionalAtRevisionOrBuilder()
       optional_at_revision is a specific revision to download; for now this will
       just validate that it matches the backing store if provided.
       
      .authzed.api.v1.ZedToken optional_at_revision = 1;