Interface WatchPermissionsRequestOrBuilder

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

public interface WatchPermissionsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPermissionsList

      List<WatchedPermission> getPermissionsList()
       permissions is a list of permissions to watch for changes. At least one permission must be specified, and it must
       be a subset or equal to the permissions that were enabled for the service.
       
      repeated .authzed.api.materialize.v0.WatchedPermission permissions = 1;
    • getPermissions

      WatchedPermission getPermissions(int index)
       permissions is a list of permissions to watch for changes. At least one permission must be specified, and it must
       be a subset or equal to the permissions that were enabled for the service.
       
      repeated .authzed.api.materialize.v0.WatchedPermission permissions = 1;
    • getPermissionsCount

      int getPermissionsCount()
       permissions is a list of permissions to watch for changes. At least one permission must be specified, and it must
       be a subset or equal to the permissions that were enabled for the service.
       
      repeated .authzed.api.materialize.v0.WatchedPermission permissions = 1;
    • getPermissionsOrBuilderList

      List<? extends WatchedPermissionOrBuilder> getPermissionsOrBuilderList()
       permissions is a list of permissions to watch for changes. At least one permission must be specified, and it must
       be a subset or equal to the permissions that were enabled for the service.
       
      repeated .authzed.api.materialize.v0.WatchedPermission permissions = 1;
    • getPermissionsOrBuilder

      WatchedPermissionOrBuilder getPermissionsOrBuilder(int index)
       permissions is a list of permissions to watch for changes. At least one permission must be specified, and it must
       be a subset or equal to the permissions that were enabled for the service.
       
      repeated .authzed.api.materialize.v0.WatchedPermission permissions = 1;
    • hasOptionalStartingAfter

      boolean hasOptionalStartingAfter()
       optional_starting_after is the revision token to start watching from. If not provided, the stream
       will start from the current revision at the moment of the request.
       
      .authzed.api.v1.ZedToken optional_starting_after = 2;
      Returns:
      Whether the optionalStartingAfter field is set.
    • getOptionalStartingAfter

      ZedToken getOptionalStartingAfter()
       optional_starting_after is the revision token to start watching from. If not provided, the stream
       will start from the current revision at the moment of the request.
       
      .authzed.api.v1.ZedToken optional_starting_after = 2;
      Returns:
      The optionalStartingAfter.
    • getOptionalStartingAfterOrBuilder

      ZedTokenOrBuilder getOptionalStartingAfterOrBuilder()
       optional_starting_after is the revision token to start watching from. If not provided, the stream
       will start from the current revision at the moment of the request.
       
      .authzed.api.v1.ZedToken optional_starting_after = 2;