Uses of Class
com.google.rpc.DebugInfo.Builder
Packages that use DebugInfo.Builder
-
Uses of DebugInfo.Builder in com.google.rpc
Methods in com.google.rpc that return DebugInfo.BuilderModifier and TypeMethodDescriptionDebugInfo.Builder.addAllStackEntries(Iterable<String> values) The stack trace entries indicating where the error occurred.DebugInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DebugInfo.Builder.addStackEntries(String value) The stack trace entries indicating where the error occurred.DebugInfo.Builder.addStackEntriesBytes(com.google.protobuf.ByteString value) The stack trace entries indicating where the error occurred.DebugInfo.Builder.clear()DebugInfo.Builder.clearDetail()Additional debugging information provided by the server.DebugInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DebugInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DebugInfo.Builder.clearStackEntries()The stack trace entries indicating where the error occurred.DebugInfo.Builder.clone()DebugInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DebugInfo.Builder.mergeFrom(com.google.protobuf.Message other) final DebugInfo.BuilderDebugInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static DebugInfo.BuilderDebugInfo.newBuilder()static DebugInfo.BuilderDebugInfo.newBuilder(DebugInfo prototype) DebugInfo.newBuilderForType()protected DebugInfo.BuilderDebugInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Additional debugging information provided by the server.DebugInfo.Builder.setDetailBytes(com.google.protobuf.ByteString value) Additional debugging information provided by the server.DebugInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DebugInfo.Builder.setStackEntries(int index, String value) The stack trace entries indicating where the error occurred.final DebugInfo.BuilderDebugInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DebugInfo.toBuilder()