-
- All Implemented Interfaces:
-
com.authzed.api.v1.Debug.DebugInformationOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class Debug.DebugInformation extends GeneratedMessageV3 implements Debug.DebugInformationOrBuilder
Protobuf typeDebugInformation defines debug information returned by an API call in a footer when requested with a specific debugging header. The specific debug information returned will depend on the type of the API call made. See the github.com/authzed/authzed-go project for the specific header and footer names.authzed.api.v1.DebugInformation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDebug.DebugInformation.Builder
Protobuf typeDebugInformation defines debug information returned by an API call in a footer when requested with a specific debugging header. The specific debug information returned will depend on the type of the API call made. See the github.com/authzed/authzed-go project for the specific header and footer names.authzed.api.v1.DebugInformation
-
Field Summary
Fields Modifier and Type Field Description public final static intCHECK_FIELD_NUMBERpublic final static intSCHEMA_USED_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final UnknownFieldSetgetUnknownFields()final static Descriptors.DescriptorgetDescriptor()booleanhasCheck()check holds debug information about a check request..authzed.api.v1.CheckDebugTrace check = 1;Debug.CheckDebugTracegetCheck()check holds debug information about a check request..authzed.api.v1.CheckDebugTrace check = 1;Debug.CheckDebugTraceOrBuildergetCheckOrBuilder()check holds debug information about a check request..authzed.api.v1.CheckDebugTrace check = 1;StringgetSchemaUsed()schema_used holds the schema used for the request.string schema_used = 2;ByteStringgetSchemaUsedBytes()schema_used holds the schema used for the request.string schema_used = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static Debug.DebugInformationparseFrom(ByteBuffer data)static Debug.DebugInformationparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static Debug.DebugInformationparseFrom(ByteString data)static Debug.DebugInformationparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static Debug.DebugInformationparseFrom(Array<byte> data)static Debug.DebugInformationparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static Debug.DebugInformationparseFrom(InputStream input)static Debug.DebugInformationparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static Debug.DebugInformationparseDelimitedFrom(InputStream input)static Debug.DebugInformationparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static Debug.DebugInformationparseFrom(CodedInputStream input)static Debug.DebugInformationparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Debug.DebugInformation.BuildernewBuilderForType()static Debug.DebugInformation.BuildernewBuilder()static Debug.DebugInformation.BuildernewBuilder(Debug.DebugInformation prototype)Debug.DebugInformation.BuildertoBuilder()static Debug.DebugInformationgetDefaultInstance()static Parser<Debug.DebugInformation>parser()Parser<Debug.DebugInformation>getParserForType()Debug.DebugInformationgetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUnknownFields
final UnknownFieldSet getUnknownFields()
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
hasCheck
boolean hasCheck()
check holds debug information about a check request..authzed.api.v1.CheckDebugTrace check = 1;
-
getCheck
Debug.CheckDebugTrace getCheck()
check holds debug information about a check request..authzed.api.v1.CheckDebugTrace check = 1;
-
getCheckOrBuilder
Debug.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;
-
getSchemaUsedBytes
ByteString getSchemaUsedBytes()
schema_used holds the schema used for the request.string schema_used = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
equals
boolean equals(Object obj)
-
hashCode
int hashCode()
-
parseFrom
static Debug.DebugInformation parseFrom(ByteBuffer data)
-
parseFrom
static Debug.DebugInformation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Debug.DebugInformation parseFrom(ByteString data)
-
parseFrom
static Debug.DebugInformation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Debug.DebugInformation parseFrom(Array<byte> data)
-
parseFrom
static Debug.DebugInformation parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Debug.DebugInformation parseFrom(InputStream input)
-
parseFrom
static Debug.DebugInformation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Debug.DebugInformation parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Debug.DebugInformation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Debug.DebugInformation parseFrom(CodedInputStream input)
-
parseFrom
static Debug.DebugInformation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Debug.DebugInformation.Builder newBuilderForType()
-
newBuilder
static Debug.DebugInformation.Builder newBuilder()
-
newBuilder
static Debug.DebugInformation.Builder newBuilder(Debug.DebugInformation prototype)
-
toBuilder
Debug.DebugInformation.Builder toBuilder()
-
getDefaultInstance
static Debug.DebugInformation getDefaultInstance()
-
parser
static Parser<Debug.DebugInformation> parser()
-
getParserForType
Parser<Debug.DebugInformation> getParserForType()
-
getDefaultInstanceForType
Debug.DebugInformation getDefaultInstanceForType()
-
-
-
-