Interface LookupPermissionSetsRequiredOrBuilder

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

public interface LookupPermissionSetsRequiredOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    required_lookup_at is the snapshot revision at which the permission set needs to be rebuilt to.
    required_lookup_at is the snapshot revision at which the permission set needs to be rebuilt to.
    boolean
    required_lookup_at is the snapshot revision at which the permission set needs to be rebuilt to.

    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

    • hasRequiredLookupAt

      boolean hasRequiredLookupAt()
       required_lookup_at is the snapshot revision at which the permission set needs to be rebuilt to.
       
      .authzed.api.v1.ZedToken required_lookup_at = 1;
      Returns:
      Whether the requiredLookupAt field is set.
    • getRequiredLookupAt

      ZedToken getRequiredLookupAt()
       required_lookup_at is the snapshot revision at which the permission set needs to be rebuilt to.
       
      .authzed.api.v1.ZedToken required_lookup_at = 1;
      Returns:
      The requiredLookupAt.
    • getRequiredLookupAtOrBuilder

      ZedTokenOrBuilder getRequiredLookupAtOrBuilder()
       required_lookup_at is the snapshot revision at which the permission set needs to be rebuilt to.
       
      .authzed.api.v1.ZedToken required_lookup_at = 1;