-
- All Implemented Interfaces:
-
com.authzed.api.v1.Debug.DebugInformationOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
public final class Debug.DebugInformation.Builder extends GeneratedMessageV3.Builder<BuilderType> 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
-
-
Field Summary
Fields Modifier and Type Field Description public UnknownFieldSetunknownFields
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()Debug.DebugInformation.Builderclear()Descriptors.DescriptorgetDescriptorForType()Debug.DebugInformationgetDefaultInstanceForType()Debug.DebugInformationbuild()Debug.DebugInformationbuildPartial()Debug.DebugInformation.Builderclone()Debug.DebugInformation.BuildersetField(Descriptors.FieldDescriptor field, Object value)Debug.DebugInformation.BuilderclearField(Descriptors.FieldDescriptor field)Debug.DebugInformation.BuilderclearOneof(Descriptors.OneofDescriptor oneof)Debug.DebugInformation.BuildersetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)Debug.DebugInformation.BuilderaddRepeatedField(Descriptors.FieldDescriptor field, Object value)Debug.DebugInformation.BuildermergeFrom(Message other)Debug.DebugInformation.BuildermergeFrom(Debug.DebugInformation other)final booleanisInitialized()Debug.DebugInformation.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)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.DebugInformation.BuildersetCheck(Debug.CheckDebugTrace value)check holds debug information about a check request..authzed.api.v1.CheckDebugTrace check = 1;Debug.DebugInformation.BuildersetCheck(Debug.CheckDebugTrace.Builder builderForValue)check holds debug information about a check request..authzed.api.v1.CheckDebugTrace check = 1;Debug.DebugInformation.BuildermergeCheck(Debug.CheckDebugTrace value)check holds debug information about a check request..authzed.api.v1.CheckDebugTrace check = 1;Debug.DebugInformation.BuilderclearCheck()check holds debug information about a check request..authzed.api.v1.CheckDebugTrace check = 1;Debug.CheckDebugTrace.BuildergetCheckBuilder()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;Debug.DebugInformation.BuildersetSchemaUsed(String value)schema_used holds the schema used for the request.string schema_used = 2;Debug.DebugInformation.BuilderclearSchemaUsed()schema_used holds the schema used for the request.string schema_used = 2;Debug.DebugInformation.BuildersetSchemaUsedBytes(ByteString value)schema_used holds the schema used for the request.string schema_used = 2;final Debug.DebugInformation.BuildersetUnknownFields(UnknownFieldSet unknownFields)final Debug.DebugInformation.BuildermergeUnknownFields(UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForField, setUnknownFields -
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.Message.Builder
addRepeatedField, clear, clearField, clearOneof, clone, mergeFrom, mergeUnknownFields, setField, setRepeatedField -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial -
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
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
clear
Debug.DebugInformation.Builder clear()
-
getDescriptorForType
Descriptors.Descriptor getDescriptorForType()
-
getDefaultInstanceForType
Debug.DebugInformation getDefaultInstanceForType()
-
build
Debug.DebugInformation build()
-
buildPartial
Debug.DebugInformation buildPartial()
-
clone
Debug.DebugInformation.Builder clone()
-
setField
Debug.DebugInformation.Builder setField(Descriptors.FieldDescriptor field, Object value)
-
clearField
Debug.DebugInformation.Builder clearField(Descriptors.FieldDescriptor field)
-
clearOneof
Debug.DebugInformation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
-
setRepeatedField
Debug.DebugInformation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
-
addRepeatedField
Debug.DebugInformation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
-
mergeFrom
Debug.DebugInformation.Builder mergeFrom(Message other)
-
mergeFrom
Debug.DebugInformation.Builder mergeFrom(Debug.DebugInformation other)
-
isInitialized
final boolean isInitialized()
-
mergeFrom
Debug.DebugInformation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
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;
-
setCheck
Debug.DebugInformation.Builder setCheck(Debug.CheckDebugTrace value)
check holds debug information about a check request..authzed.api.v1.CheckDebugTrace check = 1;
-
setCheck
Debug.DebugInformation.Builder setCheck(Debug.CheckDebugTrace.Builder builderForValue)
check holds debug information about a check request..authzed.api.v1.CheckDebugTrace check = 1;
-
mergeCheck
Debug.DebugInformation.Builder mergeCheck(Debug.CheckDebugTrace value)
check holds debug information about a check request..authzed.api.v1.CheckDebugTrace check = 1;
-
clearCheck
Debug.DebugInformation.Builder clearCheck()
check holds debug information about a check request..authzed.api.v1.CheckDebugTrace check = 1;
-
getCheckBuilder
Debug.CheckDebugTrace.Builder getCheckBuilder()
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;
-
setSchemaUsed
Debug.DebugInformation.Builder setSchemaUsed(String value)
schema_used holds the schema used for the request.string schema_used = 2;- Parameters:
value- The schemaUsed to set.
-
clearSchemaUsed
Debug.DebugInformation.Builder clearSchemaUsed()
schema_used holds the schema used for the request.string schema_used = 2;
-
setSchemaUsedBytes
Debug.DebugInformation.Builder setSchemaUsedBytes(ByteString value)
schema_used holds the schema used for the request.string schema_used = 2;- Parameters:
value- The bytes for schemaUsed to set.
-
setUnknownFields
final Debug.DebugInformation.Builder setUnknownFields(UnknownFieldSet unknownFields)
-
mergeUnknownFields
final Debug.DebugInformation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
-
-
-
-