Interface ExperimentalDependentRelationsRequestOrBuilder

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

public interface ExperimentalDependentRelationsRequestOrBuilder 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;
    string permission_name = 3;
    com.google.protobuf.ByteString
    string permission_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.
    • getPermissionName

      String getPermissionName()
      string permission_name = 3;
      Returns:
      The permissionName.
    • getPermissionNameBytes

      com.google.protobuf.ByteString getPermissionNameBytes()
      string permission_name = 3;
      Returns:
      The bytes for permissionName.