Interface DebugInformationOrBuilder

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

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

    Modifier and Type
    Method
    Description
    check holds debug information about a check request.
    check holds debug information about a check request.
    schema_used holds the schema used for the request.
    com.google.protobuf.ByteString
    schema_used holds the schema used for the request.
    boolean
    check holds debug information about a check request.

    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

    • hasCheck

      boolean hasCheck()
       check holds debug information about a check request.
       
      .authzed.api.v1.CheckDebugTrace check = 1;
      Returns:
      Whether the check field is set.
    • getCheck

      CheckDebugTrace getCheck()
       check holds debug information about a check request.
       
      .authzed.api.v1.CheckDebugTrace check = 1;
      Returns:
      The check.
    • getCheckOrBuilder

      CheckDebugTraceOrBuilder getCheckOrBuilder()
       check holds debug information about a check request.
       
      .authzed.api.v1.CheckDebugTrace check = 1;
    • getSchemaUsed

      String getSchemaUsed()
       schema_used holds the schema used for the request.
       
      string schema_used = 2;
      Returns:
      The schemaUsed.
    • getSchemaUsedBytes

      com.google.protobuf.ByteString getSchemaUsedBytes()
       schema_used holds the schema used for the request.
       
      string schema_used = 2;
      Returns:
      The bytes for schemaUsed.