Interface ExperimentalComputablePermissionsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .authzed.api.v1.Consistency consistency = 1;
    .authzed.api.v1.Consistency consistency = 1;
    string definition_name = 2;
    com.google.protobuf.ByteString
    string definition_name = 2;
    optional_definition_name_match is a prefix that is matched against the definition name(s) for the permissions returned.
    com.google.protobuf.ByteString
    optional_definition_name_match is a prefix that is matched against the definition name(s) for the permissions returned.
    string relation_name = 3;
    com.google.protobuf.ByteString
    string relation_name = 3;
    boolean
    .authzed.api.v1.Consistency consistency = 1;

    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

    • hasConsistency

      boolean hasConsistency()
      .authzed.api.v1.Consistency consistency = 1;
      Returns:
      Whether the consistency field is set.
    • getConsistency

      Consistency getConsistency()
      .authzed.api.v1.Consistency consistency = 1;
      Returns:
      The consistency.
    • getConsistencyOrBuilder

      ConsistencyOrBuilder getConsistencyOrBuilder()
      .authzed.api.v1.Consistency consistency = 1;
    • getDefinitionName

      String getDefinitionName()
      string definition_name = 2;
      Returns:
      The definitionName.
    • getDefinitionNameBytes

      com.google.protobuf.ByteString getDefinitionNameBytes()
      string definition_name = 2;
      Returns:
      The bytes for definitionName.
    • getRelationName

      String getRelationName()
      string relation_name = 3;
      Returns:
      The relationName.
    • getRelationNameBytes

      com.google.protobuf.ByteString getRelationNameBytes()
      string relation_name = 3;
      Returns:
      The bytes for relationName.
    • getOptionalDefinitionNameFilter

      String getOptionalDefinitionNameFilter()
       optional_definition_name_match is a prefix that is matched against the definition name(s)
       for the permissions returned.
       If not specified, will be ignored.
       
      string optional_definition_name_filter = 4;
      Returns:
      The optionalDefinitionNameFilter.
    • getOptionalDefinitionNameFilterBytes

      com.google.protobuf.ByteString getOptionalDefinitionNameFilterBytes()
       optional_definition_name_match is a prefix that is matched against the definition name(s)
       for the permissions returned.
       If not specified, will be ignored.
       
      string optional_definition_name_filter = 4;
      Returns:
      The bytes for optionalDefinitionNameFilter.